• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 25499199320

07 May 2026 01:35PM UTC coverage: 87.658%. Remained the same
25499199320

push

github

locker
lua: use configured group name in application thread name

Currently, application threads are named `app<id>` where `<id>` is the
global thread identifier used internally. This makes it difficult to
figure out which group an application thread belongs to. In particular,
this complicates matching logged messages to application threads. Let's
name application threads `<group><id>` where `<group>` is the name of
the configured thread group and `<id>` is the identifier of the thread
in the group. We also change the meaning of the `thread_id` field
returned by `threads.info()`: now it shows the identifier of the thread
in its group instead of the global identifier used internally. We do it
for consistency with the new thread naming policy and the new `target`
option of `threads.call()` and `eval()` introduced recently.

Closes #12643

NO_DOC=experimental

70653 of 118968 branches covered (59.39%)

106308 of 121276 relevant lines covered (87.66%)

1362061.21 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

88.96
/src/box/engine.c


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc