Commit Graph

2051 Commits

Author SHA1 Message Date
jbertram 4da4f3734d This closes #402 2016-02-23 14:22:43 -06:00
Clebert Suconic 6bdfe95f66 ARTEMIS-350 small improvement on the writable logic 2016-02-23 15:04:49 -05:00
jbertram 5abf5d3fca This closes #401 2016-02-23 13:36:45 -06:00
Clebert Suconic c4760488e3 fixing regression caused by #397 2016-02-23 14:22:51 -05:00
Clebert Suconic 89aafa44bb This closes #400 2016-02-23 14:17:14 -05:00
jbertram 2fcd474bb3 ARTEMIS-350 fix for potential race
It's possible for the latch used for flow control here to get out of sync. In
other words, multiple count-downs can occur between count-ups so that the latch
always has a count > 0. When this situation arises then every single packet
sent to the replica is delayed by 5 seconds.

The solution here essentially is to eliminate the latch completely and use a
condition/wait/notify pattern.
2016-02-23 12:56:45 -06:00
Clebert Suconic 2a639cbd86 This closes #399 2016-02-22 10:47:14 -05:00
Andy Taylor f6ea511b8a ARTEMIS-416 - Netty Acceptor allows transfer of connections when paused
Throw an exception if the acceptor is paused or not started

https://issues.apache.org/jira/browse/ARTEMIS-416
2016-02-22 10:47:13 -05:00
Clebert Suconic 8c6f45b919 This closes #398 2016-02-22 10:32:24 -05:00
Erich Duda a4c4f811eb ARTEMIS-415 - [Artemis Testsuite] NettyPagingSendTest#testPagingDoesNotDuplicateBatchMessages 2016-02-22 10:32:24 -05:00
Clebert Suconic 51d033adec This closes #397 2016-02-22 10:28:41 -05:00
Ville Skyttä aa3f3bd6a7 Use try-with-resources more 2016-02-21 12:09:43 +02:00
Clebert Suconic f9aca6c667 This closes #396 2016-02-19 13:36:19 -05:00
Erich Duda 4557f713f5 ARTEMIS-414 - [Artemis Testsuite] TemporaryQueueClusterTest#testClusteredQueue fails 2016-02-19 13:32:54 -05:00
jbertram 509a5a0898 This closes #395 2016-02-19 10:05:39 -06:00
Clebert Suconic a275dda89c ARTEMIS-404 fixing space issues on scripts
https://issues.apache.org/jira/browse/ARTEMIS-404
2016-02-18 18:18:34 -05:00
Clebert Suconic d22bed0676 This closes #392 2016-02-18 11:21:12 -05:00
jbertram e762f823d1 ARTEMIS-391 log WARN on cxn limit 2016-02-18 10:19:59 -06:00
jbertram 42b20ebf51 This closes #393 2016-02-18 10:14:27 -06:00
Clebert Suconic 02afdbbb12 Upgrade proton to 0.12 2016-02-18 10:14:26 -06:00
Clebert Suconic 9ebc6786b6 ARTEMIS-401 Refactoring Acceptors and ProtocolManager to support parameters
https://issues.apache.org/jira/browse/ARTEMIS-401
2016-02-18 10:14:26 -06:00
Clebert Suconic 418ef0141f This closes #394 test fix 2016-02-18 11:09:33 -05:00
Erich Duda 81d57361e8 ARTEMIS-403 - [Artemis Testsuite] AlmostLargeAsynchronousFailoverTest#testTransactional fails 2016-02-18 14:45:24 +01:00
Clebert Suconic c7ac564465 This closes #391 2016-02-16 17:19:45 -05:00
jbertram c7a044e1a4 ARTEMIS-399 support 'clientId' activation prop 2016-02-16 17:19:45 -05:00
clebert suconic 4c9f31c13d This closes #388 2016-02-16 11:56:01 -05:00
gautric 3986f0a517 Add Name tag for several POM files 2016-02-16 11:56:01 -05:00
clebert suconic b815212ec6 This closes #389 2016-02-16 11:54:59 -05:00
Erich Duda 53987a99da ARTEMIS-396 - [Artemis Testsuite] ReceiveTest#testReceiveImmediate fails 2016-02-16 11:54:59 -05:00
clebert suconic 8432a3dd8a This closes #390 2016-02-16 11:52:36 -05:00
Andy Taylor 7702a0a1f9 ARTEMIS-398 - AMQP protocol idle timeout issue
added functionality to tick every n seconds where n is 1/2 the idle timeout

https://issues.apache.org/jira/browse/ARTEMIS-398
2016-02-16 11:24:09 +00:00
Clebert Suconic 7d9cafe4b0 This closes #387 2016-02-11 12:26:57 -05:00
Paul Gallagher 5696027b18 Upgrade jboss-logmanager version 2016-02-11 16:44:56 +00:00
Clebert Suconic 66085ae7fe This closes #386 2016-02-10 16:35:55 -05:00
Erich Duda ce906c8420 ARTEMIS-287 - [Artemis Testsuite] PagingTest#testDeleteQueueRestart fails on slower machines 2016-02-10 16:45:30 +01:00
Clebert Suconic ece5d81e3d ARTEMIS-388 fixing testsuite
(the socket.bind not being closed was preventing other tests to run successfully)
2016-02-09 18:59:47 -05:00
Clebert Suconic 5399717176 This closes #385 2016-02-09 15:49:32 -05:00
Clebert Suconic 60b828083d Fixing testsuite's dependency on Derby 2016-02-09 15:00:39 -05:00
Clebert Suconic 7d5651eb79 This closes #384 2016-02-09 14:24:51 -05:00
jbertram dffe93152b ARTEMIS-395 auto-delete only if setting is true 2016-02-09 14:24:51 -05:00
Clebert Suconic 37addeaf76 This closes #381 listener on activation failures 2016-02-09 14:24:07 -05:00
jbertram 94dc2976ef ARTEMIS-388 listen for activation failures 2016-02-09 14:24:07 -05:00
Clebert Suconic 1f371ad004 This closes #382 2016-02-09 11:08:35 -05:00
kurobako b8dd0219a3 eliminated NPE possibility in QueueImpl class 2016-02-09 11:08:35 -05:00
Andy Taylor e0f5cb6eee This closes #383 Added back Timer intialization 2016-02-09 13:59:29 +00:00
Martyn Taylor 470daad22e Added back Timer intialization 2016-02-09 13:39:25 +00:00
Clebert Suconic fffd81f80c This closes #379 2016-02-08 16:59:14 -05:00
Erich Duda 82eca32ba4 ARTEMIS-364 - [Artemis Testsuite] PagingTest#testPagingDifferentSizes fails 2016-02-08 16:59:13 -05:00
Clebert Suconic aefdeb23a5 This closes #375 2016-02-08 16:58:46 -05:00
Paul Gallagher 6e7f3db8a5 Update the resteasy version 2016-02-08 16:58:46 -05:00