tibrewalpratik17 opened a new issue, #12423:
URL: https://github.com/apache/pinot/issues/12423

   labels:
   bug
   
   This seems to be associated with this change #12275 
   
   When using UpsertCompaction, we make a `doMultiPostRequest` to all the 
servers for a table with the list of validDocIds. But seems it is not working 
as expected. The API only returns results from 1 server at a time. 
   
   The logs always shows this:
   ```
   Finished reading information for table: TABLE_REALTIME with 1/4 server 
responses
   ```
   
   I checked all the 4 servers received the request in this scenario and all 
were processing fine. Just that `CompletionServiceHelper` seems to be 
processing only 1. When I hit the controller API multiple times, each time the 
respond comes from different servers showing that each server individually 
works fine. This way UpsertCompaction is processing segments of only 1 server 
at a time.
   
   cc @snleee 


-- 
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-unsubscr...@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to