admin@glassfish.java.net

Re: Should UnknownHostException in synchronization cause instance to not come up?

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Mon, 11 Oct 2010 16:11:16 -0700

The real answer is that I didn't evaluate all possible exceptions to
determine which ones should be considered transient failures.

Do you think UnknownHostException is more likely a transient error?


Joe Di Pol wrote on 10/11/10 03:52 PM:
>
> While looking into a different problem I noticed that
> if an instance gets an UnknownHostException while attempting
> to synchronize with the DAS it does not come up. If it
> gets a ConnectionException (like when the DAS is down) it
> does come up.
>
> Is there a reason why the former case does not behave like the later?
> Is it because we think UnknownHostException is more likely
> to be a configuration error than a transient name service problem?
>
> Joe
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>