Hi,
I am very new to cassandra and I need to verify that my configuration storing the data correctly
My configuration:
1)
endpoint_snitch: RackInferringSnitch
2)
2 nodes in one data center and one node in another data center
nodetool -h localhost ring
Address DC Rack Status State Load Owns Token
113427455640312821154458202477256070485
a.b.c.d 248 92 Up Normal 648.71 KB 33.33% 0
e.f.g.h 252 53 Up Normal 658.95 KB 31.80% 54108131047378776746455344162610545010
h.i.j.k 248 116 Up Normal 702.7 KB 34.86% 113427455640312821154458202477256070485
3) CREATE KEYSPACE test2 WITH placement_strategy = 'org.apache.cassandra.locator.NetworkTopologyStrategy' and strategy_options = {248:1,252:1}
4) I have inserted 100 raws to keyspace test2 and flushed the key space to disk
using nodetool flush
I can see that the size of data directory is same in all the three servers
du -sch /var/lib/cassandra/data/test3/* 32K
Any body please let me know the data directory size ratio in this case
