This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 1e7d2fffce6 [fix](catalog) fix deadlock of catalog and database (#53626) add 1db807d715c [Enhancement](Compaction) Support auto set compaction task num per round (#53408) No new revisions were added by this update. Summary of changes: be/src/common/config.cpp | 7 +- be/src/common/config.h | 1 + be/src/olap/olap_server.cpp | 32 +++++++ be/src/olap/storage_engine.h | 4 + be/src/olap/tablet_manager.cpp | 14 ++-- be/test/olap/compaction_task_test.cpp | 153 ++++++++++++++++++++++++++++++++++ be/test/olap/tablet_mgr_test.cpp | 19 +++-- 7 files changed, 214 insertions(+), 16 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org