Class ClusterFanInException

All Implemented Interfaces:
Serializable

public class ClusterFanInException extends RuntimeException
Thrown when a cluster verify/retrieve fan-in cannot reach one or more peers.

Fan-in is fail-closed: rather than returning a partial (and therefore potentially wrong) aggregate, the control plane surfaces the failure so the caller knows the result could not be evaluated fleet-wide.

See Also:
  • Constructor Details

    • ClusterFanInException

      public ClusterFanInException(List<String> unreachablePeers)
  • Method Details

    • getUnreachablePeers

      public List<String> getUnreachablePeers()