Re: How to know if bootstrap is still running

2017-11-12 Thread Erick Ramirez
+1 and run nodetool compactionstats so you can see 2Is in progress.

On Mon, Nov 13, 2017 at 7:00 AM, kurt greaves  wrote:

> bootstrap will wait for secondary indexes and MV's to build before
> completing. if either are still shown in compactions then it will wait for
> them to complete before finishing joining. If not you can try nodetool
> bootstrap resume if it's available on your version.
>
> On 12 Nov. 2017 19:19, "Joel Samuelsson" 
> wrote:
>
> I'm trying to add a new node to a small existing cluster. During the
> bootstrap one of the nodes went down. I'm not sure at what point in the
> process the node went down, all files may have been sent before that
> happened. Currently:
> nodetool netstats says that all files are received 100%
> nodetool status says that the new node is still joining
>
> How can I know if bootstrap has hung?
>
>
>


Re: How to know if bootstrap is still running

2017-11-12 Thread kurt greaves
bootstrap will wait for secondary indexes and MV's to build before
completing. if either are still shown in compactions then it will wait for
them to complete before finishing joining. If not you can try nodetool
bootstrap resume if it's available on your version.

On 12 Nov. 2017 19:19, "Joel Samuelsson"  wrote:

I'm trying to add a new node to a small existing cluster. During the
bootstrap one of the nodes went down. I'm not sure at what point in the
process the node went down, all files may have been sent before that
happened. Currently:
nodetool netstats says that all files are received 100%
nodetool status says that the new node is still joining

How can I know if bootstrap has hung?


How to know if bootstrap is still running

2017-11-12 Thread Joel Samuelsson
I'm trying to add a new node to a small existing cluster. During the
bootstrap one of the nodes went down. I'm not sure at what point in the
process the node went down, all files may have been sent before that
happened. Currently:
nodetool netstats says that all files are received 100%
nodetool status says that the new node is still joining

How can I know if bootstrap has hung?