Skip to content

Commit 41108ea

Browse files
authored
register translog read forward config (opensearch-project#20280)
Signed-off-by: xuxiong1 <xiongxug@outlook.com>
1 parent 01b48c3 commit 41108ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/opensearch/common/settings/IndexScopedSettings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ public final class IndexScopedSettings extends AbstractScopedSettings {
145145
IndexSortConfig.INDEX_SORT_MISSING_SETTING,
146146
IndexSortConfig.INDEX_SORT_MODE_SETTING,
147147
IndexSettings.INDEX_TRANSLOG_DURABILITY_SETTING,
148+
IndexSettings.INDEX_TRANSLOG_READ_FORWARD_SETTING,
148149
IndexSettings.INDEX_WARMER_ENABLED_SETTING,
149150
IndexSettings.INDEX_REFRESH_INTERVAL_SETTING,
150151
IndexSettings.INDEX_PERIODIC_FLUSH_INTERVAL_SETTING,

0 commit comments

Comments
 (0)