On Mon, Jun 22, 2015 at 6:40 AM, Jean Tremblay <
jean.tremb...@zen-innovations.com> wrote:
> What is the best way to see if a repair is finished? Is there a JMX object
> or is there a command to see if a repair is finished?
> What happens if by mistake an operator starts a repair before the previo
That is very useful. Thank you.
On 22 Jun,2015, at 18:26, Aaron Ploetz
mailto:aaronplo...@gmail.com>> wrote:
You can do this with two nodetool commands:
nodetool compactionstats will check on active Merkle Tree calculations.
nodetool netstats will list out any active repair streams.
Aaron Mort
You can do this with two nodetool commands:
nodetool compactionstats will check on active Merkle Tree calculations.
nodetool netstats will list out any active repair streams.
Aaron Morton posted a Bash script/command a while back that you can just
paste into the (linux) command line to monitor ac
Hi,
What is the best way to see if a repair is finished? Is there a JMX object or
is there a command to see if a repair is finished?
What happens if by mistake an operator starts a repair before the previous is
not yet finished? Will they execute both one after the other or at the same
time?
T