morningman opened a new pull request #2635: [Compaction] Limit the max concurrency of running compaction tasks URL: https://github.com/apache/incubator-doris/pull/2635 Compaction task may sometimes consume much memory and results in OOM. And currently, there is no good way to predict the mem consumption of a compaction task, so I add a new BE config: max_compaction_concurrency to limit the max concurrency of running compaction tasks manually. ISSUE #2633
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org