Uploaded image for project: 'Apache Knox'
  1. Apache Knox
  2. KNOX-2921

[Ozone-Knox] Port blocking on one OM Instance blocks all the OM UIs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      ozone.om.https-port is set to 9875

      Blocked the port on one of the OM instance:

      [root@ozn-kx4-3 ~]# sudo iptables -L
      Chain INPUT (policy ACCEPT)
      target     prot opt source               destination
      
      Chain FORWARD (policy ACCEPT)
      target     prot opt source               destination
      
      Chain OUTPUT (policy ACCEPT)
      target     prot opt source               destination
      [root@ozn-kx4-3 ~]# sudo iptables -A INPUT -p tcp --dport 9875 -j DROP
      [root@ozn-kx4-3 ~]# sudo iptables -L
      Chain INPUT (policy ACCEPT)
      target     prot opt source               destination
      DROP       tcp  --  anywhere             anywhere             tcp dpt:sapv1
      
      Chain FORWARD (policy ACCEPT)
      target     prot opt source               destination
      
      Chain OUTPUT (policy ACCEPT)
      target     prot opt source               destination

      The affected node UI is getting 500, which is correct, but along with that other two OM UI Instances are also throwing the same even when the port is not blocked there.

      Attachments

        1. image (6).png
          163 kB
          Pratyush Bhatt
        2. image (7).png
          144 kB
          Pratyush Bhatt
        3. image (8).png
          141 kB
          Pratyush Bhatt

        Issue Links

          Activity

            People

              zitadombi Zita Dombi
              pratyush.bhatt Pratyush Bhatt
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: