klsince commented on PR #13706: URL: https://github.com/apache/pinot/pull/13706#issuecomment-2256932383
Tested with HybridQuickstart, with bad segment injected manually and different routing policies for RT/OFFLINE tables, to trigger the error msgs like below: ``` select * from airlineStats limit 10 1 segments unavailable: [...], with routing policy: replicaGroup [realtime], balanced [offline] select * from airlineStats_REALTIME limit 10 1 segments unavailable: [...], with routing policy: replicaGroup select * from airlineStats_OFFLINE limit 10 1 segments unavailable: [...], with routing policy: balanced ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
