-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'nodetool version' shows wrong version #45
Comments
@abvgedeika |
@denesb - let's ensure the native nodetool shows the correct version. |
The version is returned by a Scylla API endpoint: |
This method returns an arbitrary version of Cassandra, we consider ourselves most compatible with. At least that is the theory behind it, but saw no update in years, so it is probably stale. This method appears in the output of `nodetool version`, in the system.versions virtual table, among others. It is even gossiped around and stored in topology metadata for some reason. It is a regular source of confusion as users and even developers confuse it with the real scylla version. To end the confusion, kill version::release(), replacing all its usage with the version of ScyllaDB proper. Fixes: scylladb/scylla-tools-java#45
based on http://docs.scylladb.com/nodetool-commands/version/
but nodetool doesn't show the correct scylla version
The text was updated successfully, but these errors were encountered: