I'm trying to stream multiple sets of sstables containing counter
columns to a cassandra 1.0.7 cluster. Each set is streamed via
sstableloader separately and concurrently via multiple hosts. What's
the expected behavior of conflict resolution in following situations:
- A counter appears multiple times (with possibly different values) in
different sstable sets.
- A counter appears multiple times (with possibly different values) in
a set of sstables streamed in a single session of sstableloader.
I expected all values to be aggregated, but it appears to be different.
Thanks
-- Omid
|