You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Paulo Neves (Jira)" <ji...@apache.org> on 2020/02/05 10:49:00 UTC

[jira] [Created] (THRIFT-5083) NetStd JSON Protocol left in incorrect state

Paulo Neves created THRIFT-5083:
-----------------------------------

             Summary: NetStd JSON Protocol left in incorrect state 
                 Key: THRIFT-5083
                 URL: https://issues.apache.org/jira/browse/THRIFT-5083
             Project: Thrift
          Issue Type: Bug
            Reporter: Paulo Neves
            Assignee: Paulo Neves


This is the exact same problem as #3743.

When a message writeEnd or readBegin are called the context is not cleaned leading to possible undefined state of the context.

The error was visible for me when i would make 2 RPC calls with the same protocol instance, producing invalid messages like [<message1>],[<message2>]. The comma is a syntax error and invalid JSON and protocol.

Resetting the context as is done for java fixes the issue.



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