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/09/23 20:06:00 UTC

[jira] [Commented] (GEODE-8524) Add support for KEY_SET and GET_ALL_70 messages to gnmsg

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

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

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


   Found a log file this morning from an app that was calling `getKeys()` and `getAll()`, and discovered these message that hadn't yet been added to the parser.
   
   @alb3rtobr @mreddington @davebarnes97 @karensmolermiller @dihardman


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


> Add support for KEY_SET and GET_ALL_70 messages to gnmsg
> --------------------------------------------------------
>
>                 Key: GEODE-8524
>                 URL: https://issues.apache.org/jira/browse/GEODE-8524
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Blake Bender
>            Assignee: Blake Bender
>            Priority: Major
>
> As a user of the gnmsg parsing tool, I would like to see data for as many messages as possible in my log dumps.   Currently the tool does not parse either the `KEY_SET` message which is sent as a result of a region `serverKeys()` call, or the `GET_ALL_70` message sent by the `getAll()` API.  We need to add the basics of parsing these messages (objects/parts of messages), and perhaps add decoding of some/all of the data later.



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