We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题:
使用 docker compose 部署时,由于 elasticsearch 是单节点,但是所生成的索引副本数确默认配置为 1 ,导致冲突,使 elasticsearch 状态一直处于 yellow 状态,无法切换至 green 状态。现象如图所示:
不完全确定是否会随着运行时间的增加,索引数量或大小无限制增长,最终导致 elasticsearch 无限崩溃。
期望:
curl -X PUT "http://192.168.16.3:9200/_settings" -H 'Content-Type: application/json' -d'{"number_of_replicas":0}'
The text was updated successfully, but these errors were encountered:
Hello @YaKazama Please use English to communicate in the ONLYOFFICE repositories.
Sorry, something went wrong.
No branches or pull requests
问题:
使用 docker compose 部署时,由于 elasticsearch 是单节点,但是所生成的索引副本数确默认配置为 1 ,导致冲突,使 elasticsearch 状态一直处于 yellow 状态,无法切换至 green 状态。现象如图所示:
不完全确定是否会随着运行时间的增加,索引数量或大小无限制增长,最终导致 elasticsearch 无限崩溃。
期望:
curl -X PUT "http://192.168.16.3:9200/_settings" -H 'Content-Type: application/json' -d'{"number_of_replicas":0}'
命令进行重置。The text was updated successfully, but these errors were encountered: