Closed
Description
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)- legacy config reference
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. 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
.
Closes tarantool/tt#780
Requested by @ oleg-jukovec in tarantool/tt@c9b70e2.