Skip to content

Instantly share code, notes, and snippets.

@phact
Created January 6, 2015 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phact/5af3f12cf89628f08134 to your computer and use it in GitHub Desktop.
Save phact/5af3f12cf89628f08134 to your computer and use it in GitHub Desktop.
Failed Repairs
cat /var/log/cassandra/system.log | grep failed | grep range |sed 's/.* range (//g' | sed 's/].*//' | sed 's/^/nodetool repair -st /' |sed 's/,/ -et /' |sort|uniq > failed.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment