You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by GitBox <gi...@apache.org> on 2019/01/17 20:29:29 UTC

[GitHub] clebertsuconic commented on issue #2459: ARTEMIS-2200 NPE while dropping/failing large messages on paging

clebertsuconic commented on issue #2459: ARTEMIS-2200 NPE while dropping/failing large messages on paging
URL: https://github.com/apache/activemq-artemis/pull/2459#issuecomment-455320839
 
 
   The real issue was. JournalImpl was refactored a few years ago to use an executor on IO. the call to appendDelete happened from multiple threads, but the removal only happened at the executor. allowing multiple calls.
   
   I'm adding an additional commit on top of yours while I'm merging this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services