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/02 00:09:49 UTC

[GitHub] [pinot] ankitsultana opened a new issue, #9325: [multistage] Support for Serving Multi-Stage Query from the Same Replica Group

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