Cassandra warning: Couldn't find cfId
Cassandra logs display the Couldn't find cfId=column family ID warning.
Condition
Example warning message: Couldn't find cfId=ab76e631-b5ab-11e6-900c-918ff82e80ab.
Cause
The root cause is often a race condition that takes place during table creation,
when two nodes attempt to create the same table at the same time as a result of
a distributed data flow. Because Cassandra is consistent, the nodes do not see
tables on other nodes, so Cassandra creates a new random identifier for the
table.
Note: Starting from Cassandra version 3, the term table
replaces the term family column. However, the error messages
still use the term family column.