guyinyou commented on code in PR #9700:
URL: https://github.com/apache/rocketmq/pull/9700#discussion_r2347732794
##########
broker/src/main/java/org/apache/rocketmq/broker/processor/PopBufferMergeService.java:
##########
@@ -126,9 +126,9 @@ public void run() {
if (!isShouldRunning()) {
return;
}
- while (this.buffer.size() > 0 || getOffsetTotalSize() > 0) {
- scan();
- }
+// while (this.buffer.size() > 0 || getOffsetTotalSize() > 0) {
Review Comment:
这里是不是直接删除,而不是注释
--
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]