On Thu, Nov 20, 2014 at 10:29 AM, Stephane Legay
wrote:
> How should I go about inspecting SSTables?
>
sstable2json (which comes with cassandra, generally, but is packaged
separately these days)
checksstablegarbage (from pythian tools, which might help you understand
how much redundant data you
Thanks for the response.
Yes, I went through 1.1, 1.2, 2.0 as rolling updates (entire cluster for
each minor version) and ran upgradesstables each time.
Yes, nodes are using the same tokens. I can see the tokens when running
nodetool ring. They're consistent with what we used to have.
Repairs were
On Thu, Nov 20, 2014 at 8:36 AM, Stephane Legay
wrote:
> I upgraded a 2 node cluster with RF = 2 from 1.0.9 to 2.0.11. I did
> rolling upgrades and upgradesstables after each upgrade.
>
To be clear, did you go through 1.1, and 1.2, or did you go directly from
1.0 to 2.0?
> We then moved our d
I upgraded a 2 node cluster with RF = 2 from 1.0.9 to 2.0.11. I did
rolling upgrades and upgradesstables after each upgrade. We then moved our
data to new hardware by shutting down each node, moving data to new
machine, and starting up with auto_bootstrap = false.
When all was done I ran a repair