Pratyush Bhatt created KNOX-2926:
------------------------------------
Summary: [Ozone-Knox] Port change of one node in topology affects
all 3 nodes
Key: KNOX-2926
URL: https://issues.apache.org/jira/browse/KNOX-2926
Project: Apache Knox
Issue Type: Bug
Components: KnoxSSO
Reporter: Pratyush Bhatt
Attachments: Screenshot 2023-06-15 at 7.56.44 AM.png, Screenshot
2023-06-15 at 7.56.51 AM.png, Screenshot 2023-06-15 at 7.56.57 AM.png
Corrupting the entry for the first url in OM topology :
Before:
{noformat}
<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>{noformat}
After:
{noformat}
<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>{noformat}
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)