You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2007/07/27 19:35:18 UTC

[jira] Commented: (GERONIMO-2737) Server shutdown time has increased significantly because of ActiveMQ v4

    [ https://issues.apache.org/jira/browse/GERONIMO-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516063 ] 

Donald Woods commented on GERONIMO-2737:
----------------------------------------

The stomp and tcp connectors are still taking 5 secs. each to shutdown -

13:31:33,046 DEBUG [GBeanInstanceState] GBeanInstanceState for: org.apache.geronimo.configs/rmi-naming/2.0-SNAPSHOT/car?configurationName=org.apache.geronimo.configs/rmi-naming/2.0-SNAPSHOT/car State changed from running to stopping
13:31:33,046 DEBUG [GBeanInstanceState] GBeanInstanceState for: org.apache.geronimo.configs/rmi-naming/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/rmi-naming/2.0-SNAPSHOT/car,j2eeType=GBean,name=MBeanServerReference State changed from running to stopping
13:31:33,062 DEBUG [GBeanInstanceState] GBeanInstanceState for: org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car,j2eeType=JMSServer,name=ActiveMQ State changed from running to stopping
13:31:33,062 DEBUG [GBeanInstanceState] GBeanInstanceState for: org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car,j2eeType=JMSConnector,name=ActiveMQ.stomp.default State changed from running to stopping
13:31:37,812 INFO  [TransportConnector] Connector stomp://0.0.0.0:61613 Stopped
13:31:37,812 DEBUG [GBeanInstanceState] GBeanInstanceState for: org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car,j2eeType=JMSConnector,name=ActiveMQ.stomp.default State changed from stopping to stopped
13:31:37,812 DEBUG [GBeanInstanceState] GBeanInstanceState for: org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car,j2eeType=JMSConnector,name=ActiveMQ.tcp.default State changed from running to stopping
13:31:42,875 INFO  [TransportConnector] Connector tcp://0.0.0.0:61616 Stopped
13:31:49,671 DEBUG [GBeanInstanceState] GBeanInstanceState for: org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car,j2eeType=JMSConnector,name=ActiveMQ.tcp.default State changed from stopping to stopped
13:31:49,687 INFO  [BrokerService] ActiveMQ Message Broker (localhost, ID:drwoods-4618-1185557336031-1:0) is shutting down
13:31:49,687 INFO  [TransportConnector] Connector stomp://0.0.0.0:61613 Stopped
13:31:49,687 INFO  [TransportConnector] Connector tcp://0.0.0.0:61616 Stopped
13:31:49,687 DEBUG [JournalPersistenceAdapter] Waking for checkpoint to complete.
13:31:49,687 DEBUG [JournalPersistenceAdapter] Checkpoint started.
13:31:49,687 DEBUG [JournalPersistenceAdapter] Checkpoint done.
13:31:49,718 INFO  [BrokerService] ActiveMQ JMS Message Broker (localhost, ID:drwoods-4618-1185557336031-1:0) stopped


> Server shutdown time has increased significantly because of ActiveMQ v4
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-2737
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2737
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ, startup/shutdown
>    Affects Versions: 2.0-M2
>         Environment: Tomcat6 JEE5 assembly from 2.0 trunk Rev496565 on Core Duo system w/ WinXP and logging set to DEBUG level
>            Reporter: Donald Woods
>             Fix For: 2.0
>
>
> Server shutdowns (either Ctrl+C or with shutdown script) is taking a lot longer in 2.0 than it did in 1.1.1.
> The ActiveMQ.stomp.default and ActiveMQ.tcp.default gbeans are taking 11 secs. to shutdown, while everything else only takes 5 secs.  -
> 15:13:29,921 DEBUG [BasicKernel] Starting kernel shutdown
> . . .
> 15:13:30,390 DEBUG [GBeanInstanceState] GBeanInstanceState for: org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car,j2eeType=JMSServer,name=ActiveMQ State changed from running to stopping
> 15:13:30,390 DEBUG [GBeanInstanceState] GBeanInstanceState for: org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car,j2eeType=JMSConnector,name=ActiveMQ.stomp.default State changed from running to stopping
> 15:13:36,093 DEBUG [GBeanInstanceState] GBeanInstanceState for: org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car,j2eeType=JMSConnector,name=ActiveMQ.stomp.default State changed from stopping to stopped
> 15:13:36,093 DEBUG [GBeanInstanceState] GBeanInstanceState for: org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car,j2eeType=JMSConnector,name=ActiveMQ.tcp.default State changed from running to stopping
> 15:13:41,125 DEBUG [GBeanInstanceState] GBeanInstanceState for: org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/activemq-broker/2.0-SNAPSHOT/car,j2eeType=JMSConnector,name=ActiveMQ.tcp.default State changed from stopping to stopped
> . . .
> 15:13:46,265 DEBUG [BasicKernel] Kernel shutdown complete

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