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 was archived by the owner on Oct 24, 2022. It is now read-only.
If run-class.sh is invoked with
restart
orstart
twice in quick succession, two servers can end up running at the same time.This is because there is no special locking, and the
.pid
file isn't written until the script sleeps for 2 seconds after starting.There should probably be file locking added.
The text was updated successfully, but these errors were encountered: