You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/12/28 09:27:51 UTC

[GitHub] [rocketmq] lin-mt opened a new issue #3675: Why keep printing the persistAll log

lin-mt opened a new issue #3675:
URL: https://github.com/apache/rocketmq/issues/3675


   version:4.9.2
   
   Why keep printing the persistAll log, even if no more messages are consumed.
   
   org.apache.rocketmq.client.consumer.store.RemoteBrokerOffsetStore#persistAll
   
   ```java
   log.info("[persistAll] Group: {} ClientId: {} updateConsumeOffsetToBroker {} {}",
       this.groupName,
       this.mQClientFactory.getClientId(),
       mq,
       offset.get());
   ```


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] duhenglucky commented on issue #3675: Why keep printing the persistAll log

Posted by GitBox <gi...@apache.org>.
duhenglucky commented on issue #3675:
URL: https://github.com/apache/rocketmq/issues/3675#issuecomment-1002354085


   @lin-mt Just for the convenience of trouble shooting, can clearly see the offset committing progress in the timed task


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] duhenglucky closed issue #3675: Why keep printing the persistAll log

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #3675:
URL: https://github.com/apache/rocketmq/issues/3675


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] lin-mt commented on issue #3675: Why keep printing the persistAll log

Posted by GitBox <gi...@apache.org>.
lin-mt commented on issue #3675:
URL: https://github.com/apache/rocketmq/issues/3675#issuecomment-1002358592


   @duhenglucky Is it just troubleshooting? If there is no message consumption, this part of the log will overwrite the early contents of the log file, including the earliest log of the day. Shouldn't it not be printed after there is no message consumption?


-- 
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: dev-unsubscribe@rocketmq.apache.org

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