Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-1129

Reverse lookup for logging may cause poor client/server performance

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0, 3.1, 3.1.1, 3.1.2
    • 3.1.3
    • server
    • None

    Description

      Some places in the server logging and exception handling code called inetAddress.getHostName() which involves a reverse lookup and may cause poor performance. All such usage has been changed to inetAddress.getHostAddress(). This would affect only calls coming in from remote jvms.

      Attachments

        Activity

          People

            dblevins David Blevins
            dblevins David Blevins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: