stardog-union / stardog-graviton

Stardog Graviton has been deprecated. Please see our helm charts for similar functionality on Kubernetes.
http://www.stardog.com
Apache License 2.0
5 stars 5 forks source link

throw an error if version is not semver #53

Open pdmars opened 6 years ago

pdmars commented 6 years ago

Graviton assumes it can get the version by parsing the value passed to --sd-version, however, if a non-semver is passed then Graviton won't be able to determine the version. Graviton will still deploy a cluster, but it won't set the daemon flag and may result in systemd restarting Stardog continuously (e.g. when performing a SYNC_FULL).

Graviton should throw an error if a semver is not used.