arvindshmicrosoft opened a new issue #277: Ansible task "start accumulo 2.0 
tablet servers" does not start all tservers
URL: https://github.com/apache/fluo-muchos/issues/277
 
 
   When testing Muchos we found that though the task "start accumulo 2.0 tablet 
servers" succeeds, the underlying tserver start commands do not complete (they 
are most likely interrupted by SIGHUP). As a result Accumulo ends up having far 
lesser tservers (or in extreme case, no tservers) running. We have validated 
the issue occurs both on Azure and on EC2.
   
   Adding _nohup_ before the command in 
[accumulo.yml](https://github.com/apache/fluo-muchos/blob/master/ansible/accumulo.yml)
 seems to resolve the issue:
   
   command: "nohup {{ accumulo_home }}/bin/accumulo-service tserver start"
   
   I will post a PR for this, just logging the issue to track what we found.

----------------------------------------------------------------
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

Reply via email to