Page 1 of 1

a couple of comments on the new 2024R1.3.6 update

Posted: Mon Nov 17, 2025 10:04 am
by CBoekhuis
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

Re: a couple of comments on the new 2024R1.3.6 update

Posted: Tue Nov 18, 2025 1:21 pm
by DoubleDoubleA
Hi Hans,

Thanks for the information.

Apologies for abusing your disk space, the opensearch tarball did not belong and the build team corrected their process.

I've passed the documentation fix along to the doc team as well.

Thanks again,

Aaron

Re: a couple of comments on the new 2024R1.3.6 update

Posted: Fri Jan 16, 2026 8:27 pm
by seraphina25
CBoekhuis wrote: 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? Baskeball Bros
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
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:

Re: a couple of comments on the new 2024R1.3.6 update

Posted: Thu Jan 22, 2026 9:58 am
by jmichaelson
Thanks! I'll have the doc team have a look at it.