mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 06:23:03 +00:00
These commands manage to avoid detection because they are not documented on https://opensource.docs.scylladb.com/stable/operating-scylla/nodetool.html. They were discovered when running dtests, with ccm tuned to use the native nodetool directly. See https://github.com/scylladb/scylla-ccm/pull/565. The commands come with tests, which pass with both the native and Java nodetools. I also checked that the relevant dtests pass with the native implementation. Closes scylladb/scylladb#17979 * github.com:scylladb/scylladb: tools/scylla-nodetool: implement the sstableinfo command tools/scylla-nodetool: implement the getsstables command tools/scylla-nodetool: move get_ks_cfs() to the top of the file test/nodetool: rest_api_mock.py: add expected_requests context manager