Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-435 Java client cleanup for release
  3. KUDU-843

Java flush() should not return errors batched by tablet

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Private Beta
    • None
    • api, client
    • None

    Description

      The Java API currently reutrns a List<BatchResponse> from flush(). This groups the errors by tablet, but tablets aren't really a user-visible construct. Instead, we should just return the RowErrors themselves, and if we want to allow a user to group by tablet for some reason, add some accessor like getDestinationTabletId() to the RowError.

      Attachments

        Activity

          People

            jdcryans Jean-Daniel Cryans
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: