1.4.0 om start failed #7355
Replies: 1 comment
-
|
This happens when you change the OM service ID and restart OM. Changing the service ID during the lifetime of a cluster is not supported as it is used to determine Raft group ID. You can either revert the serviceID or delete the metadata/data from Ozone's directories on disk. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The message is:
Om start failed with exception
java.io.IOException : Ratis group Idr on disk tmp does not match with RaftGroupID xxx generated from service id omServiceId Default.……
通过调试代码:
发现这个报错的目录是临时目录(tmp),造成无法启动,这个版本(在单机模式)应该都有这个问题吧?
Beta Was this translation helpful? Give feedback.
All reactions