Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经运行 nodetool 版本并显示 db 版本是 3.0.8 但如果我正在运行 scylla --version 那么它显示 2.1.1-0.20180325.cce455b1f。请帮我哪一个是正确的?
nodetool报告它自己的版本(与它派生的 Cassandra 版本相关)。正确的版本号来自scylla --version.
nodetool
scylla --version
scylla --version是一种选择。如果您想确定 Scylla 的启动版本(例如确保升级成功),您还可以运行以下命令:
curl -X GET "http://localhost:10000/storage_service/scylla_release_version"