You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Mike Percy (JIRA)" <ji...@apache.org> on 2016/02/26 13:09:18 UTC

[jira] [Updated] (KUDU-807) Retries are done in a tight loop when we can't resolve

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

Mike Percy updated KUDU-807:
----------------------------
    Parent: KUDU-435

> Retries are done in a tight loop when we can't resolve
> ------------------------------------------------------
>
>                 Key: KUDU-807
>                 URL: https://issues.apache.org/jira/browse/KUDU-807
>             Project: Kudu
>          Issue Type: Sub-task
>          Components: client
>    Affects Versions: M5
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>
> Saw this after trying [~rickysaltzer]'s code remotely against a machine running in OpenStack, the master didn't send the FQDN back to the client which it couldn't resolve:
> {noformat}
> [ERROR - org.kududb.client.AsyncKuduClient.getIP(AsyncKuduClient.java:1571)] Failed to resolve the IP of `host-10-17-81-195' in 24000ns
> {noformat}
> The returned error message shows that we looped a lot and didn't sleep much:
> {noformat}
> Exception in thread "main" org.kududb.client.NonRecoverableException: Too many attempts: KuduRpc(method=Write, tablet=null, attempt=101, DeadlineTracker(timeout=10000, elapsed=1068), null)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)