Click or drag to resize
RiakDtUpdateOptionsSloppyQuorum Property
Whether a sloppy quorum should be used.

Namespace:  RiakClient.Models
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public bool SloppyQuorum { get; }

Property Value

Type: Boolean
Remarks

Sloppy quorum defers to the first N healthy nodes from the pref list, which may not always be the first N nodes encountered in the consistent hash ring. In effect - sloppy quorum allows us to trust hand off nodes in the event of a network partition or other similarly amusing event.

Specifying PR will override Sloppy Quorum settings.

Refer to http://lists.basho.com/pipermail/riak-users_lists.basho.com/2012-January/007157.html for additional details.

See Also