Skip to content

Missing ByteBuf.release() in GraphQL #1293

@umarti

Description

@umarti

My web app logs an exception in Spring Boot 3.5.5, using Kotlin, WebFlux, and extensive use of GraphQL subscriptions.

stacktrace.txt

Run configuration:
-Dkotlinx.coroutines.debug=on -Dkotlinx.coroutines.stacktrace.recovery=true -Dio.netty.leakDetection.level=PARANOID

Problem
The exception occurs once on every Spring Boot startup, right after the first web requests.
I’d like to track this down because I’m worried about potential side effects (e.g. memory leaks).

Question
Does anyone with experience in this area have advice on how and where to debug this issue?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions