Hi, I'm trying to expand my cluster on Amazon EC2. The point is my cluster is on version 1.0.9 and the new nodes generated by the AMI will be on 1.1.2. I would like to stay on 1.0.x version for now.
How can I add capacity ?
Alain
Hi, I'm trying to expand my cluster on Amazon EC2. The point is my cluster is on version 1.0.9 and the new nodes generated by the AMI will be on 1.1.2. I would like to stay on 1.0.x version for now.
How can I add capacity ?
Alain
Hello Alain,
Use the --release option to set your DSE/DSC version.
https://github.com/riptano/ComboAMI/blob/2.2/SWITCHES.md
I've messaged our docs team to ensure this option is visible through our docs as well.
Thanks,
Joaquin
Hi joaquin,
3 month after my last message I need to extend my cluster again and finally can try your solution.
in my console after adding an instance I have :
Cluster started with these options:
--clustername expand --totalnodes 1 --version community --opscenter no --release 1.1.2
But "nodetool -h localhost" version returns
ReleaseVersion: 1.1.6
Did I make any mistake ?
I just tried with the release 1.1.2-1 instead of 1.1.2:
Result:
Cluster started with these options:
--clustername expand --totalnodes 1 --version community --release 1.1.2-1 --opscenter no
------------------------------------
DataStax AMI for DataStax Enterprise
and DataStax Community
AMI version 2.2
DataStax Community version 1.1.6-1
------------------------------------
Hello,
This is now patched in the AMI codebase.
--release 1.1.2 should work now.
Thanks for the bug report!
Joaquin
Hi Joaquin,
It works like a charm now.
Thanks.
Thanks again for the report!
You must log in to post.