ImapChannelUpstreamHandler should not do a reverse lookup for logging
---------------------------------------------------------------------
Key: JAMES-1329
URL: https://issues.apache.org/jira/browse/JAMES-1329
Project: JAMES Server
Issue Type: Improvement
Components: IMAPServer
Affects Versions: 3.0-beta3
Reporter: Norman Maurer
Fix For: 3.0-beta4
In ImapChannelUpstreamHandler we log the ipaddress and the hostname for each
connect/disconnect. This is a waste of resources as for the hostname java needs
todo a reverse lookup which unnecessary can block the boss/worker thread of
netty.
To speed up things we should only log the ipaddress.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]