You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/11/30 20:10:54 UTC

[kudu-CR] KUDU-420 [c++ client] timestamp propagation via scan tokens

Hello Dan Burkert, David Ribeiro Alves, Kudu Jenkins,

I'd like you to reexamine a change.  Please visit

    http://gerrit.cloudera.org:8080/5220

to look at the new patch set (#4).

Change subject: KUDU-420 [c++ client] timestamp propagation via scan tokens
......................................................................

KUDU-420 [c++ client] timestamp propagation via scan tokens

Implemented server timestamp propagation via scan tokens for the
Kudu C++ client library. Added corresponding unit test as well.

Besides, this changelist also enables the
ConsistencyITest.TestScanTokenTimestampPropagation test: this patch
brings the necessary fix to make it pass.

This is in the context of the following JIRA item:
KUDU-420 c++ client: implement HT timestamp propagation via scan tokens

Change-Id: I5c76c20b62cb91695c69f7dc4b98f4dc98bf02cc
---
M src/kudu/client/client.h
M src/kudu/client/scan_token-internal.cc
M src/kudu/client/scan_token-internal.h
M src/kudu/client/scan_token-test.cc
M src/kudu/integration-tests/consistency-itest.cc
5 files changed, 87 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/20/5220/4
-- 
To view, visit http://gerrit.cloudera.org:8080/5220
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5c76c20b62cb91695c69f7dc4b98f4dc98bf02cc
Gerrit-PatchSet: 4
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Dan Burkert <da...@apache.org>
Gerrit-Reviewer: David Ribeiro Alves <dr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins