File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/ilm/src/main/java/org/elasticsearch/xpack/ilm Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2727import org .elasticsearch .common .scheduler .TimeValueSchedule ;
2828import org .elasticsearch .common .settings .Settings ;
2929import org .elasticsearch .common .util .concurrent .AbstractRunnable ;
30+ import org .elasticsearch .core .NotMultiProjectCapable ;
3031import org .elasticsearch .core .Nullable ;
3132import org .elasticsearch .core .SuppressForbidden ;
3233import org .elasticsearch .core .TimeValue ;
@@ -410,6 +411,7 @@ public boolean isForceExecution() {
410411 });
411412 }
412413
414+ @ NotMultiProjectCapable (description = "See comment inside the method" )
413415 @ Override
414416 public void applyClusterState (ClusterChangedEvent event ) {
415417 // only act if we are master, otherwise keep idle until elected
You can’t perform that action at this time.
0 commit comments