qianye1001 opened a new issue, #9241:
URL: https://github.com/apache/rocketmq/issues/9241

   ### Before Creating the Enhancement Request
   
   - [x] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Summary
   
   When broker crush, CommitLog will do dispatch to recover consumeQueueStore 
depending on storeCheckpoint. However, RocksDBConsumeQueueStore do not need 
storeCheckpoint to recover, so it is useless to update storeCheckpoint
   
   ### Motivation
   
   When broker crush, CommitLog will do dispatch to recover consumeQueueStore 
depending on storeCheckpoint. However, RocksDBConsumeQueueStore do not need 
storeCheckpoint to recover, so it is useless to update storeCheckpoint
   
   ### Describe the Solution You'd Like
   
   remove useless code
   
   ### Describe Alternatives You've Considered
   
   null
   
   ### Additional Context
   
   _No response_


-- 
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.apache.org

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

Reply via email to