Skip to content

Commit a981af4

Browse files
committed
Fix test failure
Signed-off-by: Gao Binlong <[email protected]>
1 parent 0f6f4e5 commit a981af4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: server/src/main/java/org/opensearch/cluster/metadata/IndexMetadata.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,8 @@ public Iterator<Setting<?>> settings() {
300300
}
301301

302302
},
303-
Property.IndexScope
303+
Property.IndexScope,
304+
Property.NotCopyableOnResize
304305
);
305306

306307
/**

0 commit comments

Comments
 (0)