activemq-artemis/tests
Clebert Suconic 8078dd098c ARTEMIS-4171 Messages leaking thorugh AMQP Delivery
there are two leaks here:

* QueueImpl::delivery might create a new iterator if a delivery happens right after a consumer was removed, and that iterator might belog to a consumer that was already closed
             as a result of that, the iterator may leak messages and hold references until a reboot is done. I have seen scenarios where messages would not be dleivered because of this.

* ProtonTransaction holding references: the last transaction might hold messages in the memory longer than expected. In tests I have performed the messages were accumulating in memory. and I cleared it here.
2023-02-28 14:36:32 -05:00
..
activemq5-unit-tests [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00
artemis-test-support [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00
compatibility-tests [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00
config ARTEMIS-4020: switch to using SLF4J API for logging, use Log4J 2 as impl for broker distribution and tests 2022-09-28 14:01:54 -04:00
e2e-tests [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00
integration-tests ARTEMIS-4172 sending large msg via core skips plugins & audit log 2023-02-16 13:34:29 -08:00
jms-tests [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00
joram-tests [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00
karaf-client-integration-tests [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00
karaf-server-integration-tests [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00
leak-tests ARTEMIS-4171 Messages leaking thorugh AMQP Delivery 2023-02-28 14:36:32 -05:00
performance-jmh [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00
performance-tests [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00
security-resources ARTEMIS-3365 Add broker balancers 2021-08-06 08:33:21 -04:00
smoke-tests ARTEMIS-4172 sending large msg via core skips plugins & audit log 2023-02-16 13:34:29 -08:00
soak-tests ARTEMIS-4155 Fixing deadlock on LargeMessage conversion and retention 2023-02-06 09:27:18 -05:00
stress-tests [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00
timing-tests [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00
unit-tests ARTEMIS-4175 JournalFileImpl Leaking 2023-02-28 13:54:03 -05:00
pom.xml ARTEMIS-4161 AMQP and OpenWire leaking leaking objects in certain conditions 2023-02-16 12:10:54 -08:00