Speed up recover stage when DataNode restarting#11421
Merged
xingtanzjr merged 6 commits intomasterfrom Oct 31, 2023
Merged
Conversation
|
SonarCloud Quality Gate failed.
|
HTHou
approved these changes
Oct 30, 2023
Codecov Report
@@ Coverage Diff @@
## master #11421 +/- ##
============================================
+ Coverage 48.57% 48.58% +0.01%
- Complexity 24440 24484 +44
============================================
Files 2817 2817
Lines 173018 173314 +296
Branches 20663 20705 +42
============================================
+ Hits 84050 84213 +163
- Misses 88968 89101 +133
... and 46 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.











Description
syncCloseAllTsFileProcessordoes not ensure the checkpoint of memtable is wrote into wal checkpoint file, which may lead to redundant redo of wal entries when restarting