Skip to content

Commit 7ef9f72

Browse files
Fix
Changed `cluster shard allocation explanation test with double shard value` to 0 replicas
1 parent a1ca7b1 commit 7ef9f72

File tree

1 file changed

+1
-1
lines changed
  • rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cluster.allocation_explain

1 file changed

+1
-1
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cluster.allocation_explain/10_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
- do:
8080
indices.create:
8181
index: test
82-
body: { "settings": { "index.number_of_shards": 2, "index.number_of_replicas": 9 } }
82+
body: { "settings": { "index.number_of_shards": 2, "index.number_of_replicas": 0 } }
8383

8484
- match: { acknowledged: true }
8585

0 commit comments

Comments
 (0)