Alexey Serbin has uploaded a new patch set (#2). Change subject: [c++ client] propagate timestamp for write operations ......................................................................
[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/2 -- 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: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]>
