Blake Bender created GEODE-9008:
-----------------------------------
Summary: 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
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)