【发布时间】:2020-10-12 05:46:48
【问题描述】:
我有 3 个节点的弹性搜索集群,我有索引 1 个主分片和 1 个副本分片 所以我想使用这种方法https://www.elastic.co/guide/en/elasticsearch/reference/7.9/indices-split-index.html将主分片号从1更改为2,但在文档中说
The number of primary shards in the target index must be a multiple of the number of primary shards in the source index
但在我的情况下 1 * 1 = 1 那么如何正确地将 1 个主分片调整为 2 个主分片?
【问题讨论】:
标签: elasticsearch devops