Replies: 1 comment
-
You appear to have configured OM HA as: <property>
<name>ozone.om.service.ids</name>
<value>om1</value>
</property> The error message says the following config property is missing: <property>
<name>ozone.om.nodes.om1</name>
<value>om1,om2,om3</value>
</property> Also, <property>
<name>ozone.om.address.om1.om1</name>
<value>host1</value>
</property>
<property>
<name>ozone.om.address.om1.om2</name>
<value>host2</value>
</property>
<property>
<name>ozone.om.address.om1.om3</name>
<value>host3</value>
</property> You might want to rename the OM service (currently Please see [OM HA doc|https://ozone.apache.org/docs/1.4.1/feature/om-ha.html#configuration] for more details. |
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
-
2025-01-14 10:23:14,694 [main] ERROR ha.OMHANodeDetails: Configuration does not have any value set for ozone.om.nodes for the service om1. List of OM Node ID's should be specified for an OM service
Configuration does not have any value set for ozone.om.nodes for the service om1. List of OM Node ID's should be specified for an OM service
2025-01-14 10:23:14,696 [shutdown-hook-0] INFO om.OzoneManagerStarter: SHUTDOWN_MSG:
/************************************************************
SHUTDOWN_MSG: Shutting down OzoneManager at localhost/127.0.0.1
How to solve this problem
Beta Was this translation helpful? Give feedback.
All reactions