Skip to content

Commit 8e02715

Browse files
committed
Add new setting to NON_REPLICATED_SETTINGS list
1 parent befb06d commit 8e02715

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
@@ -496,6 +496,7 @@ static String[] extractLeaderShardHistoryUUIDs(Map<String, String> ccrIndexMetad
496496
IndexSettings.INDEX_FLUSH_AFTER_MERGE_THRESHOLD_SIZE_SETTING,
497497
IndexSettings.INDEX_GC_DELETES_SETTING,
498498
IndexSettings.MAX_REFRESH_LISTENERS_PER_SHARD,
499+
IndexSettings.INDEX_MAPPING_META_LENGTH_LIMIT_SETTING,
499500
IndicesRequestCache.INDEX_CACHE_REQUEST_ENABLED_SETTING,
500501
BitsetFilterCache.INDEX_LOAD_RANDOM_ACCESS_FILTERS_EAGERLY_SETTING,
501502
SearchSlowLog.INDEX_SEARCH_SLOWLOG_THRESHOLD_FETCH_DEBUG_SETTING,

0 commit comments

Comments
 (0)