The GitHub Actions job "Coverage" on 
rocketmq.git/perf/pull-dispatch-path-optimization has failed.
Run started by GitHub user wang-jiahua (triggered by wang-jiahua).

Head commit for run:
4644074d6306304026022921b732119323920970 / wangjiahua.wjh 
<[email protected]>
[ISSUE #10525] Reduce pull/dispatch path allocation via primitive arrays, 
ThreadLocal reuse, and lambda elimination

- GetMessageResult: List<Long> -> long[] + addQueueOffset(long), right-sized 
capacity

- DispatchRequest: ThreadLocal reuse via mutable fields + reset()

- DefaultMappedFile: cached append slice + dual-slice merge in 
selectMappedBuffer

- DefaultMessageStore: remove thenAccept callback lambda in 
putMessage/putMessages

- ConsumeQueue: topicQueueKey final field

- Update 3 test files for GetMessageResult.addQueueOffset API

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

With regards,
GitHub Actions via GitBox

Reply via email to