|
@@ -38,7 +38,8 @@ public final class TransportLivenessAction implements TransportRequestHandler<Li
|
|
|
ClusterService clusterService, TransportService transportService) {
|
|
|
this.clusterService = clusterService;
|
|
|
this.clusterName = clusterName;
|
|
|
- transportService.registerRequestHandler(NAME, LivenessRequest::new, ThreadPool.Names.SAME, this);
|
|
|
+ transportService.registerRequestHandler(NAME, LivenessRequest::new, ThreadPool.Names.SAME,
|
|
|
+ false, false /*can not trip circuit breaker*/, this);
|
|
|
}
|
|
|
|
|
|
@Override
|