From 942ccc3cf4bb9769db6c01daaea3b1700c7f00fa Mon Sep 17 00:00:00 2001 From: bansvaru Date: Wed, 6 Sep 2023 17:10:24 +0530 Subject: [PATCH] remove unwanted code Signed-off-by: bansvaru --- .../java/org/opensearch/common/settings/ClusterSettings.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/src/main/java/org/opensearch/common/settings/ClusterSettings.java b/server/src/main/java/org/opensearch/common/settings/ClusterSettings.java index 76071cbff4e96..7223e97f73b6b 100644 --- a/server/src/main/java/org/opensearch/common/settings/ClusterSettings.java +++ b/server/src/main/java/org/opensearch/common/settings/ClusterSettings.java @@ -667,9 +667,6 @@ public void apply(Settings value, Settings current, Settings previous) { TaskCancellationMonitoringSettings.IS_ENABLED_SETTING, TaskCancellationMonitoringSettings.DURATION_MILLIS_SETTING, - // Remote cluster state settings - // RemoteClusterStateService.REMOTE_CLUSTER_STATE_ENABLED_SETTING, - // RemoteClusterStateService.REMOTE_CLUSTER_STATE_REPOSITORY_SETTING, RemoteStoreNodeService.REMOTE_STORE_COMPATIBILITY_MODE_SETTING ) )