hi
sorry if there is another way to bumb expired topics/comments
Was there a solution to this dialogue ?
Thanks!
(sorry for the irrelevant tag, the preset options arent applicable)
hi
sorry if there is another way to bumb expired topics/comments
Was there a solution to this dialogue ?
Thanks!
(sorry for the irrelevant tag, the preset options arent applicable)
Which version are you having this issue? I suggest you open a new topic or search for one similar for a more recently version.
The version linked in the post is pretty old.
OK , ill look around thanks
"version" : {
"number" : "8.6.2",
"build_flavor" : "default",
"build_type" : "deb",
"build_hash" : "2d58d0f136141f03239816a4e360a8d17b6d8f29",
"build_date" : "2023-02-13T09:35:20.314882762Z",
"build_snapshot" : false,
"lucene_version" : "9.4.2",
"minimum_wire_compatibility_version" : "7.17.0",
"minimum_index_compatibility_version" : "7.0.0"
Did you change the allocation settings?
More specifically these two:
cluster.routing.allocation.cluster_concurrent_rebalance
cluster.routing.allocation.node_concurrent_recoveries
There is an open issue about it, you can check it here.
hi again,
so i found this in my search, looks like the scenario is different though: no upgrade or high watermark issues in my use case:
Is there a post somewhere you can reference ?
no changes there. should be default
Use GET _cluster/settings
to check it.
This is still an open issue, the post you shared, that I opened when I had a similar issue has some discussion about it and the github issue linked has some information as well.
yesir, did that,
looks all vanilla
[Thu Mar 07 15:37:26] root@server.ebo:~# cat /EdgeCast/soc/utils/es/cmd/settings.sh
#!/bin/bash
curl -s http://localhost:9200/_cluster/settings | jq .
[Thu Mar 07 15:37:33] root@server.ebo:~# settings.sh
{
"persistent": {},
"transient": {
"cluster": {
"routing": {
"allocation": {
"exclude": {
"_name": "stuff and stuff"
}
}
}
}
}
}
[Thu Mar 07 15:37:42] root@server.ebo:~#
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.