Skip to content

Auto-port 5.0: Fix io_uring op completion TRACE logging#16756

Merged
normanmaurer merged 1 commit into
5.0from
auto-port-pr-16755-to-5.0
May 6, 2026
Merged

Auto-port 5.0: Fix io_uring op completion TRACE logging#16756
normanmaurer merged 1 commit into
5.0from
auto-port-pr-16755-to-5.0

Conversation

@netty-project-bot

Copy link
Copy Markdown
Contributor

Auto-port of #16755 to 5.0
Cherry-picked commit: 93c5a40


Motivation:
Completions accidentally used the short data instead of the int id of the user-data when TRACE logging. This means we cannot tell from a completion what file descriptor it belongs to.

Modification:
Log the id instead.

Result:
We can now tell what file descriptor a completion belongs to when we TRACE log the io_uring transport.

Motivation:
Completions accidentally used the `short data` instead of the `int id`
of the user-data when TRACE logging. This means we cannot tell from a
completion what file descriptor it belongs to.

Modification:
Log the `id` instead.

Result:
We can now tell what file descriptor a completion belongs to when we
TRACE log the io_uring transport.

(cherry picked from commit 93c5a40)
@normanmaurer normanmaurer merged commit c63b6e8 into 5.0 May 6, 2026
11 of 13 checks passed
@normanmaurer normanmaurer added this to the 5.0.0.Final milestone May 6, 2026
@normanmaurer normanmaurer deleted the auto-port-pr-16755-to-5.0 branch May 6, 2026 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants