activemq-artemis/tests
Howard Gao 6177d32774 ARTEMIS-2513 Large message's copy may be interfered by other threads
In LargeMessageImpl.copy(long) it need to open the underlying
file in order to read and copy bytes into the new copied message.
However there is a chance that another thread can come in and close
the file in the middle, making the copy failed
with "channel is null" error.

This is happening in cases where a large message is sent to a jms
topic (multicast address). During delivery it to multiple
subscribers, some consumer is doing delivery and closed the
underlying file after. Some other consumer is rolling back
the messages and eventually move it to DLQ (which will call
the above copy method). So there is a chance this bug being hit on.
2019-10-14 15:59:31 -04:00
..
activemq5-unit-tests [maven-release-plugin] prepare for next development iteration 2019-09-23 11:19:54 -04:00
artemis-test-support [maven-release-plugin] prepare for next development iteration 2019-09-23 11:19:54 -04:00
compatibility-tests [maven-release-plugin] prepare for next development iteration 2019-09-23 11:19:54 -04:00
config ARTEMIS-2273 Adding Audit Log 2019-03-14 12:24:59 -04:00
extra-tests NO-JIRA Bumping extra-tests pom 2019-08-26 10:44:23 -04:00
integration-tests ARTEMIS-2513 Large message's copy may be interfered by other threads 2019-10-14 15:59:31 -04:00
jms-tests [maven-release-plugin] prepare for next development iteration 2019-09-23 11:19:54 -04:00
joram-tests [maven-release-plugin] prepare for next development iteration 2019-09-23 11:19:54 -04:00
karaf-client-integration-tests [maven-release-plugin] prepare for next development iteration 2019-09-23 11:19:54 -04:00
performance-tests [maven-release-plugin] prepare for next development iteration 2019-09-23 11:19:54 -04:00
smoke-tests ARTEMIS-2517 JMX will be shutdown after failback 2019-10-10 14:44:55 -04:00
soak-tests [maven-release-plugin] prepare for next development iteration 2019-09-23 11:19:54 -04:00
stress-tests [maven-release-plugin] prepare for next development iteration 2019-09-23 11:19:54 -04:00
timing-tests [maven-release-plugin] prepare for next development iteration 2019-09-23 11:19:54 -04:00
unit-tests ARTEMIS-2500 Fixing test after test rename 2019-09-23 20:43:54 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2019-09-23 11:19:54 -04:00