benchflow / docker-images

Docker images of tools and services on which BenchFlow depends on
Other
2 stars 2 forks source link

Improve the Initialisation Scripts for Services #20

Open VincenzoFerme opened 8 years ago

VincenzoFerme commented 8 years ago

Some services, e.g., kafka, cassandra, minio, have initialisation scripts that impact the status of the service itself. In case of a service automatic restart due to a failure, this impact the possibility to correct restart.

We should evaluate a way to skip the initialisation if already initialised (e.g., using a file on the file system or an environment variable if it survives the restart [i don't think so]) or a better and safer way to initialise the service.