You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Pierre Belanger apache.org (Jira)" <ji...@apache.org> on 2020/03/16 17:09:00 UTC

[jira] [Created] (CASSANDRA-15645) Can't send schema pull request: node /A.B.C.D is down

Pierre Belanger apache.org created CASSANDRA-15645:
------------------------------------------------------

             Summary: Can't send schema pull request: node /A.B.C.D is down
                 Key: CASSANDRA-15645
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15645
             Project: Cassandra
          Issue Type: Bug
          Components: Cluster/Schema
            Reporter: Pierre Belanger apache.org


On a new cluster with Cassandra 3.11.5, each time a node joins the cluster the schema pull request happens before at least 1 node is confirmed up.  On the first node it's fine but node #2 and following are all complaining with below WARN.

 
{noformat}
INFO [MigrationStage:1] 2020-03-16 16:49:32,355 ColumnFamilyStore.java:426 - Initializing system_auth.roles
WARN [MigrationStage:1] 2020-03-16 16:49:32,368 MigrationTask.java:67 - Can't send schema pull request: node /A.B.C.D is down.
WARN [MigrationStage:1] 2020-03-16 16:49:32,369 MigrationTask.java:67 - Can't send schema pull request: node /A.B.C.D is down.
INFO [main] 2020-03-16 16:49:32,371 Gossiper.java:1780 - Waiting for gossip to settle...
INFO [GossipStage:1] 2020-03-16 16:49:32,493 Gossiper.java:1089 - InetAddress /A.B.C.D is now UP
INFO [HANDSHAKE-/10.205.45.19] 2020-03-16 16:49:32,545 OutboundTcpConnection.java:561 - Handshaking version with /A.B.C.D

{noformat}
 

It's not urgent to fix but the WARN create noise for no reason.  Before trying to pull the schema, shouldn't the process wait for gossip to have at least 1 node "up"?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org