|
79 | 79 | import org.elasticsearch.env.NodeEnvironment;
|
80 | 80 | import org.elasticsearch.gateway.DanglingIndicesState;
|
81 | 81 | import org.elasticsearch.gateway.GatewayService;
|
82 |
| -import org.elasticsearch.gateway.IncrementalClusterStateWriter; |
| 82 | +import org.elasticsearch.gateway.PersistedClusterStateService; |
83 | 83 | import org.elasticsearch.http.HttpTransportSettings;
|
84 | 84 | import org.elasticsearch.index.IndexModule;
|
85 | 85 | import org.elasticsearch.index.IndexSettings;
|
|
109 | 109 | import org.elasticsearch.search.aggregations.MultiBucketConsumerService;
|
110 | 110 | import org.elasticsearch.search.fetch.subphase.highlight.FastVectorHighlighter;
|
111 | 111 | import org.elasticsearch.threadpool.ThreadPool;
|
| 112 | +import org.elasticsearch.transport.ProxyConnectionStrategy; |
112 | 113 | import org.elasticsearch.transport.RemoteClusterService;
|
113 | 114 | import org.elasticsearch.transport.RemoteConnectionStrategy;
|
114 |
| -import org.elasticsearch.transport.ProxyConnectionStrategy; |
115 | 115 | import org.elasticsearch.transport.SniffConnectionStrategy;
|
116 | 116 | import org.elasticsearch.transport.TransportSettings;
|
117 | 117 | import org.elasticsearch.watcher.ResourceWatcherService;
|
@@ -252,7 +252,7 @@ public void apply(Settings value, Settings current, Settings previous) {
|
252 | 252 | GatewayService.RECOVER_AFTER_MASTER_NODES_SETTING,
|
253 | 253 | GatewayService.RECOVER_AFTER_NODES_SETTING,
|
254 | 254 | GatewayService.RECOVER_AFTER_TIME_SETTING,
|
255 |
| - IncrementalClusterStateWriter.SLOW_WRITE_LOGGING_THRESHOLD, |
| 255 | + PersistedClusterStateService.SLOW_WRITE_LOGGING_THRESHOLD, |
256 | 256 | NetworkModule.HTTP_DEFAULT_TYPE_SETTING,
|
257 | 257 | NetworkModule.TRANSPORT_DEFAULT_TYPE_SETTING,
|
258 | 258 | NetworkModule.HTTP_TYPE_SETTING,
|
|
0 commit comments