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 GitHub Bot (Jira)" <ji...@apache.org> on 2020/07/15 11:07:00 UTC

[jira] [Commented] (GEODE-8344) Deserialization error in multisite conf using CQs and C++ client

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

ASF GitHub Bot commented on GEODE-8344:
---------------------------------------

alb3rtobr opened a new pull request #628:
URL: https://github.com/apache/geode-native/pull/628


   It was observed that when having two sites, with a client connected to each site, there were serialization errors in the clients when handling received events. The cause is that GatewaySenderEventCallbackArgument objects are sent as part of the events, but this class is not known by the C++ client.
   This PR allows the C++ clients to deserialize the class.
   
   Using the same setup with using two java clients, I have observed that the GatewaySenderEventCallbackArgument objects are received and deserialized correctly, but it seems they are not used. This is why this PR is not including any other code related with the GatewaySenderEventCallbackArgument in the C++ clients. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Deserialization error in multisite conf using CQs and C++ client
> ----------------------------------------------------------------
>
>                 Key: GEODE-8344
>                 URL: https://issues.apache.org/jira/browse/GEODE-8344
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Alberto Bustamante Reyes
>            Assignee: Alberto Bustamante Reyes
>            Priority: Major
>
> Im creating this ticket after this conversation in the dev list, so there is more information here: http://markmail.org/thread/u65gmb7zoxlpcqss
> h3. Setup:
> - Two sites
> - CQs configured
> - Using C++ client
> h3. Problem:
> It is observed that while CQ events from local site (the one that the client is connected to) are received, the one originated in remote servers are missing.
> After debugging it was observed there is an error in the logs, trying to deserialize fixedID = -135.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)