Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start-ingest.yml (as invoked by post-deployment.yml) fails to start ingest services #1

Closed
keith-ratcliffe opened this issue Jan 23, 2019 · 1 comment

Comments

@keith-ratcliffe
Copy link
Collaborator

keith-ratcliffe commented Jan 23, 2019

By default, dw-play.sh script will invoke start-ingest.yml (via post-deployment.yml), which should cause ingest services to be started on your ingest host (i.e., the host assigned to your ingestmaster group in the datawave-muchos/ansible/inventory/dw-hosts file)

The start-ingest.yml tasks all report success, yet upon verification zero ingest services are found to be running.

Verification

ssh MyIngestHostname
$ cd ~/install/datawave-dev-*/bin/ingest
$ ./list-ingest.sh

If no services are reported above, then try the workaround below

Workaround

$ cd ~/install/datawave-dev-*/bin/system
$ ./start-all.sh -allforce
@keith-ratcliffe keith-ratcliffe changed the title start-ingest.yml (as invoked by post-deployment.yml) fails to start ingest start-ingest.yml (as invoked by post-deployment.yml) fails to start ingest services Jan 23, 2019
@keith-ratcliffe
Copy link
Collaborator Author

Still investigating the root cause and associated fix for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant