- 26 9月, 2021 3 次提交
- 25 9月, 2021 1 次提交
-
-
由 youlixishia 提交于
RIP-7 Multiple Directories Storage Support
-
- 24 9月, 2021 4 次提交
-
-
由 rongtong 提交于
[ISSUE #1869] Delay message can't be consumed when delay offset in delayOffset.json is wrong (#3358) * fix(store):delay message can't be consumed when delay offset is wrong * fix(store):delay message can't be consumed when delay offset is wrong * fix(common):pass the code style * fix(store): fix bug of get cq max offset * fix(store): polish the code * fix(store): fix bug to pass the UT test * chore(store): polish log format * chore(store): polish code style
-
由 Silverados 提交于
message.getBody() return byte[], so change to length.
-
由 Silverados 提交于
fix message.getBody().length() --> message.getBody().length
-
由 youlixishia 提交于
[ISSUE #3308] production level pull api demo
-
- 23 9月, 2021 3 次提交
-
-
由 Jiang Haiting 提交于
-
由 yuz10 提交于
-
由 youlixishia 提交于
[ISSUE #3347] Improve performance of expandIP, and readable
-
- 22 9月, 2021 2 次提交
-
-
由 Jiang Haiting 提交于
-
由 Jiang Haiting 提交于
Fix bug for multi path file loading. Opt code checking for multi-path commitlog path in storePathCommitLog.
-
- 21 9月, 2021 1 次提交
-
-
由 Jiang Haiting 提交于
change default value of org.apache.rocketmq.store.config.MessageStoreConfig#MULTI_PATH_SPLITTER to ',' and can be changed by System.getProperty("rocketmq.broker.multiPathSplitter")
-
- 18 9月, 2021 4 次提交
-
-
由 Jiang Haiting 提交于
add path empty check to avoid error log in org.apache.rocketmq.store.DefaultMessageStore#getRuntimeInfo
-
由 youlixishia 提交于
[ISSUE #XXXX] Update rocketmq client maven version
-
由 youlixishia 提交于
[ISSUE #2964] Add a query consumer config command in mqadmin.
-
由 youlixishia 提交于
[ISSUE #2726] retrying by customizing response code
-
- 17 9月, 2021 2 次提交
-
-
由 zhangjidi2016 提交于
Co-authored-by: Nzhangjidi <zhangjidi@cmss.chinamobile.com>
-
由 Jiang Haiting 提交于
-
- 16 9月, 2021 4 次提交
-
-
由 youlixishia 提交于
[ISSUE #2436] DLQ topic default perm change
-
由 zhangxu16 提交于
-
由 Jiang Haiting 提交于
1. fix initial value of physicRatio in org.apache.rocketmq.broker.processor.SendMessageProcessor#diskUtil 2. use minPhysicsUsedRatio instead of max in org.apache.rocketmq.store.DefaultMessageStore#getRuntimeInfo
-
由 Jiang Haiting 提交于
-
- 15 9月, 2021 1 次提交
-
-
由 Jiang Haiting 提交于
-
- 14 9月, 2021 2 次提交
-
-
由 huangli 提交于
[ISSUE 3194] [PART C] Replace AtomicLong with LongAdder in StatsItem.java to improve performance (#3351)
-
由 yuz10 提交于
* fix fail to remove topic/group permissions and global white address of acl config * update acl config for all brokers * refactor rename UtilAll.string2List and list2String * fix fail to remove whiteRemoteAddress of acl config
-
- 13 9月, 2021 3 次提交
- 12 9月, 2021 4 次提交
-
-
由 844392610 提交于
-
由 aaron ai 提交于
-
由 lizhiboo 提交于
-
由 Git_Yang 提交于
Signed-off-by: Nzhangyang21 <zhangyang21@xiaomi.com>
-
- 11 9月, 2021 2 次提交
-
-
由 张旭 提交于
* [Store] Resend message directly to DLQ when max reconsume times reach * set msg delaylevel=0 when topic is DLQ Co-authored-by: Nzhangxu16 <zhangxu16@xiaomi.com>
-
由 yuz10 提交于
-
- 10 9月, 2021 3 次提交
-
-
由 truman.p.du 提交于
Increase multilingual client repository link
-
由 吴航 提交于
(doc)fix typo in update operation.md
-
由 huangli 提交于
-
- 09 9月, 2021 1 次提交
-
-
由 周文童 提交于
当使用 4.3.0 版本依赖时,当调用同步发送消息代码时,提示:Exception in thread "main" org.apache.rocketmq.client.exception.MQClientException: No route info of this topic,修改为当前最新版本 4.9.1 后问题解决。
-