Site icon EfmSoft

What does NTSTATUS 0xC0130003 (STATUS_CLUSTER_JOIN_IN_PROGRESS) mean?

 
Previous Next
STATUS_CLUSTER_NODE_EXISTS STATUS_CLUSTER_NODE_NOT_FOUND

STATUS_CLUSTER_JOIN_IN_PROGRESS

A node join is already in progress

STATUS_CLUSTER_JOIN_IN_PROGRESS means the cluster is already processing a join for the node. A second add or join request is not a safe way to accelerate the first one, because it can race with membership, network, storage, and validation work already underway.

Treat the join as an asynchronous state transition. Inspect the current node record, the join-time cluster log, and the validation result before deciding whether the first operation is progressing, failed, or needs a documented recovery step.

What to verify

References


Looking for a different code? Search another status or error code.

Exit mobile version