gpt4 book ai didi

elasticsearch - 无法在Elasticsearch中动态更新指数恢复设置

转载 作者:行者123 更新时间:2023-12-02 22:58:56 25 4
gpt4 key购买 nike

根据elasticsearch引用中的this article。我们可以使用cluster-update-settings为 Activity 集群动态更新以下设置。

indices.recovery.file_chunk_size
indices.recovery.translog_ops
indices.recovery.translog_size



但是,当我尝试更新任何上述内容时,出现以下错误:
PUT /_cluster/settings
{
"transient" : {
"indices.recovery.file_chunk_size" : "5mb"
}
}

响应:
"type": "illegal_argument_exception",
"reason": "transient setting [indices.recovery.file_chunk_size], not dynamically updateable"

他们是否更改了此内容,并且没有在其中更新引用文章,还是我错过了什么?我正在使用 Elasticsearch 5.0.2

最佳答案

它们已在this pull request中删除:

  • indices.recovery.file_chunk_size - now fixed to 512kb
  • indices.recovery.translog_ops - removed without replacement
  • indices.recovery.translog_size - now fixed to 512kb
  • indices.recovery.compress - file chunks are not compressed due to lucene's compression but translog operations are.


但令我惊讶的是它没有反射(reflect)在文档中。

关于elasticsearch - 无法在Elasticsearch中动态更新指数恢复设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41952368/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com