You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, I expected to be able to set AllowMulti to false but I can't because I cannot find a way to set dotted vector clock to false.
It would help if you could set dvv_enabled to false. Maybe .WithDVV(false)?
Thank you and thanks for writing a Riak client for go
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
If last_write_wins is true, dvv_enabled must be false
If last_write_wins is true, dvv_enabled must be false [JIRA: CLIENTS-815]
Mar 30, 2016
Please ensure the following information is supplied for new issues:
error.log
file, if applicableWhat commands were being executed during the error
cmd, err := riak.NewStoreBucketTypePropsCommandBuilder().WithBucketType("kvstore").WithAllowMult(false).WithLastWriteWins(true).Build()
What you expected to have happen
Well, I expected to be able to set AllowMulti to false but I can't because I cannot find a way to set dotted vector clock to false.
It would help if you could set dvv_enabled to false. Maybe .WithDVV(false)?
Thank you and thanks for writing a Riak client for go
The text was updated successfully, but these errors were encountered: