mxsm opened a new issue, #5051: URL: https://github.com/apache/rocketmq/issues/5051
GroupCommitService#swapRequests has used lock https://github.com/apache/rocketmq/blob/f8bf7bd38b11ca025c5795a8e4a03bd577f47273/store/src/main/java/org/apache/rocketmq/store/CommitLog.java#L1461-L1470 this code chunk used synchronized https://github.com/apache/rocketmq/blob/f8bf7bd38b11ca025c5795a8e4a03bd577f47273/store/src/main/java/org/apache/rocketmq/store/CommitLog.java#L1519-L1521 synchronized can be removed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
