Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

If last_write_wins is true, dvv_enabled must be false [JIRA: CLIENTS-849] #620

Description

@gmenard

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions