The GitHub Actions job "Run Integration Tests" on 
rocketmq.git/perf/auxiliary-component-optimization has succeeded.
Run started by GitHub user wang-jiahua (triggered by wang-jiahua).

Head commit for run:
958a954b082722045eddc702e41f33e55b1bfdec / wangjiahua.wjh 
<[email protected]>
[ISSUE #10527] Reduce auxiliary component allocation via AtomicLong, string 
caches, StringBuilder reuse, and dirty flag

- QueueOffsetOperator: ConcurrentMap<String,Long> -> 
ConcurrentMap<String,AtomicLong>

- BrokerStatsManager: cache buildStatsKey/topicQueueKey/consumerOffset strings, 
Integer->int params

- IndexService: reusable StringBuilder via ThreadLocal

- TimerWheel: volatile dirty flag to skip unnecessary flush

- AppendMessageResult: constructor with pre-computed fields

- Fix BrokerStatsManagerTest: QUEUE_ID Integer->int

Report URL: https://github.com/apache/rocketmq/actions/runs/27699425481

With regards,
GitHub Actions via GitBox

Reply via email to