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
tt start should include a sanity check to ensure that the Tarantool instances are starting correctly. Sometimes, an instance may exit with an error for some reason, but tt start does not report this, so tt start now effectively consists of two commands: tt start + tt status. tt status should be used to check whether all instances have started. tt start could wait for a short period of time to check if the instances are still running and, if not, it could print the exit code and the last log lines, for example.
The text was updated successfully, but these errors were encountered:
tt start
should include a sanity check to ensure that the Tarantool instances are starting correctly. Sometimes, an instance may exit with an error for some reason, buttt start
does not report this, sott start
now effectively consists of two commands:tt start + tt status
.tt status
should be used to check whether all instances have started.tt start
could wait for a short period of time to check if the instances are still running and, if not, it could print the exit code and the last log lines, for example.The text was updated successfully, but these errors were encountered: