Cassandra schema version mismatch -


we have 4 node cassandra cluster running 2.0.12.

recently, upgraded 1 node 2.1.13, following steps given in datastax upgrade procedure.

after upgrade, created new table named 'testing' in existing keyspace using cqlsh on upgraded node. gives me following error:

create table warning.

however, when created testing table in nonupgraded node no warning occurs. but, checked other nodes confirm creation of testing table. except upgraded node, create table has propagated other nodes. after 15 minutes, create table gets propagated upgraded node instead of immediate propagation.

nodetool describecluster shows different schema version upgraded node

  • i ran nodetool resetlocalschema on upgraded node , of no use.
  • i deleted system.schema* directories data directory location , restarted node. still, no use.
  • after that, deleted system.schema* directories , copied system.schema* directories non-upgraded node , restarted. still issue persists.

(ps: using hector jar connect cassandra. when set write consistency all, hector throws unavailable exception upgraded node.)

edit 1: in addition got following exception in log. error: no such attribute: endpointtohostid cassandra 2.1


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -