[release notes]: update notes for RYW read mode Change-Id: I0bc5ae8452634a015891064bab5249eed6badf3e Reviewed-on: http://gerrit.cloudera.org:8080/9640 Tested-by: Hao Hao <[email protected]> Reviewed-by: Grant Henke <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/132da394 Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/132da394 Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/132da394 Branch: refs/heads/branch-1.7.x Commit: 132da394d630bf3748b6b35aada3ae5efd780404 Parents: 759e9ab Author: hahao <[email protected]> Authored: Wed Mar 14 11:06:15 2018 -0700 Committer: Grant Henke <[email protected]> Committed: Wed Mar 14 23:14:15 2018 +0000 ---------------------------------------------------------------------- docs/release_notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/132da394/docs/release_notes.adoc ---------------------------------------------------------------------- diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 1c7f7c5..522f868 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -80,7 +80,7 @@ automatically move existing metadata based on this configuration. * Kudu 1.7 introduces a new scan read mode READ_YOUR_WRITES. Users can specify - READ_YOUR_WRITES when creating a new scanner in both C++ and Java clients. + READ_YOUR_WRITES when creating a new scanner in C++, Java and Python clients. If this mode is used, the client will perform a read such that it follows all previously known writes and reads from this client. Reads in this mode ensure read-your-writes and read-your-reads session guarantees, while minimizing
