[ https://issues.apache.org/jira/browse/GEODE-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816648#comment-15816648 ]
ASF subversion and git services commented on GEODE-2287: -------------------------------------------------------- Commit 43399189db2a122e0cc17191636a61a1b5ddc094 in geode's branch refs/heads/develop from [~huynhja] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=4339918 ] GEODE-2287: Fixed possible conflation NPE in HARegionQueue during gii > 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 > Assignee: 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)