You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by Bamboo <ba...@logicblaze.com> on 2007/07/30 16:03:56 UTC

[Bamboo] Apache ActiveMQ - trunk branch build 148 has FAILED (3 tests failed, no failures were new). Change made by Rob Davies and Hiram Chirino

The project Apache ActiveMQ - trunk branch has the following 2 changes by 2 authors:

*Rob Davies* made the following changes at 08:01 PM, 29 July 2007

Comment:
Fix for http://issues.apache.org/activemq/browse/AMQ-1080

> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/memory/MemoryTopicSub.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/amq/RecoveryListenerAdapter.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/cursors/QueueStorePrefetch.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadaptor/KahaMessageStore.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadaptor/KahaReferenceStore.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/Topic.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/adapter/DefaultJDBCAdapter.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/ManagedRegionBroker.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/Queue.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadaptor/KahaTopicMessageStore.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/JDBCTopicMessageStore.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/memory/MemoryMessageStore.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/JDBCMessageStore.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/JDBCMessageRecoveryListener.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadaptor/KahaTopicReferenceStore.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/cursors/TopicStorePrefetch.java (560783)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/MessageRecoveryListener.java (560783)
*Hiram Chirino* made the following changes at 06:34 AM, 30 July 2007

Comment:
Serveral changes needed to Fix https://issues.apache.org/activemq/browse/AMQ-1349
 - The vm:// transport was delivering events to the listener before start() was called.  Also clean it up a little by consolidating
   the use of the prePeerSetQueue and messageQueue field.
 - the tcp:// .stop() method now blocks until the thread that calls out to the listener is shutdown.
 - TransportConnection was not doing a good job synchronizing when multiple concurrent conenctions to the same connection Id was established.
   IllegalStateExceptions were common when a failover connection reconnected.  Now we make sure that only 1 connection with a given connectionId
   is activley operating in the broker.  Also removed 1 un-needed hash lookup by replacing the brokerConnectionStates Map with the 
   connectionState variable.
    
Also added a pause in the JmsTempDestinationTest to avoid intermitent failures.

> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/ConnectionState.java (560872)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/TransportConnection.java (560872)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/ConnectionContext.java (560872)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/ManagedTransportConnection.java (560872)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsTempDestinationTest.java (560872)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/vm/VMTransport.java (560872)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/RegionBroker.java (560872)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/tcp/TcpTransport.java (560872)

        

---------------------------------------------------------------------------------------

The build has 3 failed tests and 1742 successful tests.

Click http://bamboo.logicblaze.com:8085/browse/AMQ-DEF-148 to find out more.

Thanks,

Bamboo