Skip to content

Deprecate querier.ingester-streaming flag and always use QueryStream #5815

Closed
@yeya24

Description

@yeya24

Deprecate flag querier.ingester-streaming which enables Ingester Query Streaming.

This will also remove the Query method from the Distributor Read interface
https://github.com/cortexproject/cortex/blob/master/pkg/querier/distributor_queryable.go#L29C2-L29C7.

This flag was also marked as the default option 4 years ago in https://github.com/cortexproject/cortex/pull/2344/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edR55.

It should be the time to always turn it on to remove some unnecessary code.

The plan is to mark this flag as deprecated in v1.17.0 and totally remove it in v1.19.0.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions