zhen.zhang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9029
Change subject: KUDU-2261: The order of the responses after flush should match the order we call apply ...................................................................... KUDU-2261: The order of the responses after flush should match the order we call apply The response list of flush() should have the same order of we apply operations, so it's easier to know which operation failed and which succeeded. Change-Id: Ib37c9e85ad03731bb7d5b83be77d40fcd95e803a --- M java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduSession.java M java/kudu-client/src/main/java/org/apache/kudu/client/Batch.java M java/kudu-client/src/main/java/org/apache/kudu/client/BatchResponse.java M java/kudu-client/src/test/java/org/apache/kudu/client/TestKuduSession.java 4 files changed, 68 insertions(+), 15 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/29/9029/1 -- To view, visit http://gerrit.cloudera.org:8080/9029 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib37c9e85ad03731bb7d5b83be77d40fcd95e803a Gerrit-Change-Number: 9029 Gerrit-PatchSet: 1 Gerrit-Owner: zhen.zhang <[email protected]>
