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:
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
Post a Comment