I've installed Wasabi as instructed here: https://github.com/intuit/wasabi
My Wasabi is running on Google Cloud, Ubuntu 16.04.
The problem is that after some time, Cassandra is crashing and not restarting automatically.
When I go to /api/v1/ping
, I get this:
{"componentHealths":[{"componentName":"Experiments Cassandra","healthy":false,"detailedMessage":"PoolTimeoutException: [host=172.18.0.2(172.18.0.2):9160, latency=20000(20000), attempts=1]Timed out waiting for connection"},{"componentName":"MySql","healthy":true}],"version":"wasabi-api-1.0.20161107232436-SNAPSHOT-development-${scmBranch}-${buildNumber}-201701111439"}
Is it possible to restart container automatically when it crashes?