You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2016/05/27 17:42:12 UTC

[jira] [Commented] (ACCUMULO-4317) Accumulo client causes 'too many files open' due to infinite loop.

    [ https://issues.apache.org/jira/browse/ACCUMULO-4317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15304428#comment-15304428 ] 

Josh Elser commented on ACCUMULO-4317:
--------------------------------------

bq. This will eventually cause 'too many files open' errors.

Why do you think that it causes this error? Are there sockets not being closed?

> Accumulo client causes 'too many files open' due to infinite loop.
> ------------------------------------------------------------------
>
>                 Key: ACCUMULO-4317
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4317
>             Project: Accumulo
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.7.1
>            Reporter: Michiel Vanderlee
>            Priority: Minor
>
> Accumulo stores hostnames in zookeeper, if the client can not resolve these then it will continue to try to connect in a while(true) loop. This will eventually cause 'too many files open' errors.
> Loop is in ServerClient.java$executeRaw
> Bug: Should error out after some time, not retry infintely.
> Workaround: Add hostnames to /etc/hosts and restart.



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