Details
Description
An integration test suite that drops and creates the same column family 3 times causes the following error in the server log:
INFO 15:40:34 Initializing gocql_test.wiki_page
ERROR 15:40:34 Attempted to write commit log entry for unrecognized column family: b0e167e0-0dc8-11e4-9cbb-29a4872887f2
ERROR 15:40:34 Attempting to mutate non-existant column family b0e167e0-0dc8-11e4-9cbb-29a4872887f2
ERROR 15:40:34 Attempted to write commit log entry for unrecognized column family: b0e167e0-0dc8-11e4-9cbb-29a4872887f2
ERROR 15:40:34 Attempting to mutate non-existant column family b0e167e0-0dc8-11e4-9cbb-29a4872887f2
The test that reproduces this issue is here:
https://github.com/gocql/gocql/blob/master/wiki_test.go
Interestingly this issue only occurs after the common table is dropped/created for the 3rd time. If only one of the tests is run on its own, this issue does not arise.
Attachments
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-8153 PreparedStatements broken when column family is recreated
- Resolved
- is related to
-
CASSANDRA-7910 wildcard prepared statements are incorrect after a column is added to the table
- Resolved