This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit dbc7dca61921fdb2523c5fafdb25a14f1a934eb5 Merge: 85f26ce 576e01d Author: Clebert Suconic <[email protected]> AuthorDate: Mon Apr 20 13:41:41 2020 -0400 This closes #3091 .../apache/activemq/artemis/utils/RetryMethod.java | 27 ++++++ .../apache/activemq/artemis/utils/RetryRule.java | 96 ++++++++++++++++++++++ .../core/postoffice/impl/DuplicateIDCacheImpl.java | 4 +- .../core/remoting/impl/netty/NettyAcceptor.java | 8 +- pom.xml | 11 ++- .../integration/amqp/JMSNonDestructiveTest.java | 2 +- .../integration/client/ConsumerWindowSizeTest.java | 6 +- .../integration/cluster/bridge/BridgeTestBase.java | 6 ++ .../cluster/distribution/ClusterTestBase.java | 74 +++++++++-------- .../distribution/ClusteredGroupingTest.java | 5 ++ .../integration/cluster/failover/FailoverTest.java | 21 +++-- ...loverTest.java => FileLockNodeManagerTest.java} | 33 ++++++-- .../cluster/failover/NettyFailoverTest.java | 25 ++---- .../cluster/failover/QuorumFailOverTest.java | 7 ++ .../cluster/failover/QuorumResultWaitTest.java | 7 ++ ...atedMultipleServerFailoverExtraBackupsTest.java | 7 ++ .../failover/ReplicatedPagedFailoverTest.java | 20 +++++ .../tests/integration/jms/RedeployTest.java | 13 +-- .../paging/PageCountSyncOnNonTXTest.java | 5 ++ .../tests/integration/paging/PagingTest.java | 7 ++ .../tests/integration/remoting/ReconnectTest.java | 16 +++- .../integration/server/ScaleDownRemoveSFTest.java | 5 ++ .../artemis/tests/integration/stomp/StompTest.java | 29 +++---- .../tests/integration/stomp/StompTestBase.java | 5 ++ .../tests/integration/xa/SessionFailureXATest.java | 5 ++ .../resources/reload-queue-routingtype-updated.xml | 1 + .../test/resources/reload-queue-routingtype.xml | 1 + .../smoke/replicationflow/SoakPagingTest.java | 5 ++ 28 files changed, 348 insertions(+), 103 deletions(-)
