- 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)
-
- 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)"
-
- 19 4月, 2021 1 次提交
-
-
由 megggggg 提交于
-
- 11 3月, 2021 1 次提交
-
-
由 zhangxu16 提交于
-
- 15 2月, 2021 1 次提交
-
-
由 赵延 提交于
-
- 08 12月, 2020 1 次提交
-
-
由 TerrellChen 提交于
* implement issue-690 * add unit test * fix version * fix wroteOffset;update version;polish * polish * fix wrong wroteOffset of AppendMessageResult * move serialization out of lock in async method
-
- 23 10月, 2020 1 次提交
-
-
由 rongtong 提交于
* enhancement(dledger):implement asyncPutMessage in dledger commitlog * enhancement(dledger):move serialization out of lock * fix(dledger):fix the issue that queueOffset is overwritten * fix(dledger):fix the issue that get wrong queueOffset * test(dledger):add dledgerCommitlog put messages async unit test * chore(dledger): fix the issue that cannot find symbol of variable SCHEDULE_TOPIC
-
- 19 10月, 2020 1 次提交
-
-
由 AVP42 提交于
* [ISSUE# 2330]store the properties of MessageBatch * [ISSUE# 2330]fix style problem * [ISSUE# 2330]Undo newly added property in the MessageBatch Co-authored-by: Nwufc <wufc@viomi.com>
-
- 31 7月, 2020 1 次提交
-
-
由 rongtong 提交于
* feature(dledger):upgrade dledger version and support preferred leader/batch push * feature(dledger):pass the failed UT and pass the CI
-
- 23 5月, 2020 1 次提交
-
-
由 Hao Zhang 提交于
-
- 03 3月, 2020 1 次提交
-
-
由 rushsky518 提交于
-
- 28 10月, 2019 1 次提交
-
-
由 qqeasonchen 提交于
-
- 18 10月, 2019 1 次提交
-
-
由 shenhui.backend 提交于
2. fix properties when store message 3. add IT for transaction 4. correct resonse code when slave down
-
- 10 10月, 2019 1 次提交
-
-
由 shenhui.backend 提交于
optimization : change SYNC_MASTER flushSlave/flushDisk to pipeline to reduce produce latency and improve throughput
-
- 16 9月, 2019 1 次提交
-
-
由 qqeasonchen 提交于
-
- 12 9月, 2019 1 次提交
-
-
由 qqeasonchen 提交于
-
- 22 8月, 2019 1 次提交
-
-
由 陈永明 提交于
* Remove the useless files * Replace PermSize with MetaspaceSize, details see http://openjdk.java.net/jeps/122 * Update DLedgerCommitLog.java (#1145) Delete useless code * Remove the duplicate content * Polish the comment (#1107) * Minor Typo fix (#860) * [ISSUE #1082] Fix disconnection of HA (#1083) * fixed the text description in chinese doc (#1339) * fix /dev/shm not found on some OSs (#1345) * Refactor the protection logic when pulling * change the MQVersion variable to rocketmq 4.5.2 version; * Minor polish * Fix the wrong package name * [maven-release-plugin] prepare release rocketmq-all-4.5.2 * [maven-release-plugin] prepare for next development iteration * [RIP-15]Add Ipv6 support for RocketMQ
-
- 12 7月, 2019 1 次提交
-
-
由 vongosling 提交于
-
- 06 3月, 2019 1 次提交
-
-
由 hdchen 提交于
-
- 05 3月, 2019 1 次提交
-
-
由 dongeforever 提交于
-
- 02 3月, 2019 2 次提交
-
-
由 Eks OU 提交于
[RIP-10]Optimize the test case for DefaultMessageStore.CleanCommitLogService and DefaultMessageStore.CleanConsumeQueueService (#939) [RIP-10]Optimize the test case for DefaultMessageStore.CleanCommitLogService and DefaultMessageStore.CleanConsumeQueueService
-
由 a51764579 提交于
[RIP-10]HA test case optimization and reduce the time spent
-
- 27 2月, 2019 1 次提交
-
-
由 ranqiqiang 提交于
[RIP-10] Fix-ScheduleMessageServiceTest
-
- 26 2月, 2019 1 次提交
-
-
由 ranqiqiang 提交于
[RIP-10]fix-bug: ScheduleMessageServiceTest
-
- 22 2月, 2019 2 次提交
-
-
由 Eks OU 提交于
[RIP-10] Add test cases for DefaultMessageStore.CleanCommitLogService and DefaultMessageStore.CleanConsumeQueueService (#836) [RIP-10] Add test cases for DefaultMessageStore.CleanCommitLogService and DefaultMessageStore.CleanConsumeQueueService
-
由 a51764579 提交于
* Add test case for CommitLog.handleHA * Add one UUID parent path for RocketMQ's files
-
- 21 2月, 2019 2 次提交
-
-
由 ranqiqiang 提交于
[RIP-10] Fix junit bug in ScheduleMessageServiceTest
-
由 zhoubo 提交于
[RIP-10] Optimize test batch send message use cases
-
- 20 2月, 2019 3 次提交
-
-
由 ranqiqiang 提交于
[RIP-10] Add test cases of ScheduleMessageService
-
由 Frank Lin 提交于
[RIP-10]Add test cases for DefaultMessageStore which methods read from CommitLog/ConsumeQueue (#778) [RIP-10]Add test cases for DefaultMessageStore which methods read from CommitLog/ConsumeQueue
-
由 zhoubo 提交于
[RIP-10]Add test cases for DefaultMessageStore.putMessages(MessageExtBatch)
-
- 21 1月, 2019 2 次提交
-
-
由 chenhoudao 提交于
-
由 chenhoudao 提交于
-
- 08 1月, 2019 1 次提交
-
-
由 chenhoudao 提交于
-
- 24 12月, 2018 1 次提交
-
-
由 dongeforever 提交于
-
- 20 12月, 2018 3 次提交
-
-
由 dongeforever 提交于
-
由 dongeforever 提交于
-
由 dongeforever 提交于
-