- 10 9月, 2021 2 次提交
- 08 9月, 2021 1 次提交
-
-
由 zhangjidi2016 提交于
* [ISSUE #3284]Optimize the buildMessage method Co-authored-by: Nzhangjidi2016 <zhangjidi@cmss.chinamobile.com>
-
- 06 9月, 2021 1 次提交
-
-
由 huangli 提交于
[ISSUE 3194] [PART A] Use LongAdder instead of AtomicLong in BrokerStatsService to improve performance. (#3195)
-
- 05 9月, 2021 1 次提交
-
-
由 【keepal】 提交于
-
- 28 8月, 2021 1 次提交
-
-
由 StyleTang 提交于
* [ISSUE #3136] TraceDataEncoder add SubAfter trace bean timestamp * add SubAfter TraceBean TimeStamp and GroupName back
-
- 26 8月, 2021 1 次提交
-
-
由 zhangjidi2016 提交于
* [ISSUE #3284]Optimizing benchmark code * Reduce calls to the longValue method in the loop Co-authored-by: Nzhangjidi <zhangjidi@cmss.chinamobile.com>
-
- 23 8月, 2021 3 次提交
-
-
由 zongtanghu 提交于
Merge branch 'develop_include_prs_after_4.9.1_version', remote-tracking branch 'origin' into develop
-
由 zongtanghu 提交于
-
由 guyinyou 提交于
-
- 16 8月, 2021 2 次提交
-
-
由 zongtanghu 提交于
-
由 zongtanghu 提交于
-
- 04 8月, 2021 3 次提交
-
-
由 gorden5566 提交于
-
由 zhenhe 提交于
[ISSUE #3006]Replace ScheduledExecutorService instead of Timer to avoid affecting other tasks during exception (#3001) * 采用ScheduledExecutorService替代Timer,避免异常捕获时影响其他任务 多线程并行处理定时任务时,Timer运行多个TimeTask时,只要其中之一没有捕获抛出的异常,其它任务便会自动终止运行,使用ScheduledExecutorService则没有这个问题。 * optimize imports * Add @Override annotation * Revert "Add @Override annotation" This reverts commit 3ddccd88022db33361a2af08b36b0c8f5d963f48. Co-authored-by: Nwuzh <wuzh@bosera.com>
-
由 Heng Du 提交于
Looking at the Chinese document, I found that the subtraction operati…
-
- 01 8月, 2021 5 次提交
-
-
由 zongtanghu 提交于
-
由 zongtanghu 提交于
-
由 Heng Du 提交于
[Issue3205]Fix the issue of check style in client and broker modules.
-
由 zongtanghu 提交于
-
由 zongtanghu 提交于
-
- 31 7月, 2021 5 次提交
-
-
由 Heng Du 提交于
[Issue #3175] check acl config before update. otherwise broker may fail to start
-
由 panzhi 提交于
Co-authored-by: Npanzhi33 <wb-pz502261@alibaba-inc.com>
-
由 Heng Du 提交于
[ISSUE 2883] [Part G] Optimise parse performance for SendMessageRequestHeaderV2
-
由 Heng Du 提交于
[ISSUE #2883] [Part F] Improve produce performance in M/S mode.
-
由 yuz10 提交于
-
- 30 7月, 2021 6 次提交
-
-
由 makabakaboom 提交于
make free disk value more accurate
-
由 huangli 提交于
[ISSUE 2883] Improve performance of string2messageProperties/messageProperties2String, and save 1 byte for each message.
-
由 guyinyou 提交于
-
由 huangli 提交于
-
由 gorden5566 提交于
-
由 zhangjidi2016 提交于
Co-authored-by: Nzhangjidi2016 <zhangjidi@cmss.chinamobile.com>
-
- 29 7月, 2021 1 次提交
-
-
由 Heng Du 提交于
[ISSUE #3183]add synchronization for producer on method registerProducer & unregisterProducer
-
- 28 7月, 2021 3 次提交
-
-
由 zhangjidi2016 提交于
Co-authored-by: Nzhangjidi2016 <zhangjidi@cmss.chinamobile.com>
-
由 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)"
-
由 guyinyou 提交于
-
- 27 7月, 2021 4 次提交
- 26 7月, 2021 1 次提交
-
-
由 Heng Du 提交于
[ISSUE #3066]producing a ghost consumer at frequently start and stop consumers in one process
-