Skip to content

Commit 9c95a40

Browse files
author
Lauren
authored
Merge pull request #2206 from basho/cv/fix/read_quorum
Corrected Read quorum tables
2 parents 555bec3 + e0f122e commit 9c95a40

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

content/riak/kv/2.0.0/developing/usage/reading-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ curl http://localhost:8098/types/animals/buckets/dogs/keys/rufus
9191

9292
Parameter | Default | Description
9393
:---------|:--------|:-----------
94-
`r` | `2` | How many replicas need to agree when retrieving an existing object before the write
94+
`r` | `quorum` | How many replicas need to agree when retrieving an existing object before the write
9595
`pr` | `0` | How many [vnodes][glossary vnode] must respond for a read to be deemed successful
96-
`notfound_ok` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
96+
`notfound_ok` | `true` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
9797

9898
Riak also accepts many query parameters, including `r` for setting the
9999
R-value for GET requests (R values describe how many replicas need to

content/riak/kv/2.0.1/developing/usage/reading-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ curl http://localhost:8098/types/animals/buckets/dogs/keys/rufus
9191

9292
Parameter | Default | Description
9393
:---------|:--------|:-----------
94-
`r` | `2` | How many replicas need to agree when retrieving an existing object before the write
94+
`r` | `quorum` | How many replicas need to agree when retrieving an existing object before the write
9595
`pr` | `0` | How many [vnodes][glossary vnode] must respond for a read to be deemed successful
96-
`notfound_ok` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
96+
`notfound_ok` | `true` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
9797

9898
Riak also accepts many query parameters, including `r` for setting the
9999
R-value for GET requests (R values describe how many replicas need to

content/riak/kv/2.0.2/developing/usage/reading-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ curl http://localhost:8098/types/animals/buckets/dogs/keys/rufus
9191

9292
Parameter | Default | Description
9393
:---------|:--------|:-----------
94-
`r` | `2` | How many replicas need to agree when retrieving an existing object before the write
94+
`r` | `quorum` | How many replicas need to agree when retrieving an existing object before the write
9595
`pr` | `0` | How many [vnodes][glossary vnode] must respond for a read to be deemed successful
96-
`notfound_ok` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
96+
`notfound_ok` | `true` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
9797

9898
Riak also accepts many query parameters, including `r` for setting the
9999
R-value for GET requests (R values describe how many replicas need to

content/riak/kv/2.0.4/developing/usage/reading-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ curl http://localhost:8098/types/animals/buckets/dogs/keys/rufus
9191

9292
Parameter | Default | Description
9393
:---------|:--------|:-----------
94-
`r` | `2` | How many replicas need to agree when retrieving an existing object before the write
94+
`r` | `quorum` | How many replicas need to agree when retrieving an existing object before the write
9595
`pr` | `0` | How many [vnodes][glossary vnode] must respond for a read to be deemed successful
96-
`notfound_ok` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
96+
`notfound_ok` | `true` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
9797

9898
Riak also accepts many query parameters, including `r` for setting the
9999
R-value for GET requests (R values describe how many replicas need to

content/riak/kv/2.0.5/developing/usage/reading-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ curl http://localhost:8098/types/animals/buckets/dogs/keys/rufus
9191

9292
Parameter | Default | Description
9393
:---------|:--------|:-----------
94-
`r` | `2` | How many replicas need to agree when retrieving an existing object before the write
94+
`r` | `quorum` | How many replicas need to agree when retrieving an existing object before the write
9595
`pr` | `0` | How many [vnodes][glossary vnode] must respond for a read to be deemed successful
96-
`notfound_ok` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
96+
`notfound_ok` | `true` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
9797

9898
Riak also accepts many query parameters, including `r` for setting the
9999
R-value for GET requests (R values describe how many replicas need to

content/riak/kv/2.0.6/developing/usage/reading-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ curl http://localhost:8098/types/animals/buckets/dogs/keys/rufus
9191

9292
Parameter | Default | Description
9393
:---------|:--------|:-----------
94-
`r` | `2` | How many replicas need to agree when retrieving an existing object before the write
94+
`r` | `quorum` | How many replicas need to agree when retrieving an existing object before the write
9595
`pr` | `0` | How many [vnodes][glossary vnode] must respond for a read to be deemed successful
96-
`notfound_ok` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
96+
`notfound_ok` | `true` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
9797

9898
Riak also accepts many query parameters, including `r` for setting the
9999
R-value for GET requests (R values describe how many replicas need to

content/riak/kv/2.0.7/developing/usage/reading-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ curl http://localhost:8098/types/animals/buckets/dogs/keys/rufus
9191

9292
Parameter | Default | Description
9393
:---------|:--------|:-----------
94-
`r` | `2` | How many replicas need to agree when retrieving an existing object before the write
94+
`r` | `quorum` | How many replicas need to agree when retrieving an existing object before the write
9595
`pr` | `0` | How many [vnodes][glossary vnode] must respond for a read to be deemed successful
96-
`notfound_ok` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
96+
`notfound_ok` | `true` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
9797

9898
Riak also accepts many query parameters, including `r` for setting the
9999
R-value for GET requests (R values describe how many replicas need to

content/riak/kv/2.1.1/developing/usage/reading-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ curl http://localhost:8098/types/animals/buckets/dogs/keys/rufus
9191

9292
Parameter | Default | Description
9393
:---------|:--------|:-----------
94-
`r` | `2` | How many replicas need to agree when retrieving an existing object before the write
94+
`r` | `quorum` | How many replicas need to agree when retrieving an existing object before the write
9595
`pr` | `0` | How many [vnodes][glossary vnode] must respond for a read to be deemed successful
96-
`notfound_ok` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
96+
`notfound_ok` | `true` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
9797

9898
Riak also accepts many query parameters, including `r` for setting the
9999
R-value for GET requests (R values describe how many replicas need to

content/riak/kv/2.1.3/developing/usage/reading-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ curl http://localhost:8098/types/animals/buckets/dogs/keys/rufus
9191

9292
Parameter | Default | Description
9393
:---------|:--------|:-----------
94-
`r` | `2` | How many replicas need to agree when retrieving an existing object before the write
94+
`r` | `quorum` | How many replicas need to agree when retrieving an existing object before the write
9595
`pr` | `0` | How many [vnodes][glossary vnode] must respond for a read to be deemed successful
96-
`notfound_ok` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
96+
`notfound_ok` | `true` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
9797

9898
Riak also accepts many query parameters, including `r` for setting the
9999
R-value for GET requests (R values describe how many replicas need to

content/riak/kv/2.1.4/developing/usage/reading-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ curl http://localhost:8098/types/animals/buckets/dogs/keys/rufus
9191

9292
Parameter | Default | Description
9393
:---------|:--------|:-----------
94-
`r` | `2` | How many replicas need to agree when retrieving an existing object before the write
94+
`r` | `quorum` | How many replicas need to agree when retrieving an existing object before the write
9595
`pr` | `0` | How many [vnodes][glossary vnode] must respond for a read to be deemed successful
96-
`notfound_ok` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
96+
`notfound_ok` | `true` | If set to `true`, if the first vnode to respond doesn't have a copy of the object, Riak will deem the failure authoritative and immediately return a `notfound` error to the client
9797

9898
Riak also accepts many query parameters, including `r` for setting the
9999
R-value for GET requests (R values describe how many replicas need to

0 commit comments

Comments
 (0)