You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "ZhangZhen (JIRA)" <ji...@apache.org> on 2018/01/16 10:47:01 UTC

[jira] [Created] (KUDU-2261) flush responses' order should match the order we call apply

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)