Jackie-Jiang commented on a change in pull request #4229: Emit freshnessLag
metric from broker for queries hitting consuming segments
URL: https://github.com/apache/incubator-pinot/pull/4229#discussion_r286311371
##########
File path:
pinot-common/src/main/java/org/apache/pinot/common/response/broker/BrokerResponseNative.java
##########
@@ -208,6 +208,7 @@ public void setNumSegmentsMatched(long numSegmentsMatched)
{
}
@JsonProperty("numConsumingSegmentsQueried")
+ @Override
public long getNumConsumingSegmentsQueried() {
Review comment:
Not related to this PR, but can you add override this to
getNumSegmentsQueried, getNumSegmentsProcessed, getNumSegmentsMatched as well?
----------------------------------------------------------------
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]