I'm having a strange behavior on one of my cassandra boxes, after all
columns are removed from a row, insertion on that key stops working (from
API and from the cli)

[default@Agent] get Schedulers['atendimento'];
Returned 0 results.
[default@Agent] set Schedulers['atendimento']['test'] = 'dd';
Value inserted.
[default@Agent] get Schedulers['atendimento'];
Returned 0 results.

Already tried nodetool flush/compact/repair on the CF, doesn't fix the
problem.

With a ver simple setup:
* only one node in the cluster (the cluster never had more nodes nor
replicas)
* random partitioner
* CF defined as "create column family Schedulers with comparator=BytesType;"

The only way for it to start working again is to truncate the CF.

Do you have any clues how to diagnose what's going on?

Thanks,
Guille


Reply via email to