GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/1825
ARTEMIS-1643 Compaction must check against NULL records while replaying
JournalCompactor.UpdateCompactCommand::execute is checking if updateRecord
is null to avoid on replay under huge load that will be thrown AMQ142028.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis npe_compact
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1825.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1825
----
commit 5cbab9b01ae598403ac0294d90d718de0db1d114
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-01-30T17:18:07Z
ARTEMIS-1643 Compaction must check against NULL records while replaying
JournalCompactor.UpdateCompactCommand::execute is checking if updateRecord
is null to avoid on replay under huge load that will be thrown AMQ142028.
----
---