containers icon indicating copy to clipboard operation
containers copied to clipboard

[bitnami/cassandra] honor for broadcast-address in nodetool-output

Open stefan-work opened this issue 3 years ago • 0 comments

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)

stefan-work avatar Sep 19 '22 10:09 stefan-work