Skip to content
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 #5168] Release 5.0.0 merge release-5.0.0 to master #5170

Merged
merged 5,251 commits into from
Sep 23, 2022
Merged

Conversation

odbozhou
Copy link
Contributor

Make sure set the target branch to develop

What is the purpose of the change

XXXXX

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.

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test(over 80% coverage) to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in test module.
  • Run mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle to make sure basic checks pass. Run mvn clean install -DskipITs to make sure unit-test pass. Run mvn clean test-compile failsafe:integration-test to make sure integration-test pass.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

drpmma and others added 30 commits July 18, 2022 14:21
)

* add plain_acl_bak.xml to reset at test case start.

* add license

* reset file at test case start
[ISSUE #4628] Fix bug in LMQ when checking multiple Dispatch Queue
* Add CRC32 verification when saving checkpoint file

* Add license to header
…into feature/grpc-develop-v2

* 'feature/grpc-develop-v2' of github.com:drpmma/rocketmq:
  [ISSUE #3949] set delay level for message; use byte to calculate property size
…-controller

# Conflicts:
#	distribution/bin/mqshutdown
#	pom.xml
mxsm and others added 24 commits September 8, 2022 20:50
* Bump DLedger to 0.3.0

* Add new @OverRide function
Co-authored-by: wangkai <wangkai@zhongan.com>
…cessor and EndTransactionProcessor (#5064)

* Polish the put message result process in SendMessageProcessor and EndTransactionProcessor

* Format the code style
* Use dledger from maven

* Sync other references
* Bump checkstyle to 3.2.0

* Fix checkstyle
@ShannonDing ShannonDing added this to the 5168 milestone Sep 23, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #5170 (ac82378) into master (06f2208) will decrease coverage by 4.95%.
The diff coverage is 31.03%.

❗ Current head ac82378 differs from pull request most recent head 251fc77. Consider uploading reports for the commit 251fc77 to get more accurate results

@@             Coverage Diff              @@
##             master    #5170      +/-   ##
============================================
- Coverage     48.23%   43.28%   -4.96%     
- Complexity     5137     7795    +2658     
============================================
  Files           649      996     +347     
  Lines         43021    69232   +26211     
  Branches       5625     9159    +3534     
============================================
+ Hits          20752    29966    +9214     
- Misses        19771    35500   +15729     
- Partials       2498     3766    +1268     
Impacted Files Coverage Δ
...ache/rocketmq/acl/common/AuthenticationHeader.java 0.00% <0.00%> (ø)
...pache/rocketmq/acl/common/AuthorizationHeader.java 0.00% <0.00%> (ø)
...ava/org/apache/rocketmq/acl/common/Permission.java 92.68% <0.00%> (ø)
...a/org/apache/rocketmq/broker/BrokerController.java 43.84% <ø> (-2.30%) ⬇️
...apache/rocketmq/broker/BrokerPreOnlineService.java 0.00% <0.00%> (ø)
...ache/rocketmq/broker/client/net/Broker2Client.java 6.83% <0.00%> (+4.34%) ⬆️
...ketmq/broker/dledger/DLedgerRoleChangeHandler.java 0.00% <0.00%> (ø)
.../broker/longpolling/LmqPullRequestHoldService.java 0.00% <0.00%> (ø)
...cketmq/broker/longpolling/NotificationRequest.java 0.00% <0.00%> (ø)
.../rocketmq/broker/pagecache/OneMessageTransfer.java 24.00% <ø> (ø)
... and 743 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@RongtongJin RongtongJin merged commit 253a340 into master Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.