Re: management and monitoring nodetool repair

2015-10-19 Thread Carlos Alonso
mrcalonso.com] > *Envoyé :* lundi 19 octobre 2015 11:09 > *À :* user@cassandra.apache.org > *Objet :* Re: management and monitoring nodetool repair > > > > So repair process has two phases: > > > > First one is all about calculating Merkel trees and that comparing it w

RE: management and monitoring nodetool repair

2015-10-19 Thread aeljami.ext
Thx Carlos, How can I get information on error during repair ? Thx. De : Carlos Alonso [mailto:i...@mrcalonso.com] Envoyé : lundi 19 octobre 2015 11:09 À : user@cassandra.apache.org Objet : Re: management and monitoring nodetool repair So repair process has two phases: First one is all about

Re: management and monitoring nodetool repair

2015-10-19 Thread Carlos Alonso
So repair process has two phases: First one is all about calculating Merkel trees and that comparing it with others. This phase can be monitored with nodetool compactionstats Second one is about streaming files of data. That one can be monitored with nodetool netstats. Hope it helps. Cheers! Car

management and monitoring nodetool repair

2015-10-16 Thread aeljami.ext
Hi, I'm looking for a tool for management and monitoring of the status of nodetool repair. Currently I am trying to test cassandra-reaper, but if you tested other tools thank you to share. Thanks __