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.