rocketmq-all-5.3.3
·
231 commits
to develop
since this release
What's Changed
This version no longer supports "ACL 1.0" related features, please use "ACL 2.0".
Additionally, this minor version includes several general bug fixes.
- [ISSUE #8997] Ensure there is an opportunity to send a retry message when broker no response by @gaoyf in #9137
- [ISSUE #9233] Query message in tiered storage may fail for the first correct index file was not selected by @bxfjb in #9234
- [ISSUE #9246] Support init offset mode in PopConsumerService by @lizhimins in #9247
- Fix unstable test: BrokerOuterAPITest.test_needRegister_timeout by @DivyanshIITB in #9250
- [ISSUE #9249] When delivery fails, there is an incorrect start offset in the delivery settings by @coolmoon101 in #9252
- [ISSUE #9241] RocksDBConsumeQueueStore do not need to update StoreCheckpoint by @qianye1001 in #9242
- [ISSUE #9244] Avoid writing dirty data in consumption mode by @3424672656 in #9245
- [ISSUE #8701] Fix documentation for brokerAddrTable property in MQClientInstance.java by @DivyanshIITB in #9263
- [ISSUE #8243] Update Configuration Docs for RocketMQ 5.x Compatibility by @DivyanshIITB in #9258
- [ISSUE #9259] Remove duplicate flushing operation of StoreCheckpoint by @mxsm in #9260
- [ISSUE #9266] Update the Quick Start version in README to the latest by @yx9o in #9267
- [ISSUE #7948] Prevent invoking the queryMessage method lead to OOM by @yangxiaohui-coll in #9265
- [ISSUE #9271] Enhance tiered storage getQueueOffsetByTimeAsync by @bxfjb in #9272
- [ISSUE #9282] Optimize BrokerController#printWaterMark by @yx9o in #9283
- [ISSUE #9304] Resolve cold data read control issue in DefaultMessageStore by @ymwneu in #9305
- [ISSUE #9300] Periodic cleanup of inactive items in StatsItemSet by @ymwneu in #9301
- [ISSUE #9286] Counting the filtered message when filter by SQL92 by @ymwneu in #9287
- [ISSUE #9284] When pullMessage overflow one, should refresh recordDiskFallBehind data by @ymwneu in #9285
- [ISSUE #9279] Restrict system subscription group creation and add pull request rejection policy by @ymwneu in #9280
- Avoid NPE for handling client settings null in notifyClientTermination by @lollipopjin in #9308
- [ISSUE #9297] Supports outputting topic put TPS in TopicStatusSubCommand by @ymwneu in #9298
- [ISSUE #1918] Catch throwable in PullMessageService thread run method by @fuyou001 in #9278
- [ISSUE #9302] SendMessageContext add message type by @ymwneu in #9303
- Optimize the log output of tlsHelper by @RongtongJin in #9324
- Prxoy remoting compatible batch message by @gaoyf in #9295
- [ISSUE #9115] Optimize the broker's reverse notification for consumerId change by @yx9o in #9116
- [ISSUE #9288] Support the disablement of producer registration and fast channel shutdown by @ymwneu in #9293
- [ISSUE #9331] Found one info log lose parameters during proxy startup by @WJ66880 in #9332
- Make sure to create system topics to all the brokers in 'systemTopicClusterName' cluster by @lollipopjin in #9327
- [ISSUE #9339] Fix pop update consumption offset when message are filtered by @lizhimins in #9340
- [ISSUE #9358] Timediff should multiply 1000 when query message from tiered storage by @bxfjb in #9359
- [ISSUE #9360] Fix some services are not shut down when the broker goes offline by @lizhimins in #9361
- [ISSUE #9351] Add topic-group mapping in queryTopicConsumeByWho command by @golden-yang in #9352
- [ISSUE #9313]add scheduled clean task. by @GenerousMan in #9314
- [ISSUE #9369] Fix reset offset commit pull offset when use pop consumer service by @lizhimins in #9370
- [ISSUE #9371] Delete ConsumeQueue index before CommitLog in tiered storage by @lizhimins in #9372
- [ISSUE #9233] Fix query time boundary calculation in tiered storage by @dingshuangxi888 in #9374
- [ISSUE #9375] Make client trace thread can be closed correctly by @qianye1001 in #9376
- [ISSUE #9362] [RIP-77] Deprecate and Remove ACL 1.0 by @dingshuangxi888 in #9363
- [ISSUE #9377] Fix 'send trace data can fail if shutdown producer immediately' by @kingkh1995 in #9378
- [ISSUE #9379] Fix timeStoreTable delete logic in IndexService by @lizhimins in #9384
New Contributors
- @janni1288 made their first contribution in #9238
- @DivyanshIITB made their first contribution in #9250
- @coolmoon101 made their first contribution in #9252
- @yangxiaohui-coll made their first contribution in #9265
- @WJ66880 made their first contribution in #9332
Full Changelog: rocketmq-all-5.3.2...rocketmq-all-5.3.3