-
Notifications
You must be signed in to change notification settings - Fork 12k
[ISSUE #2334] Polish the log and response remark when service not available #2335
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 #2334] Polish the log and response remark when service not available #2335
Conversation
…ervice not available
broker/src/main/java/org/apache/rocketmq/broker/processor/ReplyMessageProcessor.java
Outdated
Show resolved
Hide resolved
store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## develop #2335 +/- ##
=============================================
- Coverage 45.81% 45.60% -0.22%
+ Complexity 4298 4280 -18
=============================================
Files 547 547
Lines 35971 35971
Branches 4770 4770
=============================================
- Hits 16481 16404 -77
- Misses 17433 17505 +72
- Partials 2057 2062 +5 Continue to review full report at Codecov.
|
| // Failed | ||
| case CREATE_MAPEDFILE_FAILED: | ||
| log.info("create mapped file failed, server is busy or broken."); | ||
| log.warn("create mapped file failed, server is busy or broken."); |
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.
Good catch
…ot available (apache#2335) * enhancement(response & log):polish the log and response remark when service not available * enhancement(response remark & log): make log and response remark better understand * chore(style): modify code style to pass CI tests
…ot available (apache#2335) * enhancement(response & log):polish the log and response remark when service not available * enhancement(response remark & log): make log and response remark better understand * chore(style): modify code style to pass CI tests
What is the purpose of the change
Polish the log and response remark when service not available
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:checkstyleto make sure basic checks pass. Runmvn clean install -DskipITsto make sure unit-test pass. Runmvn clean test-compile failsafe:integration-testto make sure integration-test pass.