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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org