Skip to content

Commit 9502d68

Browse files
committed
WIP Register TransportReadinessAction
1 parent 862f519 commit 9502d68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/src/main/java/org/elasticsearch/action/ActionModule.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,10 @@ public <Request extends ActionRequest, Response extends ActionResponse> void reg
651651
}
652652
ActionRegistry actions = new ActionRegistry();
653653

654+
// if (ReadinessService.enabled(environment)) {
655+
// actions.register(TransportReadinessAction.TYPE, TransportReadinessAction.class);
656+
// }
657+
654658
actions.register(TransportNodesInfoAction.TYPE, TransportNodesInfoAction.class);
655659
actions.register(TransportNodeUsageStatsForThreadPoolsAction.TYPE, TransportNodeUsageStatsForThreadPoolsAction.class);
656660
actions.register(TransportRemoteInfoAction.TYPE, TransportRemoteInfoAction.class);

0 commit comments

Comments
 (0)