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 2022/09/19 18:45:57 UTC

[GitHub] [pinot] ankitsultana commented on pull request #9423: Cache Deleted Segment Names in Server to Avoid SegmentMissingError

ankitsultana commented on PR #9423:
URL: https://github.com/apache/pinot/pull/9423#issuecomment-1251409524

   > General speaking I think the better way (or best practice) is to avoid querying the very last pieces of segments, by adding the time column in your filter clauses of the queries.
   
   This is discussed in #9371. It doesn't handle the scenario where a segment is manually deleted. Requiring users to add filters in the query isn't tenable, and the alternative is to automatically prune such segments in the Broker. But that's not doable right now since Broker doesn't watch TableConfig changes (retention may be changed by users).


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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