k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
70 stars 51 forks source link

Fix RingRange string method #383

Closed emerkle826 closed 11 months ago

emerkle826 commented 11 months ago

On this line: https://github.com/k8ssandra/management-api-for-apache-cassandra/blob/feature/client-gen/management-api-server/src/main/java/com/datastax/mgmtapi/resources/v2/RepairResourcesV2.java#L132 The logic incorrectly chops 2 characters off the end of the string. It should only chop 1.

Miles-Garnsey commented 11 months ago

Merged on the integration branch, closing.