Skip to content
This repository was archived by the owner on Apr 18, 2018. It is now read-only.
This repository was archived by the owner on Apr 18, 2018. It is now read-only.

Vector clock and conflict resolution for Riak #38

@bmorton

Description

@bmorton

It looks like right now Curator only supports last write wins for Riak. I'd like to add (probably at the Repository level) the ability to resolve conflicts when LWW is turned off, which will be the default in Riak 2.0.

This means support for:

  • Passing around a vector clock so when you pull down an object, modify it, and save it, we use the vector clock from the original fetch.
  • At the repository level, defining a way to resolve conflicts

Thoughts on these changes? AFAIK, these are pretty Riak-specific, but are pretty important in the way you're supposed to use Riak, especially with 2.0 coming.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions