Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Complete
-
2.2 RC2
Description
ImapIdleChannelAdapter contains line:
private volatile Executor sendingTaskExecutor = Executors.newFixedThreadPool(1);
But not contains any type of shutdown this executor.
This produces a memory leak on each web application redeployment.