Apply Renames from split shards (elastic/x-pack-elasticsearch#2716)
XPack side of elastic/elasticsearch#26931 Original commit: elastic/x-pack-elasticsearch@6e7c3d4242
This commit is contained in:
parent
dd3a800745
commit
457c49c332
|
@ -50,7 +50,7 @@ public class ShrinkIndexWithSecurityTests extends SecurityIntegTestCase {
|
|||
|
||||
// wait for green and then shrink
|
||||
ensureGreen();
|
||||
assertAcked(client().admin().indices().prepareShrinkIndex("bigindex", "shrunk_bigindex")
|
||||
assertAcked(client().admin().indices().prepareResizeIndex("bigindex", "shrunk_bigindex")
|
||||
.setSettings(Settings.builder()
|
||||
.put("index.number_of_replicas", 0)
|
||||
.put("index.number_of_shards", 1)
|
||||
|
|
|
@ -44,6 +44,7 @@ indices:admin/refresh
|
|||
indices:admin/settings/update
|
||||
indices:admin/shards/search_shards
|
||||
indices:admin/shrink
|
||||
indices:admin/resize
|
||||
indices:admin/rollover
|
||||
indices:admin/template/delete
|
||||
indices:admin/template/get
|
||||
|
|
Loading…
Reference in New Issue