-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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 #6121] Optimize some code style in store module #6122
Conversation
1. optimize some typos in store module
Codecov Report
@@ Coverage Diff @@
## develop #6122 +/- ##
=============================================
+ Coverage 43.22% 43.24% +0.01%
- Complexity 8846 8851 +5
=============================================
Files 1094 1094
Lines 77137 77135 -2
Branches 10057 10057
=============================================
+ Hits 33346 33356 +10
+ Misses 39628 39615 -13
- Partials 4163 4164 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
store/src/main/java/org/apache/rocketmq/store/ha/DefaultHAClient.java
Outdated
Show resolved
Hide resolved
…#REPORT_HEADER_SIZE 1. rename DefaultHAClient#REPORT_HEADER to DefaultHAClient#REPORT_HEADER_SIZE
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.
Hi @TheR1sing3un reference AutoSwitchHAConnection class comments
store/src/main/java/org/apache/rocketmq/store/ha/DefaultHAConnection.java
Outdated
Show resolved
Hide resolved
store/src/main/java/org/apache/rocketmq/store/ha/DefaultHAClient.java
Outdated
Show resolved
Hide resolved
…ZE and DefaultHAConnection#TRANSFER_HEADER_SIZE 1. optimize comment about DefaultHAClient#REPORT_HEADER_SIZE and DefaultHAConnection#TRANSFER_HEADER_SIZE
Hi @TheR1sing3un, plz merge the latest develop branch to pass CI. |
close: #6121
Make sure set the target branch to
develop
What is the purpose of the change
fix #
Brief changelog
XX
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily. Notice,
it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR
.[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.