Description
A broker I was testing ran out of disk space the other day when messages were being written to it because disk usage checks were not set. After restart, the KahaDB index was detected as corrupted but during the recovery a NullPointerException occurred.
The error occurred in MessageDatabase inside recoveryIndex on this line:
sd.locationIndex.remove(tx.keys.location)