Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
Prior to 1.1 the output of nodetool ring was sorted in token order. It looks like StorageService.getTokenToEndpointMap has been changed to return Map<String,String> in place of the previously used Map<Token, String>.