Uh oh!
There was an error while loading. Please reload this page.
Persistence stale rowsets meta - #4454
Conversation
kangkaisen
commented
Aug 26, 2020
@ZhangYu0123 Hi, What's the concrete issue that this PR want to Fix? what's the accurate definition for |
ZhangYu0123
commented
Aug 26, 2020
|
70b8593 to
ae44041Comparekangkaisen
commented
Aug 26, 2020
I see. Thanks. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| Version stale_meta_version = stale_meta->version(); | ||
| add_version(stale_meta_version); | ||
| // 2.4 find the path | ||
| if (r) { |
| Version stale_meta_version = stale_meta->version(); | ||
| add_version(stale_meta_version); | ||
| // 2.4 find the path | ||
| if (r) { |
morningman
commented
Aug 29, 2020
Hi @kangkaisen , I think |
Proposed changes
Persistence stale rowsets meta. When be reboots, stale rowsets meta can resume and the stale version can also be readable before stale gc time.
ISSUE: #4453
Types of changes
What types of changes does your code introduce to Doris?
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.