You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Zita Dombi (Jira)" <ji...@apache.org> on 2023/07/25 12:58:00 UTC

[jira] [Reopened] (KNOX-2919) [Ozone-Knox] Topology Change for SCM throws wrong error code

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

Zita Dombi reopened KNOX-2919:
------------------------------

this was not resolved by KNOX-2930, this is independent from that

> [Ozone-Knox] Topology Change for SCM throws wrong error code
> ------------------------------------------------------------
>
>                 Key: KNOX-2919
>                 URL: https://issues.apache.org/jira/browse/KNOX-2919
>             Project: Apache Knox
>          Issue Type: Bug
>            Reporter: Pratyush Bhatt
>            Assignee: Zita Dombi
>            Priority: Major
>         Attachments: Screenshot 2023-06-15 at 8.37.43 AM.png, Screenshot 2023-06-15 at 8.37.49 AM.png, Screenshot 2023-06-15 at 8.37.54 AM.png
>
>
> Corrupting the entry for one of the SCM Instance in the topology xml file
> Before:
> {code:java}
>     <service>
>         <role>OZONE-SCM</role>
>         <url>https://ozn-kx4-1.ozn-kx4.xxx.xxx.xxx:9821</url>
>         <url>https://ozn-kx4-2.ozn-kx4.xxx.xxx.xxx:9821</url>
>         <url>https://ozn-kx4-3.ozn-kx4.xxx.xxx.xxx:9821</url>
>     </service> {code}
> After:
> {noformat}
>     <service>
>         <role>OZONE-SCM</role>
>         <url>https://10.255.255.1/</url>
>         <url>https://ozn-kx4-2.ozn-kx4.xxx.xxx.xxx:9821</url>
>         <url>https://ozn-kx4-3.ozn-kx4.xxx.xxx.xxx:9821</url>
>     </service>{noformat}
> All the three SCM Instance become inaccessible.



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