--
You received this message because you are subscribed to the Google Groups "ScyllaDB users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-users+unsubscribe@googlegroups.com.
To post to this group, send email to scylladb-users@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/CAMacAtJYXRcQB3tH3a3uWji774Tcci3623aYjUetU36qyE_9iQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Trying to add new node to 8 nodes Scylla 2.1.6 cluster. For some reason node stucks in "waiting for schema" phase forever. Restarting node and/or cleaning up /var/lib/scylla/data not helping.New node has name mt-scylla003 / IP 10.56.128.21.
Full logs of new node - https://gist.github.com/deniszh/3d3cb2926ccab51385fd13f2c0afaea2Cluster status - https://gist.github.com/deniszh/68f54e6c2a5998c5208541bc67271afdThanks a lot!PS: new IP is visible to other nodes in gossip btw, e.g. when I restarting new node on other nodes I seeINFO 2018-07-16 23:27:15,381 [shard 0] rpc - client 10.56.128.21: fail to connect: Connection refusedINFO 2018-07-16 23:27:18,398 [shard 0] rpc - client 10.56.128.21: fail to connect: Connection refusedINFO 2018-07-16 23:27:33,505 [shard 0] gossip - InetAddress 10.56.128.21 is now DOWN, status =INFO 2018-07-16 23:27:40,555 [shard 0] gossip - FatClient 10.56.128.21 has been silent for 30000ms, removing from gossipINFO 2018-07-16 23:28:56,035 [shard 0] gossip - InetAddress 10.56.128.21 is now UP, status =INFO 2018-07-16 23:28:56,129 [shard 0] gossip - Favor newly added node 10.56.128.21
Looks similar to https://github.com/scylladb/scylla/issues/2921Maybe Glauber comment https://github.com/scylladb/scylla/issues/2921#issuecomment-339559855 will help
On Tue, Jul 17, 2018 at 12:59 AM, Denis Zhdanov <denis....@gmail.com> wrote:
Trying to add new node to 8 nodes Scylla 2.1.6 cluster. For some reason node stucks in "waiting for schema" phase forever. Restarting node and/or cleaning up /var/lib/scylla/data not helping.New node has name mt-scylla003 / IP 10.56.128.21.Full logs of new node - https://gist.github.com/deniszh/3d3cb2926ccab51385fd13f2c0afaea2Cluster status - https://gist.github.com/deniszh/68f54e6c2a5998c5208541bc67271afdThanks a lot!PS: new IP is visible to other nodes in gossip btw, e.g. when I restarting new node on other nodes I seeINFO 2018-07-16 23:27:15,381 [shard 0] rpc - client 10.56.128.21: fail to connect: Connection refusedINFO 2018-07-16 23:27:18,398 [shard 0] rpc - client 10.56.128.21: fail to connect: Connection refusedINFO 2018-07-16 23:27:33,505 [shard 0] gossip - InetAddress 10.56.128.21 is now DOWN, status =INFO 2018-07-16 23:27:40,555 [shard 0] gossip - FatClient 10.56.128.21 has been silent for 30000ms, removing from gossipINFO 2018-07-16 23:28:56,035 [shard 0] gossip - InetAddress 10.56.128.21 is now UP, status =INFO 2018-07-16 23:28:56,129 [shard 0] gossip - Favor newly added node 10.56.128.21
--
You received this message because you are subscribed to the Google Groups "ScyllaDB users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
To post to this group, send email to scyllad...@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/CAMacAtJYXRcQB3tH3a3uWji774Tcci3623aYjUetU36qyE_9iQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "ScyllaDB users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
To post to this group, send email to scyllad...@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/CAEB7%3D3ZNJkOQjd00eTWrS6d0ifqo5cjTFUPA%3DeY881Q2QTZaQw%40mail.gmail.com.
On Tue, Jul 17, 2018 at 5:59 AM, Denis Zhdanov <denis....@gmail.com> wrote:Trying to add new node to 8 nodes Scylla 2.1.6 cluster. For some reason node stucks in "waiting for schema" phase forever. Restarting node and/or cleaning up /var/lib/scylla/data not helping.New node has name mt-scylla003 / IP 10.56.128.21.Can you try:$ rm -rf /var/lib/scylla/commitlog/* /var/lib/scylla/data/*on the new node, and add the node again.
If it still hangs in 'wait for schema', do the cleanup and try again.
On Tue, 17 Jul 2018 at 07:53, Asias He <as...@scylladb.com> wrote:On Tue, Jul 17, 2018 at 5:59 AM, Denis Zhdanov <denis....@gmail.com> wrote:Trying to add new node to 8 nodes Scylla 2.1.6 cluster. For some reason node stucks in "waiting for schema" phase forever. Restarting node and/or cleaning up /var/lib/scylla/data not helping.New node has name mt-scylla003 / IP 10.56.128.21.Can you try:$ rm -rf /var/lib/scylla/commitlog/* /var/lib/scylla/data/*on the new node, and add the node again.Did that couple of times - without any effect.If it still hangs in 'wait for schema', do the cleanup and try again.You mean try clean data directory one more time? Did that, no effect.
I will try to restart seed nodes, otherwise will try to upgrade cluster to 2.2
@Tomek, Do we have schema related fixes not backported in 2.1.6.Full logs of new node - https://gist.github.com/deniszh/3d3cb2926ccab51385fd13f2c0afaea2Cluster status - https://gist.github.com/deniszh/68f54e6c2a5998c5208541bc67271afdThanks a lot!PS: new IP is visible to other nodes in gossip btw, e.g. when I restarting new node on other nodes I seeINFO 2018-07-16 23:27:15,381 [shard 0] rpc - client 10.56.128.21: fail to connect: Connection refusedINFO 2018-07-16 23:27:18,398 [shard 0] rpc - client 10.56.128.21: fail to connect: Connection refusedINFO 2018-07-16 23:27:33,505 [shard 0] gossip - InetAddress 10.56.128.21 is now DOWN, status =INFO 2018-07-16 23:27:40,555 [shard 0] gossip - FatClient 10.56.128.21 has been silent for 30000ms, removing from gossipINFO 2018-07-16 23:28:56,035 [shard 0] gossip - InetAddress 10.56.128.21 is now UP, status =INFO 2018-07-16 23:28:56,129 [shard 0] gossip - Favor newly added node 10.56.128.21This is fine. The new node is not added to the cluster yet, so others will remove it.--Asias