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 2015/05/28 22:10:17 UTC

[jira] [Created] (ACCUMULO-3865) miniDFS not reinitialized on MiniAccumuloClusterImpl

Josh Elser created ACCUMULO-3865:
------------------------------------

             Summary: miniDFS not reinitialized on MiniAccumuloClusterImpl
                 Key: ACCUMULO-3865
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3865
             Project: Accumulo
          Issue Type: Bug
    Affects Versions: 1.6.2, 1.6.1, 1.6.0
            Reporter: Josh Elser
            Assignee: Josh Elser
             Fix For: 1.6.3, 1.7.1, 1.8.0


Noticed this looking at ACCUMULO-3864.

{{stop()}} nulls the miniDFS local member, but it's only initialized in the constructor, not {{start()}}.

Calling {{start()}} after a {{stop()}} when {{useMiniDFS(true)}} will hang indefinitely because the filesystem is unavailable. It will likely also NPE in certain places.



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