Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 862 Bytes

known_issues.md

File metadata and controls

22 lines (15 loc) · 862 Bytes

Known issues

The file includes built-in errors we expect people to encounter and common problems reported by users. For the latest list of all issues see the Github Issues page.

Contents

Do not set the box.cfg.background

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.

You should never set box.cfg.background = true in an application code that is started by tt.