containers
containers copied to clipboard
[bitnami/cassandra] honor for broadcast-address in nodetool-output
Description of the change
If CASSANDRA_BROADCAST_ADDRESS was set, nodetool reports that address only. Thus wait_for_nodetool_up() must grep for broadcast-ip else container startup hangs.
Benefits
You can use config-option CASSANDRA_BROADCAST_ADDRESS
Possible drawbacks
None (if CASSANDRA_BROADCAST_ADDRESS is unset, behavior will not change)