a couple of comments on the new 2024R1.3.6 update
Posted: Mon Nov 17, 2025 10:04 am
Hi,
whilst applying the new 2024R1.3.6 update on our test cluster I found a few "things" that might need a little review.
The update is normally +/-220MB but now 1.5GB. Apparently there's also a 1GB opensearch tar file included which is part of the 2026 release? Should that be in this update?
I could run the upgrade from 2024R1.3.5 to 2024R1.3.6, but when I re-enabled the shard allocation nothing happened. It seems that there's a typo in the upgrade guide:
In the guide: curl -XPUT localhost:9200/_cluster/settings -d '{"transient":{"cluster- .routing.allocation.enable":"all"}}'
but it should be: curl -XPUT localhost:9200/_cluster/settings -d '{"transient":{"cluster.routing.allocation.enable":"all"}}'
Cheers...Hans
whilst applying the new 2024R1.3.6 update on our test cluster I found a few "things" that might need a little review.
The update is normally +/-220MB but now 1.5GB. Apparently there's also a 1GB opensearch tar file included which is part of the 2026 release? Should that be in this update?
I could run the upgrade from 2024R1.3.5 to 2024R1.3.6, but when I re-enabled the shard allocation nothing happened. It seems that there's a typo in the upgrade guide:
In the guide: curl -XPUT localhost:9200/_cluster/settings -d '{"transient":{"cluster- .routing.allocation.enable":"all"}}'
but it should be: curl -XPUT localhost:9200/_cluster/settings -d '{"transient":{"cluster.routing.allocation.enable":"all"}}'
Cheers...Hans