Just did a restart on a node I'm upgrading from 3.11.0 to 3.11.1 and I am a
delayed startup due to a large sequence of these type of messages::

    WARN  [main] 2017-10-16 12:53:16,040 QueryProcessor.java:160 - prepared
statement recreation error: select link, processed from to_editor where
timeblock in
('2017092300','2017092218','2017092212','2017092206','2017092200','2017092118','2017092112','2017092106')
        org.apache.cassandra.exceptions.InvalidRequestException:
unconfigured table to_editor
at
org.apache.cassandra.thrift.ThriftValidation.validateColumnFamily(ThriftValidation.java:115)
~[apache-cassandra-3.11.1.jar:3.11.1]
at
org.apache.cassandra.cql3.statements.SelectStatement$RawStatement.prepare(SelectStatement.java:958)
~[apache-cassandra-3.11.1.jar:3.11.1]

Is it correct to take the advise on stack overflow to simply wipe out

    truncate system.prepared_statements;

https://stackoverflow.com/questions/44973340/why-am-i-getting-cassandra-prepared-statement-recreation-error-on-startup-from-d

Thanks!
Ridley

Reply via email to