Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
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
- fixes
-
HDDS-6442 SCM HA on Kubernetes failed
- Resolved
- links to