tibrewalpratik17 opened a new pull request, #12431:
URL: https://github.com/apache/pinot/pull/12431

   label:
    `bugfix`
    
   Fixes #12423 
   
   We were sending `serverToEndpoints` mapping instead of `endpointsToServer` 
which is expected by CompletionService. That's why CompletionService was always 
returning 1 server's response as it was having null as the only key in map and 
returning response of the last server it receives overwriting the response of 
previous server(s) always.
   
   


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

Reply via email to