start-here does unecessary SSHs
-------------------------------
Key: ACCUMULO-503
URL: https://issues.apache.org/jira/browse/ACCUMULO-503
Project: Accumulo
Issue Type: Improvement
Components: start
Affects Versions: 1.3.5, 1.4.0
Reporter: John Vines
Assignee: John Vines
Priority: Minor
Fix For: 1.4.1
start-here calls start-server to start the individual processes. start-server
is semi-intelligent in not sshing to localhost to start processes. However, it
will always ssh to the host to see if the process is running. So in
start-server we need to check that the host is either localhost OR the hostname
(this may be done) and B. we need to have a similar condition on the initial
PID check to make sure it doesn't ssh if it doesn't have to.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira