mayankshriv commented on issue #14993:
URL: https://github.com/apache/pinot/issues/14993#issuecomment-2637578390

   @raghukn As @xiangfu0 pointed out, the most likely cause could be retention:
   * I see from your table config, the retention time is set to 7 days. So, if 
there's segments for which all data is older than 7 days according to the time 
column, then they will be removed by retention manager.
   * You can also check if these segments exist in the IdealState (in the ZK 
browser). If they do, then the next possibility is that they are somehow in 
error state on the server (will reflect in ExternalView). And the debug api 
call, or hovering over the segment status will show the exception/error. You 
can also check the server log for the segment name.
   
   Let us know if you have more questions.


-- 
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: commits-unsubscr...@pinot.apache.org

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