Jackie-Jiang commented on a change in pull request #3979: Track "freshness" timestamp across consuming segments URL: https://github.com/apache/incubator-pinot/pull/3979#discussion_r280645527
########## File path: pinot-common/src/main/java/org/apache/pinot/common/response/broker/BrokerResponseNative.java ########## @@ -53,6 +53,8 @@ private long _numSegmentsQueried = 0L; private long _numSegmentsProcessed = 0L; private long _numSegmentsMatched = 0L; + private long _numConsumingQueried = 0L; Review comment: Can we change this to **_numConsumingSegmentsQueried**? The current name is not clear to me without reading the code. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
