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
There is currently no way to change the property "dvv_enabled" for a Bucket.
When I set the "last_write_wins" property to true, the following error is thrown:
Invalid bucket properties: [{dvv_enabled, "If last_write_wins is true, dvv_enabled must be false"}]
It would be nice to have a withDVV method in StoreBucketProperties.Builder so that we can disable the DVV: new StoreBucketProperties.Builder(namespace) .withLastWriteWins(true) .withDVV(false) .build();
I am using the version 2.0.4.
Thanks!
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-849]
May 10, 2016
There is currently no way to change the property "dvv_enabled" for a Bucket.
When I set the "last_write_wins" property to
true
, the following error is thrown:It would be nice to have a
withDVV
method inStoreBucketProperties.Builder
so that we can disable the DVV:new StoreBucketProperties.Builder(namespace) .withLastWriteWins(true) .withDVV(false) .build();
I am using the version 2.0.4.
Thanks!
The text was updated successfully, but these errors were encountered: