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
If something goes wrong after the detached start of the instance, cartridge start will show the status OK anyway.
Cartridge-cli version 2.12.2
Steps to reproduce:
cartridge start -d
cartridge stop
do smth and start some of the instances:
cartridge start srv-1 -d
• cartridge.srv-1... OK
cartridge enter srv-1
⨯ Instance srv-1 is not running
Try to start again:
cartridge start srv-1
cartridge.srv-1 | 2023-01-11 15:27:34.395 [87760] main/108/lua F> can't initialize Tarantool: Some error.
• cartridge.srv-1... EXITED
⨯ cartridge.srv-1: Process exited: Exited unsuccessfully: exit status 1
⨯ All instances exited
I propose to wait after the start and check the status before printing it (or add smth like --wait-started).
The text was updated successfully, but these errors were encountered:
If something goes wrong after the detached start of the instance, cartridge start will show the status OK anyway.
Cartridge-cli version 2.12.2
Steps to reproduce:
Try to start again:
I propose to wait after the start and check the status before printing it (or add smth like --wait-started).
The text was updated successfully, but these errors were encountered: