-
Notifications
You must be signed in to change notification settings - Fork 11.8k
4.9.6 #9243
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
Open
BobYZB
wants to merge
21
commits into
apache:develop
Choose a base branch
from
BobYZB:4.9.6
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
4.9.6 #9243
Conversation
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
…e#5161) As this is a backported patch. For the purpose of compatibility, let's merge it as it is.
* including `CheckTransactionStateRequestHeader`, `EndTransactionRequestHeader`, `ReplyMessageRequestHeader`
…pache#5984) (apache#6395) * When encountering the flow control code, pull it after 20ms instead of 3s * When encountering the flow control code, pull it after 20ms instead of 3s (cherry picked from commit a1d1cf8) # Conflicts: # client/src/main/java/org/apache/rocketmq/client/impl/consumer/DefaultLitePullConsumerImpl.java # client/src/main/java/org/apache/rocketmq/client/impl/consumer/DefaultMQPushConsumerImpl.java
…branch (apache#6410) * [ISSUE apache#4841] Fix the reply message is the original request msg. (apache#4896) (cherry picked from commit f7c2072) * [ISSUE apache#4647] Update CommandLineOption secretKey to necessary (apache#4648) * Ignore the unstable updateGlobalWhiteRemoteAddressesTest in the arm environment of CI * [ISSUE apache#4647] udpate option to necessary Co-authored-by: RongtongJin <jinrongtong16@mails.ucas.ac.cn> (cherry picked from commit a3aef17) * [ISSUE apache#4644] Fix mqadmin deleteTopic bug when command exec on slave broker (cherry picked from commit 3a1d1a7) * [ISSUE apache#5424] Fix null exception and array overflow bug exist in getHalfMsg method apache#5425 (cherry picked from commit dd4b666) * [ISSUE apache#4841] Fix the reply message is the original request msg. (apache#4896) (cherry picked from commit f7c2072) * [ISSUE apache#4584] Add new persist method to update consume offset to remote server. (cherry picked from commit 2930994) * Prepare to release 4.9.5 --------- Co-authored-by: echooymxq <echooy.mxq@gmail.com> Co-authored-by: Oliver <wqdyxnbd@163.com> Co-authored-by: JanWarlen <janwarlen@gmail.com> Co-authored-by: RapperCL <44110731+RapperCL@users.noreply.github.com> Co-authored-by: dinglei <libya_003@163.com>
…stener is supported. At the same time, you can specify the offset that the MessageQueue will commit (apache#4820) (cherry picked from commit a1d2a73)
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 #issue_id
Brief Description
How Did You Test This Change?