[
https://issues.apache.org/jira/browse/GEODE-8902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277504#comment-17277504
]
ASF subversion and git services commented on GEODE-8902:
--------------------------------------------------------
Commit bddc86b7364e17430a0aee491941f2a5148c39a9 in geode-native's branch
refs/heads/develop from Blake Bender
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=bddc86b ]
GEODE-8902: parse server destroy reply in gnmsg (#739)
* Parse REPLY from server for DESTROY message
- Reading flags, version tag, and entry not found parts
- still need to decode "bytes" part
* Parse remaining ("OkBytes") part of message
- one byte, value 0, should be all we find here
- comment in server code says this is here to "make old single-hop code
happy"
> Parse RESPONSE message from server for DESTROY request in gnmsg
> ---------------------------------------------------------------
>
> Key: GEODE-8902
> URL: https://issues.apache.org/jira/browse/GEODE-8902
> Project: Geode
> Issue Type: Improvement
> Components: native client
> Reporter: Blake Bender
> Assignee: Blake Bender
> Priority: Major
> Labels: pull-request-available
>
> Server sends RESPONSE message for a number of different client messages.
> DESTROY is one of these, and we would like to see the data sent, for
> debugging purposes, so we'll add this to gnmsg.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)