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

Head commit for run:
c78cdc3d0b21a62d972d6a356a01e7769098b1ea / 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/31771138836

With regards,
GitHub Actions via GitBox

Reply via email to