You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works for the order preserving partioner, but doesn't solve the byteorderedpartitioner, which returns a hash instead of a number. I think i'm going to just remove tracking the token entirely.
$ nodetool -h localhost info
Token : Token(bytes[17f0ab9fce7ad5f8afdfb64dad5a3537])
We are parsing all Cassandra tokens as floats. This fails for order preserving partitioners (and perhaps others):
Random partitioners return a number for the token:
However, Cassandra's order preserving partioner returns the following:
The text was updated successfully, but these errors were encountered: