shauryachats opened a new pull request, #15762: URL: https://github.com/apache/pinot/pull/15762
This PR improves Apache Pinot’s multi-stage query engine by streamlining mailbox communication: - Client-Side Interceptor in GrpcSendingMailbox: Adds a gRPC interceptor to attach mailboxId to request headers for consistent mailbox identification across nodes. - Server-Side Interceptor: Extracts mailboxId from incoming headers using a gRPC interceptor and exposes it via the request context. - Refactored MailboxContentObserver: Accepts mailboxId in the constructor to eagerly initialize the corresponding ReceivingMailbox, removing the need to parse it from each message. -- 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]
