File tree 1 file changed +2
-2
lines changed
server/src/main/java/org/opensearch/action/support/clustermanager
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 78
78
import java .util .function .Consumer ;
79
79
import java .util .function .Predicate ;
80
80
81
- import static org .opensearch .Version .V_3_0_0 ;
81
+ import static org .opensearch .Version .V_2_13_0 ;
82
82
83
83
/**
84
84
* A base class for operations that needs to be performed on the cluster-manager node.
@@ -299,7 +299,7 @@ protected void doStart(ClusterState clusterState) {
299
299
retryOnMasterChange (clusterState , null );
300
300
} else {
301
301
DiscoveryNode clusterManagerNode = nodes .getClusterManagerNode ();
302
- if (clusterManagerNode .getVersion ().onOrAfter (V_3_0_0 ) && localExecuteSupportedByAction ()) {
302
+ if (clusterManagerNode .getVersion ().onOrAfter (V_2_13_0 ) && localExecuteSupportedByAction ()) {
303
303
BiConsumer <DiscoveryNode , ClusterState > executeOnLocalOrClusterManager = clusterStateLatestChecker (
304
304
this ::executeOnLocalNode ,
305
305
this ::executeOnClusterManager
You can’t perform that action at this time.
0 commit comments