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:
51990b3bf271759e7e57ffa9deccfdd5a36f6e14 / 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/28490832888

With regards,
GitHub Actions via GitBox

Reply via email to