ankitsultana opened a new issue, #9325: URL: https://github.com/apache/pinot/issues/9325
There are a few use-cases where we'd like to serve a query for all tables involved in a multi-stage query from the same replica-group. Examples: 1. Colocated Join 2. Self-Join for Upsert Tables (strictReplicaGroup routing won't work since BaseInstanceSelector uses an auto-incrementing requestId) One rough idea to support this is: 1. Pass Pinot Broker requestId to BaseInstanceSelector instead of using its own auto-incrementing requestId. 2. To pass requestId from Broker Request Handlers to the BaseInstanceSelector, add requestId to BrokerRequest. cc: @walterddr @Jackie-Jiang -- 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]
