guyinyou commented on code in PR #8143:
URL: https://github.com/apache/rocketmq/pull/8143#discussion_r1601237774


##########
broker/src/main/java/org/apache/rocketmq/broker/processor/AdminBrokerProcessor.java:
##########
@@ -1462,6 +1468,10 @@ private RemotingCommand 
updateAndCreateSubscriptionGroup(ChannelHandlerContext c
 
         response.setCode(ResponseCode.SUCCESS);
         response.setRemark(null);
+        long endTime = System.currentTimeMillis();
+        long executionTime = endTime - startTime;
+        LOGGER.info("" + config.getGroupName() + " is " + executionTime + 
"ms");

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: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to