Uh oh!
There was an error while loading. Please reload this page.
[Feature](fe) Add admin set partition version statement - #23086
Conversation
xy720
commented
Aug 17, 2023
run buildall |
xy720
commented
Aug 17, 2023
some docs still need to be updated |
xy720
commented
Aug 18, 2023
run buildall |
hello-stephen
commented
Aug 18, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
morningman
left a comment
There was a problem hiding this comment.
Please add regression test case.
Eg, if a partition's version is 3,
- set it to 2
- set it to 3
- check if table can query
- load some data
- check if table can query
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
d93946d to
bc47cb5Comparexy720
commented
Aug 24, 2023
run buildall |
xy720
commented
Aug 24, 2023
run buildall |
hello-stephen
commented
Aug 24, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
xy720
commented
Aug 24, 2023
hello-stephen
commented
Aug 24, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
xy720
commented
Aug 28, 2023
run buildall |
xy720
commented
Aug 28, 2023
run clickbench |
hello-stephen
commented
Aug 28, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
This commit add a statement to modify partition visible version.
This commit add a statement to modify partition visible version.
xiaokang
commented
Sep 15, 2023
revert this PR in branch-2.0 since it modify fe metadata OperationType and cause rollback from 2.0.2 to 2.0.1/2.0.0 |
…)" This reverts commit 5442d9a.
Proposed changes
Last week, we encountered a situation where we had to recover master's metadata from image without bdbje log.
After recovering the master, we found that the partition visible version of the master's metadata was inconsistent with the actual replica in Be.
This commit add a statement to modify partition visible version.
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...