caiconghui opened a new issue #3052: The only one tablet_map_lock cause poor performance for tablet manage task when there are so many tablets in doris be URL: https://github.com/apache/incubator-doris/issues/3052 In our production environment, there are about 45 thousand tablets in every be nodeļ¼ we find that create tablet task peformance is so poor, which often cost more than 60 seconds,it would cause create table failed. Finally we find the poor performance is because that every tablet manage task will obtain the tablet_map_lock before managing tablet which would cause other task blocked.
---------------------------------------------------------------- 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