chibenwa opened a new pull request, #2134:
URL: https://github.com/apache/james-project/pull/2134

   This exception:
   
   ```
     java.util.NoSuchElementException: framer
   ```
   
   Was unmanaged (reactor subscriber in the stacktrace)
   
   Followed immediatly by:
   
   ```
     org.apache.james.lifecycle.api.Disposable$LeakAwareFinalizer
     "message":"Leak detected!
     Resource 
org.apache.james.imapserver.netty.ImapRequestFrameDecoder$FileHolderInner@3d635737
 was not released before its referent was garbage-collected.
     Resource management needs to be reviewed: ensure to always call dispose() 
for disposable objects you work with.
     Consider enabling advanced leak detection to further identify the problem.
   ```
   
   In such case catching and propagating the exception as well as releasing the 
file seems like a good idea.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to