You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2008/04/10 19:26:05 UTC

[jira] Created: (YOKO-427) Long startup delay when creating a POA on a disconnected system.

Long startup delay when creating a POA on a disconnected system. 
-----------------------------------------------------------------

                 Key: YOKO-427
                 URL: https://issues.apache.org/jira/browse/YOKO-427
             Project: Yoko - CORBA Server
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: orb core
    Affects Versions: v1.0.0
            Reporter: Rick McGuire
            Assignee: Rick McGuire
            Priority: Minor
             Fix For: v1.0.0


If no host name is explicitly configured for a POA instance, the acceptor will call InetAddress.getCanonicalHostName() to retrieve a host name.  This forces a connection to be made to the DNS to attempt to resolve the host.  If the machine is disconnected, this causes things to hang until the DNS connection times out.  This should just be using getHostName() rather than forcing the connection to be made. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (YOKO-427) Long startup delay when creating a POA on a disconnected system.

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/YOKO-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed YOKO-427.
-----------------------------

    Resolution: Fixed

> Long startup delay when creating a POA on a disconnected system. 
> -----------------------------------------------------------------
>
>                 Key: YOKO-427
>                 URL: https://issues.apache.org/jira/browse/YOKO-427
>             Project: Yoko - CORBA Server
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: orb core
>    Affects Versions: v1.0.0
>            Reporter: Rick McGuire
>            Assignee: Rick McGuire
>            Priority: Minor
>             Fix For: v1.0.0
>
>
> If no host name is explicitly configured for a POA instance, the acceptor will call InetAddress.getCanonicalHostName() to retrieve a host name.  This forces a connection to be made to the DNS to attempt to resolve the host.  If the machine is disconnected, this causes things to hang until the DNS connection times out.  This should just be using getHostName() rather than forcing the connection to be made. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.