Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-2261

flush responses' order should match the order we call apply

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.7.0
    • client, java
    • None

    Description

      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 ]

      Attachments

        Issue Links

          Activity

            People

              zhquake@gmail.com ZhangZhen
              zhquake@gmail.com ZhangZhen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: