mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 13:26:02 +00:00
Fixed compile errors after merge.
This commit is contained in:
parent
dbdefc5689
commit
38aea9588b
@ -22,7 +22,7 @@ import org.elasticsearch.tasks.Task;
|
||||
import org.elasticsearch.threadpool.ExecutorBuilder;
|
||||
import org.elasticsearch.threadpool.FixedExecutorBuilder;
|
||||
import org.elasticsearch.threadpool.ThreadPool;
|
||||
import org.elasticsearch.xpack.XPackPlugin;
|
||||
import org.elasticsearch.xpack.XPackClientActionPlugin;
|
||||
import org.elasticsearch.xpack.ccr.action.FollowExistingIndexAction;
|
||||
import org.elasticsearch.xpack.ccr.action.ShardChangesAction;
|
||||
import org.elasticsearch.xpack.ccr.action.ShardFollowTask;
|
||||
@ -65,8 +65,8 @@ public final class Ccr {
|
||||
public Ccr(final Settings settings) {
|
||||
this.settings = settings;
|
||||
this.enabled = CCR_ENABLED_SETTING.get(settings);
|
||||
this.tribeNode = XPackPlugin.isTribeNode(settings);
|
||||
this.tribeNodeClient = XPackPlugin.isTribeClientNode(settings);
|
||||
this.tribeNode = XPackClientActionPlugin.isTribeNode(settings);
|
||||
this.tribeNodeClient = XPackClientActionPlugin.isTribeClientNode(settings);
|
||||
}
|
||||
|
||||
public List<PersistentTasksExecutor<?>> createPersistentTasksExecutors(Client client, ThreadPool threadPool) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user