[ 
https://issues.apache.org/jira/browse/KNOX-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pratyush Bhatt updated KNOX-2922:
---------------------------------
    Description: 
Corrupting the entry for one of the OM Instance in the topology xml file

Before:
{code:java}
    <service>
        <role>OZONE</role>
        <url>https://ozn-kx4-1.ozn-kx4.xxx.xxx.xxx:9875</url>
        <url>https://ozn-kx4-5.ozn-kx4.xxx.xxx.xxx:9875</url>
        <url>https://ozn-kx4-3.ozn-kx4.xxx.xxx.xxx:9875</url>
    </service> {code}
After:
{noformat}
    <service>
        <role>OZONE</role>
        <url>https://10.255.255.1/</url>
        <url>https://ozn-kx4-5.ozn-kx4.xxx.xxx.xxx:9875</url>
        <url>https://ozn-kx4-3.ozn-kx4.xxx.xxx.xxx:9875</url>
    </service>{noformat}
All the three OM Instance become inaccessible.

  was:
Corrupting the entry for one of the OM Instance in the cdp-proxy.xml 

Before:
{code:java}
    <service>
        <role>OZONE</role>
        <url>https://ozn-kx4-1.ozn-kx4.xxx.xxx.xxx:9875</url>
        <url>https://ozn-kx4-5.ozn-kx4.xxx.xxx.xxx:9875</url>
        <url>https://ozn-kx4-3.ozn-kx4.xxx.xxx.xxx:9875</url>
    </service> {code}
After:
{noformat}
    <service>
        <role>OZONE</role>
        <url>https://10.255.255.1/</url>
        <url>https://ozn-kx4-5.ozn-kx4.xxx.xxx.xxx:9875</url>
        <url>https://ozn-kx4-3.ozn-kx4.xxx.xxx.xxx:9875</url>
    </service>{noformat}
All the three OM Instance become inaccessible.


> [Ozone-Knox] Topology Change(No response URL) for one OM, affects all OM UIs
> ----------------------------------------------------------------------------
>
>                 Key: KNOX-2922
>                 URL: https://issues.apache.org/jira/browse/KNOX-2922
>             Project: Apache Knox
>          Issue Type: Bug
>            Reporter: Pratyush Bhatt
>            Priority: Major
>         Attachments: 1.png, 2.png, 3.png
>
>
> Corrupting the entry for one of the OM Instance in the topology xml file
> Before:
> {code:java}
>     <service>
>         <role>OZONE</role>
>         <url>https://ozn-kx4-1.ozn-kx4.xxx.xxx.xxx:9875</url>
>         <url>https://ozn-kx4-5.ozn-kx4.xxx.xxx.xxx:9875</url>
>         <url>https://ozn-kx4-3.ozn-kx4.xxx.xxx.xxx:9875</url>
>     </service> {code}
> After:
> {noformat}
>     <service>
>         <role>OZONE</role>
>         <url>https://10.255.255.1/</url>
>         <url>https://ozn-kx4-5.ozn-kx4.xxx.xxx.xxx:9875</url>
>         <url>https://ozn-kx4-3.ozn-kx4.xxx.xxx.xxx:9875</url>
>     </service>{noformat}
> All the three OM Instance become inaccessible.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to