LittleBoy18 opened a new issue, #7477: URL: https://github.com/apache/rocketmq/issues/7477
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment k8s ### RocketMQ version 4.9.6 ### JDK Version _No response_ ### Describe the Bug 部署一套3节点的dledger集群,发送一批消息,将3个broker pod全部重启,发现可以根根offsetMsgId查到消息,但是根据msgId查不到消息 ### Steps to Reproduce 1、部署3节点的dledger集群 2、发送一条或者几条消息,记录返回的msgId和offsetMsgId 3、重启所有broker 4、分别根据msgId和offsetMsgId查询消息 根据offsetMsgId查询: <img width="965" alt="image" src="https://github.com/apache/rocketmq/assets/18388649/f454471b-daf3-44f2-9e8d-1c2313564d98"> 根据msgId查询: <img width="1085" alt="image" src="https://github.com/apache/rocketmq/assets/18388649/caafd3bb-2348-4dcd-9caa-ccfa33f12858"> ### What Did You Expect to See? msgId可以查到消息 ### What Did You See Instead? msgId查不到,offsetMsgId可以查到 ### 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