We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6ff4c commit eeb32adCopy full SHA for eeb32ad
pkg/query/querier.go
@@ -204,6 +204,7 @@ func newQuerierInternal(
204
205
partialResponseStrategy := storepb.PartialResponseStrategy_ABORT
206
if groupReplicaPartialResponseStrategy {
207
+ logger.Log("msg", "groupReplicaPartialResponseStrategy is enabled")
208
partialResponseStrategy = storepb.PartialResponseStrategy_GROUP_REPLICA
209
} else if partialResponse {
210
partialResponseStrategy = storepb.PartialResponseStrategy_WARN
0 commit comments