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

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

pdxcodemonkey merged pull request #758:
URL: https://github.com/apache/geode-native/pull/758


   


----------------------------------------------------------------
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:
[email protected]


> gnmsg isn't parsing correctly if the first message on a thread is from the 
> server 
> ----------------------------------------------------------------------------------
>
>                 Key: GEODE-9008
>                 URL: https://issues.apache.org/jira/browse/GEODE-9008
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Blake Bender
>            Assignee: Blake Bender
>            Priority: Major
>              Labels: pull-request-available
>
> There's a dictionary mapping thread id --> connection, and it is only being 
> populated on a client-to-server message.  Thus, if the first message on a 
> thread in a log file is server-to-client, there will be no dictionary entry 
> for the connection, and the gnmsg state machine breaks.  We need to add the 
> tid entry in the dictionary for the connection when we hit a trace line for 
> receipt of a header from the server.



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

Reply via email to