[
https://issues.apache.org/jira/browse/GEODE-9008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Blake Bender closed GEODE-9008.
-------------------------------
> 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)