-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flush rocksdb before clean expired wal #2128
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2128 +/- ##
==========================================
+ Coverage 86.80% 86.85% +0.05%
==========================================
Files 641 641
Lines 61369 61525 +156
==========================================
+ Hits 53272 53439 +167
+ Misses 8097 8086 -11
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done. LGTM
6964e36
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* flush before clean wal * address comments
* flush before clean wal * address comments
Flush rocksdb before clean expired wal. This pr would fix when a part does not have any input data for a long time, then it crash, the data in rocksdb may have not been flushed to disk, however, the wal has been expired and deleted.