-
Notifications
You must be signed in to change notification settings - Fork 12k
Fix 2046 #2047
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
Closed
Closed
Fix 2046 #2047
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
fix wipeWritePerm doc desc
…peWritePerm_desc [ISSUE apache#1883] Doc error about admin tool WipeWritePermSubCommand
[ISSUE apache#1866] Fix transaction message doc
Add delete IndexFile unit test
…_TOPIC [ISSUE apache#1574] change GET_ROUTEINTO_BY_TOPIC to GET_ROUTEINFO_BY_TOPIC
[ISSUE#728]check ChannelHandlerContext whether is null
* Update the javadoc for MessageListenerOrderly
[ISSUE apache#1859] add codecov report for tests.
…oker 4.7.0 fix(broker):fix bug sending request message using broker 4.7.0 (apache#1902)
…ll" (apache#1899) * Update MessageDecoder.java * add test case for MessageDecoder
…l consumer. [ISSUE apache#1912]Polish the committed offset logic for the lite pull consumer.
[ISSUE apache#1879] Prevent blocked by group transfer service
rename RequestResponseFuture.setSendReqeustOk to RequestResponseFuture.setSendRequestOk.
…ponseFuture Fixed typo in RequestResponseFuture.
DefaultMQProducer didn't shutdown completely
[ISSUE apache#1992] fix Broker2Client logs
Fastjson has a serious security problem in 1.2.62,which will cause RCE Fix apache#2007
[ISSUE apache#2007]Fastjson has a serious security problem in 1.2.62,which will cause RCE
[ISSUE apache#2006] Add request-reply doc
Remove MQClientInstance#datagramSocket Field
…erStatsManager. (apache#2029)
[ISSUE apache#2025] Refactor MQClientAPIImpl#processSendResponse
[ISSUE apache#2020] Use wakeup() instead of writing duplicate code
[ISSUE apache#1807] only increase hashSlotCount when using slot for the first time
[ISSUE apache#1400]do disk space detection in another thread
[ISSUE apache#1798] Fix MessageExt#getBornHostString NPE
[ISSUE apache#1971] Fix ConsumerFilterManager comment error
Co-authored-by: haotianfei <Tianfei.Hao@Geely.com>
Co-authored-by: 李致波 <lizhibo@lizhibodeMacBook-Pro.local>
Co-authored-by: lishaofeng <lishaofeng@xgd.com>
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.
fix selectOneMessageQueue must select lastFailBroker
As you say, if lastBrokerName is null, it will select one MessageQueue, assuming MessageQueue-a. If it occurs some exception while producing to MessageQueue-a, it will always select MessageQueue-a since then.