mcvsubbu commented on issue #6524:
URL: 
https://github.com/apache/incubator-pinot/issues/6524#issuecomment-772158231


   We also return metadata to the broker as to the newest timestamp we have 
consumed. It is set in the BrokerNativeResponse as the 
minConsumingFreshnessTimeMs, indicating the lowest timestamp amongst the most 
recent record consumed in each segment. (i.e. if segments g1 and g2 are 
queried, and the timestamp of most recent record in these are t1 and t2 
respectively, then we will return min(t1, t2)).
   
   The client can monitor the freshness and realize if the min is too far off 
from current time.


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



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

Reply via email to