Package org.apache.pinot.broker.failuredetector
-
Interface Summary Interface Description FailureDetector TheFailureDetectordetects unhealthy servers based on the query responses.FailureDetector.Listener Listener for the failure detector. -
Class Summary Class Description BaseExponentialBackoffRetryFailureDetector TheBaseExponentialBackoffRetryFailureDetectoris a base failure detector implementation that retries the unhealthy servers with exponential increasing delays.ConnectionFailureDetector TheConnectionFailureDetectormarks failed server (connection failure) from query response as unhealthy, and retries the unhealthy servers with exponential increasing delays.FailureDetectorFactory NoOpFailureDetector