Cassandra operations

v0.4.6

Deep Cassandra ops via nodetool + cqlsh: topology (status, ring, gossip, describering, failure detector), health (tpstats, netstats, proxy + table histograms, compaction stats + history, throughput), schema introspection, maintenance mutators (snapshot, flush, cleanup, verify, compact, stop, throughput, cache invalidation), repair workflows, node lifecycle (drain, decommission, assassinate, removenode, rebuild), and logging level control. JMX on 127.0.0.1:7199.

Pack ID
cassandra
Vendor
emisar
OS
linux
Actions
45
Required binaries: nodetool. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:88748618f06a03c2cdd253a28bf792206a9a157e01877fe16503073ec789fa5a

on the runner host
sudo emisar pack install cassandra \
  --hash sha256:88748618f06a03c2cdd253a28bf792206a9a157e01877fe16503073ec789fa5a \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 45 total

View on GitHub