[ISSUE #7330] Add goaway and reconnection mechanism#7331
Merged
drpmma merged 8 commits intoapache:developapache/rocketmq:developfrom Oct 10, 2023
drpmma:feature/go-away-sub-taskdrpmma/rocketmq:feature/go-away-sub-taskCopy head branch name to clipboard
Merged
[ISSUE #7330] Add goaway and reconnection mechanism#7331drpmma merged 8 commits intoapache:developapache/rocketmq:developfrom drpmma:feature/go-away-sub-taskdrpmma/rocketmq:feature/go-away-sub-taskCopy head branch name to clipboard
drpmma merged 8 commits intoapache:developapache/rocketmq:developfrom
drpmma:feature/go-away-sub-taskdrpmma/rocketmq:feature/go-away-sub-taskCopy head branch name to clipboard
Conversation
48e5d18 to
b33c915
Compare
f26c8d5 to
2f5a95c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #7331 +/- ##
=============================================
- Coverage 42.70% 42.67% -0.03%
+ Complexity 9480 9478 -2
=============================================
Files 1150 1150
Lines 82687 82814 +127
Branches 10749 10768 +19
=============================================
+ Hits 35311 35344 +33
- Misses 42973 43050 +77
- Partials 4403 4420 +17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
xdkxlk
reviewed
Oct 9, 2023
RongtongJin
previously approved these changes
Oct 10, 2023
…rLifecycleListener (apache#7432) * Fix flaky test of DLedgerControllerTest#testBrokerLifecycleListener
RongtongJin
approved these changes
Oct 10, 2023
This file contains hidden or 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
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.
Which Issue(s) This PR Fixes
Fixes #7330
Brief Description
Add
goawayresponse code when the server is shutting down and client reconnection and transparent retry mechanism.How Did You Test This Change?
Existing unit test.