activemq-artemis/artemis-server
Francesco Nigro 702f445205 ARTEMIS-2200 NPE while dropping/failing large messages on paging
Large messages pendingRecordID is not accessed atomically, leading
to races that would lead to records that cannot been found on the
journal for deletion: it would lead to cause NPE that won't clean
the pending tasks on the current OperationContextImpl.
Adding a cleanup on error of those tasks and avoiding the race
to happen by adding proper synchronization will both enforce
correct clean up when something bad happen and avoid NPE.
2019-01-17 14:35:25 -05:00
..
src ARTEMIS-2200 NPE while dropping/failing large messages on paging 2019-01-17 14:35:25 -05:00
pom.xml ARTEMIS-2121 reload logging config at runtime 2018-10-11 11:28:25 -04:00