Jason Huynh created GEODE-2287:
----------------------------------
Summary: Possible NPE in HARegionQueue during gii with conflation
Key: GEODE-2287
URL: https://issues.apache.org/jira/browse/GEODE-2287
Project: Geode
Issue Type: Bug
Components: client queues
Reporter: Jason Huynh
There is a chance that a conflated value causes in NPE during gii for ha region
queue.
The following line should probably have a check to make sure val is not null.
if (val.getEventId() != null) { // bug #44959 null event ID caused NPE
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)