biningo opened a new issue, #8041: URL: https://github.com/apache/rocketmq/issues/8041
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Message index update failed, but no error log. I would like to add the error log to to help locate the problem ### Motivation When deploying my MQ cluster, due to ,myself problems, commitlog path will change every time when MQ is restarted, so there will be inconsistency between indexFile and commitlog. After the inconsistency, I found that produce and consume can proceed normally, but new produce messages cannot update the index file. I could not find the build index error log . So I parsed the index file and found the problem after reading the source code. I would like to add the error log to to help locate the problem. <img width="681" alt="image" src="https://github.com/apache/rocketmq/assets/54737035/29340062-2b5c-46c2-b61c-f4270eab5869"> ### Describe the Solution You'd Like I'll add the error log. ### Describe Alternatives You've Considered . ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
