Re: C# client (CI) questions re: IfNotModified

2013-10-02 Thread Jeremiah Peschka
Issue created to track this! https://github.com/DistributedNonsense/CorrugatedIron/issues/180 We definitely need to clean these up. --- Jeremiah Peschka - Founder, Brent Ozar Unlimited MCITP: SQL Server 2008, MVP Cloudera Certified Developer for Apache Hadoop On Wed, Oct 2, 2013 at 5:17 PM, Ale

Re: C# client (CI) questions re: IfNotModified

2013-10-02 Thread Alex Rice
Hmm so so I cannot replicate anything causal between the CommunicationError and the C lusterOffline: Unable to access functioning Riak node. I guess the cluster really was going offline from my benchmarking! However, I do always a CommunicationError when Put-ing a key that has changed, when using

C# client (CI) questions re: IfNotModified

2013-10-02 Thread Alex Rice
Just trying to make sure I understand what is the proper usage of this option IfNotModified in CI. // (first do a Get of the object) // do a SetObject on the riakobject with my changes var putOpts = new RiakPutOptions () { IfNotModified = true }; // do a Put with those Options When the put fails,