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:12:18 UTC

[kudu-CR] KUDU-1770 [c++ client] propagate timestamp for write operations

Hello David Ribeiro Alves, Mike Percy, Kudu Jenkins,

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

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

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

Change subject: KUDU-1770 [c++ client] propagate timestamp for write operations
......................................................................

KUDU-1770 [c++ client] propagate timestamp for write operations

Updated the Kudu C++ client library to propagate timestamp for write
operations. This is a fix for

KUDU-1770 C++ client does not propate timestamp for write operations

This patch also enables the integration test which was failing prior
to this fix: ConsistencyITest.TestTimestampPropagationForWriteOps

Change-Id: I17feb6b2dacd0ba7c8b57464f1a50de99de2f772
---
M src/kudu/client/batcher.cc
M src/kudu/integration-tests/consistency-itest.cc
2 files changed, 11 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/69/5269/3
-- 
To view, visit http://gerrit.cloudera.org:8080/5269
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I17feb6b2dacd0ba7c8b57464f1a50de99de2f772
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: David Ribeiro Alves <dr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <mp...@apache.org>