Jackie-Jiang commented on issue #13284:
URL: https://github.com/apache/pinot/issues/13284#issuecomment-2153029104

   Great feature to add!
   
   We need the following info to route the query:
   IS: Find ONLINE/CONSUMING segments to query
   EV: Actual segment states
   Segment name or ZK metadata: Which partition does the segment belongs to (we 
don't track this currently because we don't want to read ZK metadata so 
frequently, but we may consider caching it, similar to what we do in the 
partition pruning)
   
   With the above info, we should be able to calculate which partition is 
available on which server, then route accordingly.
   
   cc @klsince


-- 
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