You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Ted-Jiang (via GitHub)" <gi...@apache.org> on 2023/04/20 10:16:45 UTC

[GitHub] [arrow-ballista] Ted-Jiang opened a new issue, #748: [Improvement] Increase the throughput in push-staged TaskSchedulingPolicy

Ted-Jiang opened a new issue, #748:
URL: https://github.com/apache/arrow-ballista/issues/748

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   Our team using `push-staged` TaskSchedulingPolicy as the OLAP query engine,  we main focus on the quick respond query less than `10s`  hundreds degrees of concurrency. 
   
   Now: 
   
   `Cluster`: with 60 executor (each 200 slots) and 1 scheduler cluster.
   `WorkLoad`: 200 clients submit 0.5s cost query in sequence.
   
   We got 1200 query per mins 😢 
   
   So we found below issues in `push-staged`
   
   - Should wait for the launch_multi_task result asynchronously
   - Try avoid data lock racing
   - Avoid empty events and combine continuous events
   - etc
   
   After fix these we got 16000 query per mins  ! We will contribute these back soon. 
   
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-ballista] thinkharderdev commented on issue #748: [Improvement] Increase the throughput in push-staged TaskSchedulingPolicy

Posted by "thinkharderdev (via GitHub)" <gi...@apache.org>.
thinkharderdev commented on issue #748:
URL: https://github.com/apache/arrow-ballista/issues/748#issuecomment-1516107465

   Interesting, sounds like some promising improvements :)


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-ballista] Ted-Jiang commented on issue #748: [Improvement] Increase the throughput in push-staged TaskSchedulingPolicy

Posted by "Ted-Jiang (via GitHub)" <gi...@apache.org>.
Ted-Jiang commented on issue #748:
URL: https://github.com/apache/arrow-ballista/issues/748#issuecomment-1516079230

   @yahoNanJing @mingmwang  @andygrove @thinkharderdev 


-- 
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: github-unsubscribe@arrow.apache.org

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