ejb@glassfish.java.net

Re: question about GMS-related messages in EJB container

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Wed, 22 Apr 2009 16:55:16 -0700

Hi Dies,

These are just guesses...

Dies Koper wrote:
> Hi,
>
> I have a question about the following GMS related messages logged by the
> EJB container:
>
> Got Planned Shutdown Notification[1]. + "shutdownNodeID: " +
> signal.getMemberToken()
> and
> Got Planned Shutdown Notification. + "shutdownNodeID: " +
> signal.getMemberToken()
>
> Are these debug messages that were accidentally logged as INFO messages?

Probably.

> What does the '[1]' mean in the first message?

May be a way to distinguish it from the second?

Regards,
-marina
>
> The messages are logged in
> com.sun.ejb.ee.timer.lifecycle.EJBTimerPlannedShutdownActionImpl#consumeSignal:
>
> [...]
> _logger.log(Level.INFO, "Got Planned Shutdown Notification[1]. "
> + "shutdownNodeID: " + signal.getMemberToken());
> PlannedShutdownSignal psSignal = (PlannedShutdownSignal) signal;
> GMSConstants.shutdownType shutdownType = psSignal.getEventSubType();
> if (shutdownType == GMSConstants.shutdownType.INSTANCE_SHUTDOWN) {
> _logger.log(Level.INFO, "Got Planned Shutdown Notification. "
> + "shutdownNodeID: " + signal.getMemberToken());
> [...]
>
> Thanks,
> Dies
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ejb-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: ejb-help_at_glassfish.dev.java.net
>