kang-hl commented on code in PR #7449: URL: https://github.com/apache/rocketmq/pull/7449#discussion_r1356129269
########## common/src/main/java/org/apache/rocketmq/common/stats/StatsItem.java: ########## @@ -248,11 +224,23 @@ public long getTimestamp() { return timestamp; } + public void setTimestamp(long timestamp) { Review Comment: 复用CallSnapshot对象,需要修改其属性。 ########## common/src/main/java/org/apache/rocketmq/common/stats/StatsItem.java: ########## @@ -248,11 +224,23 @@ public long getTimestamp() { return timestamp; } + public void setTimestamp(long timestamp) { Review Comment: 复用CallSnapshot对象,需要修改其属性。 -- 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