You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like #45846, when enabling lazy init, Netty's ResourceLeakDetector won't be enabled. It's set up in the constructor of NettyAutoConfiguration, which won't run when lazy init is enabled.