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-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to