Jackie-Jiang commented on code in PR #9089:
URL: https://github.com/apache/pinot/pull/9089#discussion_r927879505
##########
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManager.java:
##########
@@ -573,12 +574,13 @@ private void processStreamEvents(MessageBatch
messagesAndOffsets, long idlePipeS
streamMessageCount++;
}
updateCurrentDocumentCountMetrics();
- if (streamMessageCount != 0) {
Review Comment:
Yes, this part is shared across all streams.
The unfiltered message count is always >= message count, so the existing
behavior is preserved
--
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]