You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Pratyush Bhatt (Jira)" <ji...@apache.org> on 2023/06/11 04:55:00 UTC

[jira] [Created] (HDDS-8808) [Ozone-Knox] Topology Change for OM throws wrong error code

Pratyush Bhatt created HDDS-8808:
------------------------------------

             Summary: [Ozone-Knox] Topology Change for OM throws wrong error code
                 Key: HDDS-8808
                 URL: https://issues.apache.org/jira/browse/HDDS-8808
             Project: Apache Ozone
          Issue Type: Bug
          Components: SCM
            Reporter: Pratyush Bhatt
         Attachments: image (15).png, image (16).png, image (17).png

Corrupting the entry for one of the SCM Instance in the cdp-proxy.xml
Before:
{noformat}
    <service>
        <role>OZONE-SCM</role>
        <url>https://ozn-kx4-3.ozn-kx4.root.hwx.site:9877</url>
        <url>https://ozn-kx4-2.ozn-kx4.root.hwx.site:9877</url>
        <url>https://ozn-kx4-1.ozn-kx4.root.hwx.site:9877</url>
    </service>{noformat}
After:
{noformat}
    <service>
        <role>OZONE-SCM</role>
        <url>https://ozn1-kx4-3.ozn-kx4.root.hwx.site:9877</url>
        <url>https://ozn-kx4-2.ozn-kx4.root.hwx.site:9877</url>
        <url>https://ozn-kx4-1.ozn-kx4.root.hwx.site:9877</url>
    </service>{noformat}
Issue 1: All the three SCM Instance become inaccessible.
Issue 2: 404 Error should be thrown, but 500 is thrown here.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org