On Tue, Jun 28, 2011 at 12:53 PM, Donal Zang <zan...@ihep.ac.cn> wrote:
> On 27/06/2011 19:19, Sylvain Lebresne wrote:
>>
>> Let me make that simpler.
>>
>> Don't ever use replicate_on_write=false (even if you "think" that it is
>> what you want, there is a good chance it's not).
>> Obviously, the default is replicate_on_write=true.
>
> I may be wrong. But with 0.8.0, I think the default is
> replicate_on_write=false, you have to declare it explicitly.

No, after having checked, you are right, the default is false and it
is a bug (literally a bug, the default is true in the code, but it
doesn't get applied correctly and it end up defaulting to false
uniquely because it is the default value of a boolean in java --
https://issues.apache.org/jira/browse/CASSANDRA-2835). That bug will
be fixed in 0.8.2.

I sincerely apologize about that, you have to explicitly set
replicate_on_write to true for now. The rest stays true.

--
Sylvain

>
> --
> Donal Zang
> Computing Center, IHEP
> 19B YuquanLu, Shijingshan District,Beijing, 100049
> zan...@ihep.ac.cn
> 86 010 8823 6018
>
>
>

Reply via email to