You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/08/10 11:57:07 UTC

[GitHub] [incubator-doris] xy720 opened a new issue #6417: [Enhance] Reduce thread number of sync job

xy720 opened a new issue #6417:
URL: https://github.com/apache/incubator-doris/issues/6417


   At present, our sync job allocates one thread to each channel ( See detail in #6287 ), which is very expensive. Especially when the number of channels become large, sync job will occupy a lot of CPU resources.
   
   Therefore, we need to use thread pool to reduce the number of threads created by syncjob.
   
   But the difficulty is how to keep the sent data in the correct order. We need to implement a special thread pool to ensure that the tasks belonging to the same channel are executed in the order of submission.
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] xy720 closed issue #6417: [Enhance] [Binlog] Reduce thread number of sync job

Posted by GitBox <gi...@apache.org>.
xy720 closed issue #6417:
URL: https://github.com/apache/incubator-doris/issues/6417


   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org