tibrewalpratik17 commented on issue #13284:
URL: https://github.com/apache/pinot/issues/13284#issuecomment-2143181893

   >  just to confirm, I think you mean that we should select a replica-group 
for each Kafka partition right?
   That means if any segment of a kafka partition X are not available in 
replica-group 0, but are available in replica-group 1, then we will use rg=1 
for X. For the same query, if any segment of a Kafka partition Y are not 
available in replica-group 1, but are available in replica-group 0, then we 
will use rg=0 for Y.
   That would mean that a single query can span multiple replica-groups.
   
   Yes exactly! We should mark an entire instance as unavailable for all 
segments in that instance rather just the ones which are a part of the same 
partition number (X in your case) in that instance.


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