-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](cloud-schema-change) Write schema change jobs to a deserialized…
… pb buffer rather than a new one (#38210) ## Proposed changes Currently, when starting a schema change job, job info will be persists in an new created protobuf struct rather than the original stored one, which will lead to compation job losing and result in `failed to lease compaction job`. Therefore, write the newly created schema job info into the deserialized proto buffer of the original job info to fix the job info lose.
- Loading branch information
1 parent
5f40c79
commit 5fc67be
Showing
2 changed files
with
76 additions
and
0 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
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