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/12/26 04:01:02 UTC

[Bamboo] Apache ActiveMQ - NightSite build 241 has FAILED. Change made by Rob Davies and Hiram Chirino

The project Apache ActiveMQ - NightSite has the following 14 changes by 2 authors:

*Rob Davies* made the following changes at 05:56 PM, 21 December 2007

Comment:
don't wait for ever for worker to stop

> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/failover/ReconnectTest.java (606260)
*Rob Davies* made the following changes at 09:42 AM, 24 December 2007

Comment:
multiple paths try to re-start the broker with vm:// trapnsport -
changed URI to tcp://

> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/ReliableReconnectTest.java (606682)
*Rob Davies* made the following changes at 08:14 PM, 16 December 2007

Comment:
Fix for https://issues.apache.org/activemq/browse/AMQ-1518
take minimum threads to task factory to 0

> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/thread/TaskRunnerFactory.java (604689)
*Rob Davies* made the following changes at 08:16 PM, 16 December 2007

Comment:
update performance tests

> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/AMQStoreDurableTopicTest.java (604691)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/SimpleNetworkTest.java (604691)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/KahaDurableTopicTest.java (604691)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/SimpleQueueTest.java (604691)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/SimpleDurableTopicNetworkTest.java (604691)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/SimpleTopicTest.java (604691)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/JournalKahaDurableTopicTest.java (604691)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/QueueConnectionMemoryTest.java (604691)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/SlowConsumerTopicTest.java (604691)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/KahaQueueTest.java (604691)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/AMQStoreQueueTest.java (604691)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/JournalKahaQueueTest.java (604691)
*Rob Davies* made the following changes at 08:40 PM, 16 December 2007

Comment:
Fix for https://issues.apache.org/activemq/browse/AMQ-1521

> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/network/DemandForwardingBridgeSupport.java (604700)
*Rob Davies* made the following changes at 11:49 AM, 19 December 2007

Comment:
ConnectionClosed exceptions being thrown in a regular connection close
removed the isClosing() check before sending async

> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java (605518)
*Rob Davies* made the following changes at 07:50 PM, 19 December 2007

Comment:
close socket in a separate thread and only await stopLatch 
for 2 seconds - as it close could be called by InactivityMonitor

> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/tcp/TcpTransport.java (605671)
*Rob Davies* made the following changes at 09:09 PM, 19 December 2007

Comment:
Fix for https://issues.apache.org/activemq/browse/AMQ-1525

> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/SimpleTopicTest.java (605698)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/thread/SchedulerTimerTask.java (605698)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/InactivityMonitor.java (605698)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/thread/Scheduler.java (605698)
*Rob Davies* made the following changes at 02:29 PM, 20 December 2007

Comment:
Fix for https://issues.apache.org/activemq/browse/AMQ-1528

> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/kaha/impl/index/hash/HashIndex.java (605940)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/AbstractSubscription.java (605940)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/kaha/impl/index/hash/HashPageInfo.java (605940)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/kaha/impl/index/hash/HashBin.java (605940)
*Rob Davies* made the following changes at 02:35 PM, 20 December 2007

Comment:
Fix for https://issues.apache.org/activemq/browse/AMQ-1524

> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java (605943)
*Hiram Chirino* made the following changes at 02:37 PM, 20 December 2007

Comment:
Applied Dejan's patch on AMQ-1272 with some small tweaks.

> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompConnection.java (605944)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/stomp/ProtocolConverter.java (605944)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompTest.java (605944)
*Hiram Chirino* made the following changes at 04:23 PM, 20 December 2007

Comment:
Updated version number now that 5.0.0 is out the door

> /activemq/trunk/activemq-optional/pom.xml (605972)
> /activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml (605972)
> /activemq/trunk/activemq-jaas/pom.xml (605972)
> /activemq/trunk/activemq-web/pom.xml (605972)
> /activemq/trunk/activemq-fileserver/pom.xml (605972)
> /activemq/trunk/activemq-tooling/maven-activemq-memtest-plugin/pom.xml (605972)
> /activemq/trunk/activemq-web-demo/pom.xml (605972)
> /activemq/trunk/activemq-all/pom.xml (605972)
> /activemq/trunk/activemq-test-atomikos/pom.xml (605972)
> /activemq/trunk/activemq-systest/pom.xml (605972)
> /activemq/trunk/activemq-xmpp/pom.xml (605972)
> /activemq/trunk/activemq-repository-builder/pom.xml (605972)
> /activemq/trunk/activemq-openwire-generator/pom.xml (605972)
> /activemq/trunk/pom.xml (605972)
> /activemq/trunk/activemq-rar/pom.xml (605972)
> /activemq/trunk/activemq-tooling/pom.xml (605972)
> /activemq/trunk/activemq-console/pom.xml (605972)
> /activemq/trunk/activemq-jpa-store/pom.xml (605972)
> /activemq/trunk/activemq-web-console/pom.xml (605972)
> /activemq/trunk/activemq-book/pom.xml (605972)
> /activemq/trunk/activemq-tooling/maven-activemq-plugin/pom.xml (605972)
> /activemq/trunk/activemq-perftest/pom.xml (605972)
> /activemq/trunk/assembly/pom.xml (605972)
> /activemq/trunk/activemq-core/pom.xml (605972)
> /activemq/trunk/activemq-ra/pom.xml (605972)
*Rob Davies* made the following changes at 08:42 PM, 20 December 2007

Comment:
Fix for https://issues.apache.org/activemq/browse/AMQ-1528

> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/kaha/impl/index/hash/HashBin.java (606022)
*Rob Davies* made the following changes at 04:45 PM, 21 December 2007

Comment:
Only wait 1 second for connections to stop. When killing a stale 
connection - if stop doesn't complete - it hangs the broker.

> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/TransportConnection.java (606241)

        

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

No tests were executed.

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

Thanks,

Bamboo