Commit Graph

1721 Commits

Author SHA1 Message Date
Clebert Suconic 22125bfb93 This closes #413 2016-03-07 15:50:32 -05:00
Ville Skyttä d12743fcde HTML fixes 2016-03-07 15:50:27 -05:00
Clebert Suconic d7fd381379 This closes #412 2016-03-07 15:49:58 -05:00
Ville Skyttä 31404f8a38 Remove redundant null checks 2016-03-07 15:49:50 -05:00
Clebert Suconic 8cbcc809a4 This closes #410 2016-03-03 17:56:12 -05:00
jbertram b23046d5f7 ARTEMIS-385 clean-up factory on timeout
This restores a call to ClientSessionFactory#cleanup that appears to have been
mistakenly removed by a previous change related to this JIRA.
2016-03-03 12:42:20 -06:00
Clebert Suconic d7d494e8f1 This closes #409 2016-03-01 14:02:01 -05:00
Andy Taylor a3962d6d26 ARTEMIS-426 - java.lang.IllegalStateException: AMQ119116: Netty Acceptor unavailable
also related to https://issues.apache.org/jira/browse/ARTEMIS-416

https://issues.apache.org/jira/browse/ARTEMIS-426
2016-03-01 14:17:41 +00:00
Andy Taylor e40a5ead42 This closes #408 ARTEMIS-423 Do not set backup as self 2016-03-01 09:56:21 +00:00
Martyn Taylor 964b145733 ARTEMIS-423 Do not set backup node as self 2016-02-29 16:11:58 +00:00
Clebert Suconic d2539e5161 This closes #407 2016-02-28 22:29:40 -05:00
Ville Skyttä 7c275cdb1a Use generics more 2016-02-28 01:06:59 +02:00
Clebert Suconic e202240ccc This closes #406 2016-02-25 15:14:47 -05:00
jbertram e64ecf5523 ARTEMIS-422 support appendRollbackRecord 2016-02-25 13:31:19 -06:00
jbertram 8196b1ddf0 This closes #404 2016-02-24 12:59:19 -06:00
Clebert Suconic 45aeeb3ba7 Revert "ARTEMIS-359 - test suite fix - IBM JDK 6/7/8 does not allow byteman agent to modify classes."
This is causing issues with running tests on the IDEs

This reverts commit fe9b95ed64.
2016-02-24 13:42:52 -05:00
Clebert Suconic cc6ce3e35d This closes #405 2016-02-24 13:42:28 -05:00
Paul Gallagher 0f3a973299 Update versions of jboss-logging and javax.enterprise-cdi-api 2016-02-24 18:03:24 +00:00
Clebert Suconic b0f6250941 This closes #403 2016-02-24 11:56:14 -05:00
Howard Gao ddf8d8f96e ARTEMIS-421 wrong XA_RETRY XAException error code
returned on crash for 1PC
2016-02-24 22:23:57 +08:00
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