ddanielr opened a new issue, #4597:
URL: https://github.com/apache/accumulo/issues/4597
**Describe the bug**
The accumulo-cluster script does not start a compaction-coordinator process
if the defined host is different than the local manager node.
SSHing to the expected node, an `accumulo-cluster start-here` command also
failed to start the coordinator.
**Versions (OS, Maven, Java, and others, as appropriate):**
- Affected version(s) of this project: [e.g. 1.10.0] 2.1.x
- OS: [e.g. CentOS 7.5] centos 7
- Others:
**To Reproduce**
1. Modify the cluster.yaml to have the compaction-coordinator service
defined on a host other than localhost and the hostname used for the gc,
monitor, and manager.
1. Run an `accumulo-cluster start` command
1. SSH to the expected host and ensure no process is running.
1. Make sure the cluster.yaml is updated on that host then run
`./accumulo-cluster start-here`.
1. Verify that the process did not attempt to start by looking at the log
files or pid files in accumulo's run directory.
1. Finally, run a `accumulo-service compaction-coordinator start` operation
and verify the process attempted to start and is running.
**Expected behavior**
The cluster script is able to start and stop the compaction-coordinator no
matter what host it is running on.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]