arvindshmicrosoft commented on issue #277: Ansible task "start accumulo 2.0 tablet servers" does not start all tservers URL: https://github.com/apache/fluo-muchos/issues/277#issuecomment-531436167 @keith-turner it seems to be a manifestation of the Ansible [command](https://docs.ansible.com/ansible/latest/modules/command_module.html) module which internally uses ssh to execute the command on the host. I've not tested to see if the [shell](https://docs.ansible.com/ansible/latest/modules/shell_module.html) module behaves any differently. My 'seat of pants' theory is that there's some behavior in Ansible which ends up detaching from the tty for the ssh and thereby ends up sending SIGHUP to the host. While there's investigation possible from the Ansible side similar to [this thread]( https://groups.google.com/forum/#!topic/ansible-project/ldxtKRaDtbM) but rather than wrestle with that the use of nohup seemed a trivial workaround.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
