Seeds don't bootstrap, don't list new nodes as seeds. On Thu, Feb 13, 2020 at 5:23 PM Sergio <lapostadiser...@gmail.com> wrote:
> Hi guys! > > I don't know how but this is the first time that I see such behavior. I > wanted to add a new node in the cluster and it looks to be working fine but > instead to wait for 2-3 hours data streaming like 100GB it immediately went > to the UN (UP and NORMAL) state. > > I saw a bunch of exception in the logs and WARN > [MessagingService-Incoming-/10.1.17.126] 2020-02-14 01:08:07,812 > IncomingTcpConnection.java:103 - UnknownColumnFamilyException reading from > socket; closing > org.apache.cassandra.db.UnknownColumnFamilyException: Couldn't find table > for cfId a5af88d0-24f6-11e9-b009-95ed77b72f6e. 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. > at > org.apache.cassandra.config.CFMetaData$Serializer.deserialize(CFMetaData.java:1525) > ~[apache-cassandra-3.11.5.jar:3.11.5] > at > org.apache.cassandra.db.partitions.PartitionUpdate$PartitionUpdateSerializer.deserialize30(PartitionUpdate.java:850) > ~[apache-cassandra-3.11.5.jar:3.11.5] > at > org.apache.cassandra.db.partitions.PartitionUpdate$PartitionUpdateSerializer.deserialize(PartitionUpdate.java:825) > ~[apache-cassandra-3.11.5.jar:3.11.5] > at > org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:415) > ~[apache-cassandra-3.11.5.jar:3.11.5] > at > org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:434) > ~[apache-cassandra-3.11.5.jar:3.11.5] > at > org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:371) > ~[apache-cassandra-3.11.5.jar:3.11.5] > at org.apache.cassandra.net.MessageIn.read(MessageIn.java:123) > ~[apache-cassandra-3.11.5.jar:3.11.5] > at > org.apache.cassandra.net.IncomingTcpConnection.receiveMessage(IncomingTcpConnection.java:195) > ~[apache-cassandra-3.11.5.jar:3.11.5] > at > org.apache.cassandra.net.IncomingTcpConnection.receiveMessages(IncomingTcpConnection.java:183) > ~[apache-cassandra-3.11.5.jar:3.11.5] > at > org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:94) > ~[apache-cassandra-3.11.5.jar:3.11.5] > > but in the end, it is working... > > Suggestion? > > Thanks, > > Sergio >