You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "tibrewalpratik17 (via GitHub)" <gi...@apache.org> on 2024/02/14 17:17:33 UTC

[I] CompletionServiceHelper's doMultiPostRequest returns whenever 1 server responds instead of waiting for all [pinot]

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


Re: [I] CompletionServiceHelper's doMultiPostRequest returns whenever 1 server responds instead of waiting for all [pinot]

Posted by "snleee (via GitHub)" <gi...@apache.org>.
snleee closed issue #12423: CompletionServiceHelper's doMultiPostRequest returns whenever 1 server responds instead of waiting for all
URL: https://github.com/apache/pinot/issues/12423


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

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