You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Alexey Serbin (Jira)" <ji...@apache.org> on 2021/06/02 01:49:00 UTC

[jira] [Resolved] (KUDU-3267) Improve error logging when writing to non-existant partition through kudu java client

     [ https://issues.apache.org/jira/browse/KUDU-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Serbin resolved KUDU-3267.
---------------------------------
    Fix Version/s: 1.16
       Resolution: Fixed

> Improve error logging when writing to non-existant partition through kudu java client
> -------------------------------------------------------------------------------------
>
>                 Key: KUDU-3267
>                 URL: https://issues.apache.org/jira/browse/KUDU-3267
>             Project: Kudu
>          Issue Type: Improvement
>          Components: client, java
>            Reporter: Abhishek
>            Assignee: Abhishek
>            Priority: Minor
>              Labels: beginner
>             Fix For: 1.16
>
>
> When trying to access a non-existing partition, through spark a customer encountered the below error message which is not too self explanatory:
> {code:java}
> Caused by: java.lang.RuntimeException: Failed to write 1 rows to Kudu; Sample errors: Not found: ([0x000000018005BDAA4BF52400, 0x000000028005BCC2F4C85400)) at org.apache.kudu.spark.kudu.KuduContext$$anonfun$writeRows$1.apply(KuduContext.scala:366) at org.apache.kudu.spark.kudu.KuduContext$$anonfun$writeRows$1.apply(KuduContext.scala:350){code}
> Filing this Jira to make the error message more meaningful



--
This message was sent by Atlassian Jira
(v8.3.4#803005)