the output of nodetool describecluster Cluster Information: Name: online-xxx Snitch: org.apache.cassandra.locator.DynamicEndpointSnitch Partitioner: org.apache.cassandra.dht.Murmur3Partitioner Schema versions: c3f00d61-1ad7-3702-8703-af2a29e401c1: [10.136.71.43]
0568e8c1-48ba-3fb0-bb3c-462438978d7b: [10.136.71.33, ....] after I run nodetool resetlocalschema, a error log outcome ERROR [InternalResponseStage:209417] 2018-06-28 11:14:12,904 MigrationTask.java:96 - Configuration exception merging remote schema org.apache.cassandra.exceptions.ConfigurationException: Column family ID mismatch (found 5552bba0-2 dc6-11e8-9b5c-254242d97235; expected 53f6d520-2dc6-11e8-948d-ab7caa3c8c36) at org.apache.cassandra.config.CFMetaData.validateCompatibility(CFMetaData.java:790) ~[apac he-cassandra-3.0.10.jar:3.0.10] at org.apache.cassandra.config.CFMetaData.apply(CFMetaData.java:750) ~[apache-cassandra-3.0 .10.jar:3.0.10] at org.apache.cassandra.config.Schema.updateTable(Schema.java:661) ~[apache-cassandra-3.0.1 0.jar:3.0.10] at org.apache.cassandra.schema.SchemaKeyspace.updateKeyspace(SchemaKeyspace.java:1348) ~[ap ache-cassandra-3.0.10.jar:3.0.10] At 2018-06-28 10:01:52, "Jeff Jirsa" <jji...@gmail.com> wrote: You can sometimes bounce your way through it (or use nodetool resetlocalschema if it’s a single node that’s wrong), but there are some edge cases from which it’s very hard to recover What’s the output of nodetool describecluster? If you select from the schema tables, do you see that CFID on any real tables? -- Jeff Jirsa On Jun 27, 2018, at 7:58 PM, dayu <sdycre...@163.com> wrote: That sound reasonable, I have seen schema mismatch error before. So any advise to deal with schema mismatches? Dayu At 2018-06-28 09:50:37, "Jeff Jirsa" <jji...@gmail.com> wrote: >That log message says you did: > > CF 53f6d520-2dc6-11e8-948d-ab7caa3c8c36 was dropped during streaming > >If you’re absolutely sure you didn’t, you should look for schema mismatches in >your cluster > > >-- >Jeff Jirsa > > >> On Jun 27, 2018, at 7:49 PM, dayu <sdycre...@163.com> wrote: >> >> CF 53f6d520-2dc6-11e8-948d-ab7caa3c8c36 was dropped during streaming > >--------------------------------------------------------------------- >To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org >For additional commands, e-mail: user-h...@cassandra.apache.org