Re: API question about conflict resolution and getValue(s)

2017-04-06 Thread Luke Bakken
e ... -> modify -> store", work? Yes. Please refer to the docs here: https://docs.basho.com/riak/kv/2.2.3/developing/usage/conflict-resolution/java/#conflict-resolution-and-writes Thanks - -- Luke Bakken Engineer lbak...@basho.com On Thu, Apr 6, 2017 at 4:48 AM, ジョハンガル wrote: >

Re: API question about conflict resolution and getValue(s)

2017-04-06 Thread Russell Brown
Hi, Which client are you using? On 6 Apr 2017, at 12:48, ジョハンガル wrote: > Hello, > > I have a simple question regarding FetchValue.Response/getValue, > FetchValue.Response/getValues and conflict resolution. > > In the documentation > http://docs.basho.com/riak/kv/2

API question about conflict resolution and getValue(s)

2017-04-06 Thread ジョハンガル
Hello, I have a simple question regarding FetchValue.Response/getValue, FetchValue.Response/getValues and conflict resolution. In the documentation http://docs.basho.com/riak/kv/2.2.3/developing/usage/conflict-resolution/ the described sequence is: "fetch -> getValue -> modify -&g

Re: Conflict Resolution

2010-07-15 Thread Misha Gorodnitzky
Hi Justin, Thanks for the feedback. Just thought I'd mention we're aiming to go ahead with a strategy of serialising the transactions before they hit Riak. We figure it'll be easier to solve than trying to do conflict resolution. Cheers, --Misha On 14 July 2010 14:00, Justi

Re: Conflict Resolution

2010-07-14 Thread Justin Sheehy
On Wed, Jul 14, 2010 at 5:25 AM, Misha Gorodnitzky wrote: > I don't suppose there are any examples anywhere of how people have > approached conflict resolution with RIak? That would be useful to help > people understand how to approach it ... maybe a section on the wiki > coul

Re: Conflict Resolution

2010-07-14 Thread Misha Gorodnitzky
l >> always be the case? And is it a good idea to base conflict resolution >> on this? > > It is not really a good idea to base conflict resolution on the order > that Riak presents the siblings.  While in simple cases you may see > predictable behavior, there is no guara

Re: Conflict Resolution

2010-07-13 Thread Alexander Sicular
#x27;re trying to sort out a conflict resolution strategy and are > wondering if we can rely on the order of the conflicted values in a > document for it. So for example, for a given document we might end up > with the values: > > [ "Wednesday", "Tuesday", "

Re: Conflict Resolution

2010-07-13 Thread Justin Sheehy
Hello, Misha. On Tue, Jul 13, 2010 at 1:06 PM, Misha Gorodnitzky wrote: > From doing a little testing, the last value in a multipart document is > the first, so "Thursday" in this case, can we assume that this will > always be the case? And is it a good idea to base confl

Conflict Resolution

2010-07-13 Thread Misha Gorodnitzky
Hello all, We're trying to sort out a conflict resolution strategy and are wondering if we can rely on the order of the conflicted values in a document for it. So for example, for a given document we might end up with the values: [ "Wednesday", "Tuesday", "Thu