- 22 10月, 2021 1 次提交
-
-
由 tigerlee 提交于
-
- 27 9月, 2021 1 次提交
-
-
由 Git_Yang 提交于
Signed-off-by: Nzhangyang <Git_Yang@163.com>
-
- 26 9月, 2021 1 次提交
-
-
由 WJL3333 提交于
-
- 24 9月, 2021 1 次提交
-
-
由 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
-
- 23 9月, 2021 1 次提交
-
-
由 Jiang Haiting 提交于
-
- 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 1 次提交
-
-
由 Jiang Haiting 提交于
add path empty check to avoid error log in org.apache.rocketmq.store.DefaultMessageStore#getRuntimeInfo
-
- 17 9月, 2021 1 次提交
-
-
由 Jiang Haiting 提交于
-
- 16 9月, 2021 2 次提交
-
-
由 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 1 次提交
-
-
由 huangli 提交于
[ISSUE 3194] [PART C] Replace AtomicLong with LongAdder in StatsItem.java to improve performance (#3351)
-
- 12 9月, 2021 1 次提交
-
-
由 Git_Yang 提交于
Signed-off-by: Nzhangyang21 <zhangyang21@xiaomi.com>
-
- 06 9月, 2021 1 次提交
-
-
由 huangli 提交于
[ISSUE 3194] [PART A] Use LongAdder instead of AtomicLong in BrokerStatsService to improve performance. (#3195)
-
- 16 8月, 2021 2 次提交
-
-
由 zongtanghu 提交于
-
由 zongtanghu 提交于
-
- 04 8月, 2021 1 次提交
-
-
由 gorden5566 提交于
-
- 01 8月, 2021 2 次提交
-
-
由 zongtanghu 提交于
-
由 zongtanghu 提交于
-
- 30 7月, 2021 1 次提交
-
-
由 huangli 提交于
[ISSUE 2883] Improve performance of string2messageProperties/messageProperties2String, and save 1 byte for each message.
-
- 28 7月, 2021 1 次提交
-
-
由 huangli 提交于
* Remove putMessage/putMessages method in CommitLog which has too many duplicated code. * Optimise performance of asyncPutMessage (extract some code out of putMessage lock) * extract generation of msgId out of lock in CommitLog (now only for single message processor) * extract generation of topicQueueTable key out of sync code * extract generation of msgId out of lock in CommitLog (for batch) * fix ipv6 problem introduced in commit "Optimise performance of asyncPutMessage (extract some code out of putMessage lock)"
-
- 09 7月, 2021 1 次提交
-
-
由 飞剑客_ 提交于
[ISSUE #3099] Fix the incorrect judegment 'writePos - lastCommittedPosition > commitLeastPages' in the method 'commit0' of class 'MappedFile' (#3125)
-
- 06 7月, 2021 2 次提交
- 05 7月, 2021 1 次提交
-
-
由 Git_Yang 提交于
Signed-off-by: Nzhangyang21 <zhangyang21@xiaomi.com>
-
- 30 6月, 2021 1 次提交
-
-
由 codersfarm 提交于
-
- 21 6月, 2021 2 次提交
-
-
由 zhangyang 提交于
Signed-off-by: Nzhangyang <Git_Yang@163.com>
-
由 Git_Yang 提交于
Signed-off-by: Nzhangyang <Git_Yang@163.com>
-
- 10 6月, 2021 2 次提交
-
-
由 zongtanghu 提交于
-
由 zongtanghu 提交于
-
- 05 6月, 2021 2 次提交
-
-
由 zongtanghu 提交于
-
由 zongtanghu 提交于
-
- 24 5月, 2021 1 次提交
-
-
由 rongtong 提交于
-
- 20 5月, 2021 2 次提交
-
-
由 von gosling 提交于
* Delete README * docs(reblance design): modify typographical issues There is still more room for optimization, so one task is reserved here. * [ISSUE #2865] Batch message send bug fix (#2866) * [DLedgerCommitLog] Batch message send bug fix Signed-off-by: Nzhangyang <Git_Yang@163.com> * [DLedgerCommitLog] Batch message send bug fix2 Signed-off-by: Nzhangyang <Git_Yang@163.com> * Revert "[ISSUE #2865] Batch message send bug fix (#2866)" (#2912) This reverts commit 16694485. * Revert "Revert "[ISSUE #2865] Batch message send bug fix (#2866)" (#2912)" This reverts commit 129d7e2b. Co-authored-by: NGit_Yang <30995057+Git-Yang@users.noreply.github.com>
-
由 von gosling 提交于
This reverts commit 16694485.
-
- 19 5月, 2021 1 次提交
-
-
由 Git_Yang 提交于
* [DLedgerCommitLog] Batch message send bug fix Signed-off-by: Nzhangyang <Git_Yang@163.com> * [DLedgerCommitLog] Batch message send bug fix2 Signed-off-by: Nzhangyang <Git_Yang@163.com>
-
- 13 5月, 2021 1 次提交
-
-
由 huangli 提交于
Change default value of some parameters: sendMessageThreadPoolNums/useReentrantLockWhenPutMessage/flushCommitLogTimed/endTransactionThreadPoolNums
-
- 20 4月, 2021 1 次提交
-
-
由 灼华 提交于
-