You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: