You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/02/15 22:28:00 UTC

[jira] [Commented] (GEODE-6391) Event IDs must be included in the PartitioneRegion messages

    [ https://issues.apache.org/jira/browse/GEODE-6391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16769803#comment-16769803 ] 

ASF subversion and git services commented on GEODE-6391:
--------------------------------------------------------

Commit b7da1f57abbde2ded2b6bbcb2459e269a9c5477a in geode's branch refs/heads/develop from Nabarun Nag
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=b7da1f5 ]

GEODE-6391: Adding the event ID to the messages (#3184)

        * Event id is included in the DestroyPartitionedRegionMessage and InvalidatePartitionedRegionMessage
	* This is to prevent the NPE
	* The NPE occurs when server tries to notify the clients after receiving the message
	* While getting the thread id and sequence id it ends up with an NPE and event id is null.

> Event IDs must be included in the PartitioneRegion messages
> -----------------------------------------------------------
>
>                 Key: GEODE-6391
>                 URL: https://issues.apache.org/jira/browse/GEODE-6391
>             Project: Geode
>          Issue Type: Bug
>          Components: client/server
>            Reporter: nabarun
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> EventID must be included in the DestroyPartitionedRegionMessage and InvalidatePartitionedRegionMessage as when these messages are received by the server which needs to notify the clients ends up with a NPE while calling notifyBridgeClients.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)