scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
28 stars 51 forks source link

Endpoint strings in StorageService does not follow Java formatting for IPv6 nodes #228

Closed elcallio closed 7 months ago

elcallio commented 8 months ago

This causes nodetool to break when mixing API:s returning actual IP addresses with info mapped by string. Example is nodetool status.

Refs https://github.com/scylladb/scylladb/issues/16039

While this is really broken nodetool code, the problem is probably easier to fix here, in Scylla-JMX, as a stopgap until we can fully replace nodetool.