-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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
[ISSUE #7437] Add the CRC check of commitlog #7468
Conversation
@@ -61,7 +61,6 @@ | |||
import org.apache.rocketmq.store.logfile.MappedFile; | |||
import org.apache.rocketmq.store.util.LibC; | |||
import org.rocksdb.RocksDBException; | |||
|
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.
maybe no need to reformat the import in this file and MessageConfig.java
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.
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.
Add some UTs
done |
Codecov Report
@@ Coverage Diff @@
## develop #7468 +/- ##
=============================================
- Coverage 43.03% 43.02% -0.01%
- Complexity 9672 9681 +9
=============================================
Files 1158 1158
Lines 83858 83978 +120
Branches 10889 10915 +26
=============================================
+ Hits 36090 36135 +45
- Misses 43307 43351 +44
- Partials 4461 4492 +31
... and 24 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
lgtm
Which Issue(s) This PR Fixes
Fixes #7437
Brief Description
How Did You Test This Change?