Skip to content

Commit 59855ef

Browse files
committed
Add NotMultiProjectCapable
1 parent 1e515c8 commit 59855ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/ilm/src/main/java/org/elasticsearch/xpack/ilm/IndexLifecycleService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import org.elasticsearch.common.scheduler.TimeValueSchedule;
2828
import org.elasticsearch.common.settings.Settings;
2929
import org.elasticsearch.common.util.concurrent.AbstractRunnable;
30+
import org.elasticsearch.core.NotMultiProjectCapable;
3031
import org.elasticsearch.core.Nullable;
3132
import org.elasticsearch.core.SuppressForbidden;
3233
import 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

0 commit comments

Comments
 (0)