DarvenDuan commented on PR #23836: URL: https://github.com/apache/doris/pull/23836#issuecomment-2286359794
> It seems load job come after the water mark but before tablet decomission will still run into this problem. However, this PR may prevernt -215 in most cases. I have no better ideas currently @DarvenDuan @dataroaring . Doris holds the table's writeLock when set tablets to decommission and delete index info(`olapTable.deleteIndexInfo(rollupIndexName)`),load jobs will wait table's writeLock and get table's index info for loading,so this should not happen In theory. -- 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