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 2021/01/26 18:15:00 UTC

[jira] [Commented] (GEODE-8871) Parse server replies to PUT and CONTAINS_KEY messages in gnmsg

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

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

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


   Server REPLY and RESPONSE messages can come back in response to a number of different client messages, and the contents of the server message differ based on the original request.  This introduces a bit of global state so that the server message parser can see what the last client message was for this thread, and parse the response accordingly.  Out of necessity, the first two responses parsed are the REPLY to a PUT and the RESPONSE to CONTAINS_KEY.
   
   @mreddington @dihardman @davebarnes97 @karensmolermiller 


----------------------------------------------------------------
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


> Parse server replies to PUT and CONTAINS_KEY messages in gnmsg
> --------------------------------------------------------------
>
>                 Key: GEODE-8871
>                 URL: https://issues.apache.org/jira/browse/GEODE-8871
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Blake Bender
>            Assignee: Blake Bender
>            Priority: Major
>
> As a developer, I would like to be able to see information returned from the server in response to common message for debugging purposes.   PUT and CONTAINS_KEY messages are a decent place to start, and correspond to certain flavors of REPLY and RESPONSE server messages, respectively.  Seeing the information in these server messages may be helpful in gnmsg output.



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