[
https://issues.apache.org/jira/browse/KUDU-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Percy updated KUDU-843:
----------------------------
Parent: KUDU-435
> Java flush() should not return errors batched by tablet
> -------------------------------------------------------
>
> Key: KUDU-843
> URL: https://issues.apache.org/jira/browse/KUDU-843
> Project: Kudu
> Issue Type: Sub-task
> Components: api, client
> Affects Versions: Private Beta
> Reporter: Todd Lipcon
> Assignee: Jean-Daniel Cryans
> Priority: Critical
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)