You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2015/02/13 21:25:11 UTC

[jira] [Resolved] (ACCUMULO-3596) accumulo hangs in {{InetAddress#getByName}}

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

Eric Newton resolved ACCUMULO-3596.
-----------------------------------
    Resolution: Won't Fix
      Assignee: Eric Newton

> accumulo hangs in {{InetAddress#getByName}}
> -------------------------------------------
>
>                 Key: ACCUMULO-3596
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3596
>             Project: Accumulo
>          Issue Type: Bug
>          Components: master, tserver
>         Environment: large cluster
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>
> calls to importDirectory were hanging.  After some debugging, it was determined that the imports were stuck waiting on DNS lookups.
> {{InetAddress#getByName}} calls {{gethostbyname_r}}
> Further, it was determined that the call only hangs if /etc/hosts.conf contains "reorder on".
> A bug was found in this section of the glibc resolver, and a bug report will be made to them.
> Workaround: turn off address reordering.
> Many thanks to [~bfloss] for finding this bug.



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