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

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

     [ https://issues.apache.org/jira/browse/THRIFT-5083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer updated THRIFT-5083:
-------------------------------
    Component/s: netstd - Library

> NetStd JSON Protocol left in incorrect state 
> ---------------------------------------------
>
>                 Key: THRIFT-5083
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5083
>             Project: Thrift
>          Issue Type: Bug
>          Components: netstd - Library
>            Reporter: Paulo Neves
>            Assignee: Paulo Neves
>            Priority: Critical
>             Fix For: 0.14.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)