Closed jan-schumacher closed 3 years ago
@jan-schumacher We need from you to reproduce with
_reactor.netty.channel.LeakDetection
to DEBUG
(e.g. application.properties
-> logging.level._reactor.netty.channel.LeakDetection=DEBUG
)-Dio.netty.leakDetectionLevel=paranoid
(if the property does not give any results, try with application.properties
-> spring.netty.leak-detection=paranoid
)@jan-schumacher Were you able to test with the extended logging from my previous comment?
@jan-schumacher I'm closing this. If you are able to provide the requested information, we can reopen it.
I recently got this Exception while using ReactorNettyTcpClient with RabbitMQ as Stomp Broker Relay.
Since i have no clue of whats going on behind the scene in spring, I hope you guys can help a bit.
This is my configuration:
Your Environment
netty
, ...): org.springframework.boot:spring-boot-autoconfigure:2.4.11 (*) org.springframework.boot:spring-boot-configuration-processor:2.4.11 org.springframework.boot:spring-boot-starter-actuator:2.4.11 org.springframework.boot:spring-boot-starter-data-jpa:2.4.11 org.springframework.boot:spring-boot-starter-security:2.4.11 org.springframework.boot:spring-boot-starter-web:2.4.11 org.springframework.boot:spring-boot-starter-websocket:2.4.11 org.springframework.boot:spring-boot-starter:2.4.11java -version
): Java Version 11.0.11 11.0.11+9 Java Runtime AdoptOpenJDK OpenJDK 64-Bit Server VMuname -a
): CentOS Linux ..... 5.8.18-100.fc31.x86_64 1 SMP Mon Nov 2 20:32:55 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux