forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](schema-change) Fix job replay failure when partitions added to …
…table after job finish (apache#46166) If all partitions in table are engaged in schema change job replay, replay may fail if there is any partition created after alter job commitment and before job replay. Therefore, write edit log within table write lock.
- Loading branch information
1 parent
902151f
commit 04d7927
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters