charlieDJ commented on issue #3401:
URL: https://github.com/apache/rocketmq/issues/3401#issuecomment-942855338
> > It shows that delayOffset.json and consumerOffset.json were corrupted.
>
> It's better that you can attach these corrupted files.
>
> You track the implementation of persisting "consumerOffset.json" file in
`org.apache.rocketmq.common.ConfigManager#persist`.
The power went out last night. I restart my VM now and find that the
delayOffset.json file is corrupted. The offsetTable seems clearing out in
consumerOffset.json file.
delayOffset.json file:
It looks like blank empty. It represents multiple NUL in Ansi encoding by
default.
consumerOffset.json file:
{
"offsetTable":{}
}
--
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]