Hi everyone.

I've changed the read repair chance of one of my column families from
cassandra-cli with the following entry:

update column family <cf> with read_repair_chance = 0.7

I expected to see in the server log 

readRepairChance=0.7

Instead I saw this

readRepairChance=0.006999999999999999,

Should I use read_repair_chance = 70 instead of 0.7?

Reply via email to