Description
Corrupting the entry for the first url in OM topology :
Before:
<service> <role>OZONE</role> <url>https://ozn-kx4-1.ozn-kx4.root.hwx.site:9875</url> <url>https://ozn-kx4-5.ozn-kx4.root.hwx.site:9875</url> <url>https://ozn-kx4-3.ozn-kx4.root.hwx.site:9875</url> </service>
After:
<service> <role>OZONE</role> <url>https://ozn-kx4-1.ozn-kx4.root.hwx.site:9831</url> <url>https://ozn-kx4-5.ozn-kx4.root.hwx.site:9875</url> <url>https://ozn-kx4-3.ozn-kx4.root.hwx.site:9875</url> </service>
All the OM instances go down with 500 error.
Note: Same is the case of SCM UIs also, changing port in URL of one node in the topology fails all 3 SCM Nodes UI.
Attachments
Attachments
Issue Links
- duplicates
-
KNOX-2930 Fix OM and SCM UIs to work in HA
- Resolved