You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "ankitsultana (via GitHub)" <gi...@apache.org> on 2023/02/24 05:24:34 UTC

[GitHub] [pinot] ankitsultana opened a new issue, #10331: [multistage] Fix Bottlenecks in QueryDispatcher

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

   There are the following issues with QueryDispatcher right now:
   
   1. There's no timeout set for the dispatch call. This can lead to a query getting stuck indefinitely until the connection is terminated on the client-side.
   2. The dispatch calls are made sequentially. For queries with high parallelism and large number of stages, this can add 5-10s of query latency overhead.
   3. The payload sent in the dispatch call is quite large. We send the entire stage metadata map for each dispatch call.
   
   cc: @walterddr @xiangfu0 


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


[GitHub] [pinot] Jackie-Jiang closed issue #10331: [multistage] Fix Bottlenecks in QueryDispatcher

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang closed issue #10331: [multistage] Fix Bottlenecks in QueryDispatcher
URL: https://github.com/apache/pinot/issues/10331


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