Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-6749

SCM includes itself as peer in addSCM request

    XMLWordPrintableJSON

Details

    Description

      SCM during start sends addSCM request to its peers. It tries to exclude itself from the target list:

          OzoneConfiguration config = SCMHAUtils.removeSelfId(conf, selfId);
          try {
            return getScmBlockClient(config).addSCM(request);
      

      but removeSelfId does not work.

      Attachments

        Issue Links

          Activity

            People

              adoroszlai Attila Doroszlai
              adoroszlai Attila Doroszlai
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: