[
https://issues.apache.org/jira/browse/KUDU-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Lipcon resolved KUDU-2261.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.7.0
> 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
> Priority: Major
> Fix For: 1.7.0
>
>
> 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)