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 daemonizes a Tarantool process itself. The box.cfg.background
setting does the same thing from a Tarantool process. These features
conflict with each other. As a result, tt status shows an invalid
status of a Tarantool instance, and it is unable to stop the instance
with tt stop.
A user should never set box.cfg.background = true in an application
code that is started by tt.
p7nov
changed the title
User should not to set box.cfg.background = true with tt start
User should not set box.cfg.background = true with tt startApr 16, 2024
Uh oh!
There was an error while loading. Please reload this page.
Related dev. issue(s): tarantool/tt#780
Product: tt
Since: 2.2.0
Root document:
process.background
in a new config reference (process
not documented yet: [Config] Document 'process' configuration settings #4014)tt start
reference: https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/start/SME: @ oleg-jukovec
Details
tt start
daemonizes a Tarantool process itself. Thebox.cfg.background
setting does the same thing from a Tarantool process. These features
conflict with each other. As a result,
tt status
shows an invalidstatus of a Tarantool instance, and it is unable to stop the instance
with
tt stop
.A user should never set
box.cfg.background = true
in an applicationcode that is started by
tt
.Closes tarantool/tt#780
Requested by @ oleg-jukovec in tarantool/tt@c9b70e2.
The text was updated successfully, but these errors were encountered: