arangodb-helper / arangodb

ArangoDB Starter - starts ArangoDB clusters & single servers with ease.
Apache License 2.0
75 stars 16 forks source link

GT-99 Add support for ArangoD exit codes #312

Closed nikita-vanyasin closed 2 years ago

nikita-vanyasin commented 2 years ago

As mentioned in #99 Do not try to restart instance if exit code is unrecoverable.

This PR does not improve situation when user provided an invalid CLI option via passthrough option, e.g. --args.all.invalid-flag=true. ArangoD returns a general exit code 1 which is not enough to distinct if this is unrecoverable error.