On Wed, Jul 10, 2013 at 4:04 PM, Jason Tyler <jaty...@yahoo-inc.com> wrote:
> Is this simply a display issue, or have I lost replication? > Almost certainly just a display issue. Do "nodetool -h localhost getendpoints <keyspace> <columnfamily> 0", which will tell you the endpoints for the non-transformed key "0." It should give you 3 endpoints. You could also do this test with a known existing key and then go to those nodes and verify that they have that data on disk via sstable2json. (FWIW, it is an odd display issue/bug if it is one. Because it has reverted to pre-1.1 behavior...) =Rob