Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport table fix from PR#2510 #2511

Merged
merged 1 commit into from
Apr 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ Parameter | Description
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
`return_body` | Whether to return the contents of the stored object.
Defaults to `false`.
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
`n_val` | The number of nodes on which the value is to be stored
Expand Down