The GitHub Actions job "CodeQL Analysis" on rocketmq.git/develop has failed. Run started by GitHub user juincen (triggered by juincen).
Head commit for run: 5150a9fe21589c6d0faa884b61042e94fc1d8d5e / juincen <[email protected]> perf: replace volatile+lock with AtomicLong in StoreStatsService - Replace volatile long + ReentrantLock for putMessageEntireTimeMax and getMessageEntireTimeMax with AtomicLong.accumulateAndGet, eliminating lock contention in the hot put/get message path. - Replace volatile long dispatchMaxBuffer with AtomicLong to fix a TOCTOU race condition where the max value could be lost under concurrent updates. - Replace string concatenation with chained StringBuilder.append() in toString() for better performance. Report URL: https://github.com/apache/rocketmq/actions/runs/30980141360 With regards, GitHub Actions via GitBox
