kfaraz commented on code in PR #19624:
URL: https://github.com/apache/druid/pull/19624#discussion_r3474031233
##########
server/src/main/java/org/apache/druid/segment/realtime/appenderator/SinkQuerySegmentWalker.java:
##########
@@ -470,6 +474,8 @@ private static class SinkMetricsEmittingQueryRunner<T>
implements QueryRunner<T>
private final Set<String> metricsToCompute;
@Nullable
private final String segmentId;
+ @Nullable
+ private final Integer localSegmentCount;
Review Comment:
I feel like that is implicit, since the data node is not aware of segments
from other nodes anyway.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]