-
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 #5390] not to print some useless log in PopReviveService #5391
Merged
Conversation
This file contains 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
lollipopjin
previously approved these changes
Oct 24, 2022
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
lizhimins
previously approved these changes
Oct 24, 2022
nowinkeyy
previously approved these changes
Oct 24, 2022
RongtongJin
previously approved these changes
Oct 24, 2022
xdkxlk
dismissed stale reviews from RongtongJin, nowinkeyy, lizhimins, and lollipopjin
via
October 24, 2022 11:19
cb60377
xdkxlk
force-pushed
the
develop-pop-log
branch
from
October 24, 2022 11:19
118d780
to
cb60377
Compare
Codecov Report
@@ Coverage Diff @@
## develop #5391 +/- ##
=============================================
- Coverage 43.24% 43.11% -0.13%
- Complexity 7881 7991 +110
=============================================
Files 1006 1016 +10
Lines 70046 71499 +1453
Branches 9259 9463 +204
=============================================
+ Hits 30290 30829 +539
- Misses 35963 36784 +821
- Partials 3793 3886 +93
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Oliverwqcwrw
approved these changes
Oct 25, 2022
ni-ze
approved these changes
Oct 25, 2022
RongtongJin
approved these changes
Oct 25, 2022
Focus-rth
added a commit
to Focus-rth/rocketmq
that referenced
this pull request
Oct 25, 2022
* develop: [ISSUE apache#5390] not to print some useless log in PopReviveService (apache#5391) Fix the issue that TransactionMessageIT can not pass (apache#5394) [ISSUE apache#5373] output namesrv bindaddress when starting (apache#5369) [ISSUE apache#5381] Optimize merge_rocketmq_pr.py comments (apache#5389) [ISSUE apache#3799]main compaction process (apache#5351)
anuragmadnawat1
pushed a commit
to anuragmadnawat1/rocketmq
that referenced
this pull request
Nov 2, 2022
anuragmadnawat1
added a commit
to anuragmadnawat1/rocketmq
that referenced
this pull request
Nov 2, 2022
…apache#5391) (#35) Co-authored-by: lk <xdkxlk@outlook.com>
drpmma
pushed a commit
that referenced
this pull request
Feb 21, 2023
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.
Make sure set the target branch to
develop
What is the purpose of the change
close #5390
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.