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
Size of taskQueue in EpollEventLoop increasing all times ,And memory can not be released then full gc happened because of taskQueue size more than ten millions. #12352
netty version is 4.1.101.Final and grpc version is 1.61.1
What is your environment?
Centos7.9、openjdk 17
What did you expect to see?
Size of taskQueue is smaller than ten thousands,it can be purged all times.
What did you see instead?
#netty/netty#15638
Size of EpollEventLoop attribute named taskQueue extends from SingleThreadEventExecutor class increase when jvm has started a few hours.