Skip to content

Commit ff54ce7

Browse files
committed
Mark new setting as not replicated
1 parent 93cbdac commit ff54ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/action/TransportResumeFollowAction.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ static String[] extractLeaderShardHistoryUUIDs(Map<String, String> ccrIndexMetaD
385385
nonReplicatedSettings.add(IndexSettings.ALLOW_UNMAPPED);
386386
nonReplicatedSettings.add(IndexSettings.INDEX_SEARCH_IDLE_AFTER);
387387
nonReplicatedSettings.add(IndexSettings.INDEX_SOFT_DELETES_RETENTION_OPERATIONS_SETTING);
388+
nonReplicatedSettings.add(IndexSettings.INDEX_SOFT_DELETES_RETENTION_LEASE_SETTING);
388389
nonReplicatedSettings.add(IndexSettings.MAX_SCRIPT_FIELDS_SETTING);
389390
nonReplicatedSettings.add(IndexSettings.MAX_REGEX_LENGTH_SETTING);
390391
nonReplicatedSettings.add(IndexSettings.MAX_TERMS_COUNT_SETTING);

0 commit comments

Comments
 (0)