You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jai Bheemsen Rao Dhanwada (Jira)" <ji...@apache.org> on 2020/06/13 03:51:00 UTC

[jira] [Created] (CASSANDRA-15874) Bootstrap completes Successfully without streaming all the data

Jai Bheemsen Rao Dhanwada created CASSANDRA-15874:
-----------------------------------------------------

             Summary: Bootstrap completes Successfully without streaming all the data
                 Key: CASSANDRA-15874
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15874
             Project: Cassandra
          Issue Type: Bug
          Components: Consistency/Bootstrap and Decommission
            Reporter: Jai Bheemsen Rao Dhanwada


I am seeing a strange issue where, adding a new node with auto_bootstrap: true is not streaming all the data before it joins the cluster. Don't see any information in the logs about bootstrap failures.

Here is the sequence of logs

 
{code:java}
INFO [main] 2020-06-12 01:41:49,642 StorageService.java:1446 - JOINING: schema complete, ready to bootstrap
INFO [main] 2020-06-12 01:41:49,642 StorageService.java:1446 - JOINING: waiting for pending range calculation
INFO [main] 2020-06-12 01:41:49,643 StorageService.java:1446 - JOINING: calculation complete, ready to bootstrap
INFO [main] 2020-06-12 01:41:49,643 StorageService.java:1446 - JOINING: getting bootstrap token
INFO [main] 2020-06-12 01:42:19,656 StorageService.java:1446 - JOINING: Starting to bootstrap...
org.apache.cassandra.db.UnknownColumnFamilyException: Couldn't find table for cfId <UUID>. If a table was just created, this is likely due to the schema not being fully propagated. Please wait for schema agreement on table creation.
INFO [StreamReceiveTask:1] 2020-06-12 02:29:51,892 StreamResultFuture.java:219 - [Stream #f4224f444-a55d-154a-23e3-867899486f5f] All sessions completed INFO [StreamReceiveTask:1] 2020-06-12 02:29:51,892 StorageService.java:1505 - Bootstrap completed! for the tokens
{code}
Cassandra Version: 3.11.3

I am not able to reproduce this issue all the time, but it happened couple of times. Is there any  race condition/corner case, which could cause this issue?

 



--
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