ZhangZhen created KUDU-2261:
-------------------------------
Summary: flush responses' order should match the order we call
apply
Key: KUDU-2261
URL: https://issues.apache.org/jira/browse/KUDU-2261
Project: Kudu
Issue Type: Improvement
Components: client, java
Reporter: ZhangZhen
Assignee: ZhangZhen
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.
For example, if we apply three operations in the following order:
apply OpA
apply OpB
apply OpC
flush
The expected response list should be [ ResponseA, ResponseB, ResponseC ], but
now the list may be disordered, like [ ResponseC, ResponseA, ResponseB ]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)