You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/04/10 03:59:31 UTC

[GitHub] [incubator-pinot] sunithabeeram commented on a change in pull request #3979: Track "freshness" timestamp across consuming segments

sunithabeeram commented on a change in pull request #3979: Track "freshness" timestamp across consuming segments
URL: https://github.com/apache/incubator-pinot/pull/3979#discussion_r273781807
 
 

 ##########
 File path: pinot-common/src/main/java/org/apache/pinot/common/utils/DataTable.java
 ##########
 @@ -35,6 +35,8 @@
   String NUM_SEGMENTS_QUERIED = "numSegmentsQueried";
   String NUM_SEGMENTS_PROCESSED = "numSegmentsProcessed";
   String NUM_SEGMENTS_MATCHED = "numSegmentsMatched";
+  String NUM_CONSUMING_SEGMENTS_QUERIED = "numConsumingQueried";
+  String MIN_CONSUMING_TIMESTAMP = "minConsumingTs";
 
 Review comment:
   I need a better name for this - its meant to indicate the min latest ingestion timestamp across segments.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org