docker-cassandra icon indicating copy to clipboard operation
docker-cassandra copied to clipboard

Add support for Cassandra 2.1.0-beta2 and upcoming 2.1* releases

Open cdolivet opened this issue 11 years ago • 4 comments

  • Allow to download beta versions of Cassandra
  • Add quick support for new Cassandra 2.1 broadcast_rpc_address config var that conflict with rpc_address when set to 0.0.0.0

cdolivet avatar May 29 '14 19:05 cdolivet

Thanks! Shouldn't broadcast_rpc_address be the IP though?

nicolasff avatar May 29 '14 19:05 nicolasff

Maybe, let's be honest, my fix was mainly intended to let cassandra 2.1.0-beta2 start. I don't know exactly the meaning of this broadcast config neither the really expected value. If you confirm me that this should be the $IP, then I can change my pull request.

cdolivet avatar May 29 '14 20:05 cdolivet

ping ~ will this be integrated into main? Cassandra 2.1.0 doesn't run currently (the /usr/bin/start-cassandra doesn't work!) thanks!

morsmodre avatar Oct 23 '14 17:10 morsmodre

Yes, broadcast_rpc_address should be the IP. I got cassandra 2.1.1 to start with a similar line. However, I haven't been able to get multiple nodes of 2.1.1 to start yet.

johncant avatar Nov 16 '14 17:11 johncant