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/14 02:45:59 UTC

[jira] [Created] (ACCUMULO-3815) StandaloneClusterControl shouldn't use canonical paths

Josh Elser created ACCUMULO-3815:
------------------------------------

             Summary: StandaloneClusterControl shouldn't use canonical paths
                 Key: ACCUMULO-3815
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3815
             Project: Accumulo
          Issue Type: Bug
          Components: test
            Reporter: Josh Elser
            Assignee: Josh Elser
            Priority: Minor
             Fix For: 1.8.0, 1.7.1


In testing out ACCUMULO-3814, I noticed that the code failed to stop Accumulo processes. This is because i have the following installation setup:

{noformat}
/usr/local/lib/accumulo -> /usr/local/lib/accumulo-1.7.0-SNAPSHOT
{noformat}

With {{/usr/local/lib/accumulo}} set as {{ACCUMULO_HOME}} and that's what we can key off of to find the pid of the process. If we get the canonical path, we end up grep'ing for the wrong thing. We should just rely on what is passed in to match the configuration on the system.



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