{
  "topic": "errors.CLUSTER_NODE_NOT_REGISTERED",
  "path": [
    "errors",
    "CLUSTER_NODE_NOT_REGISTERED"
  ],
  "title": "CLUSTER_NODE_NOT_REGISTERED — target node is not in the cluster registry",
  "synopsis": "The request was routed to or requires a specific cluster node that is not present in the registry. Occurs during startup, rolling restarts, or after a node failure before the gossip layer has converged.",
  "body": "# errors.CLUSTER_NODE_NOT_REGISTERED\n\n## NAME\n\nCLUSTER_NODE_NOT_REGISTERED — the target cluster node has not registered itself with the gossip registry.\n\n## SYNOPSIS\n\nHTTP: `503` `Service Unavailable`. Retryable: `yes`.\n\n## DESCRIPTION\n\nThe request was routed to or requires a specific cluster node that is not present in the registry. Occurs during startup, rolling restarts, or after a node failure before the gossip layer has converged.\n\nRetryable. Gossip convergence determines when the node becomes available. Persistence beyond the expected convergence window indicates a node health or cluster membership issue.\n\n## SEE ALSO\n\n- errors\n- errors.COMPUTE_MEMBER_DISCONNECTED\n",
  "sections": [
    {
      "name": "NAME",
      "body": "CLUSTER_NODE_NOT_REGISTERED — the target cluster node has not registered itself with the gossip registry."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `503` `Service Unavailable`. Retryable: `yes`."
    },
    {
      "name": "DESCRIPTION",
      "body": "The request was routed to or requires a specific cluster node that is not present in the registry. Occurs during startup, rolling restarts, or after a node failure before the gossip layer has converged.\n\nRetryable. Gossip convergence determines when the node becomes available. Persistence beyond the expected convergence window indicates a node health or cluster membership issue."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.COMPUTE_MEMBER_DISCONNECTED"
    }
  ],
  "see_also": [
    "errors",
    "errors.COMPUTE_MEMBER_DISCONNECTED"
  ],
  "stability": "stable",
  "actions": []
}
