You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Sangmin Yoon (JIRA)" <ji...@apache.org> on 2016/10/21 06:38:59 UTC

[jira] [Updated] (THRIFT-3950) Memory leak while calling oneway method

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

Sangmin Yoon updated THRIFT-3950:
---------------------------------
    Description: 
When you call oneway methods in Node.js, _reqs object bloated.

There is no change to 'delete this._reqs[rseqid];' because no return from server.


  was:
When you call oneway methods in Node.js, _reqs object bloated.

There is no change to 'delete client._reqs[header.rseqid];' because no return from server.



> Memory leak while calling oneway method
> ---------------------------------------
>
>                 Key: THRIFT-3950
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3950
>             Project: Thrift
>          Issue Type: Bug
>          Components: Node.js - Compiler
>    Affects Versions: 0.9.3
>            Reporter: Sangmin Yoon
>
> When you call oneway methods in Node.js, _reqs object bloated.
> There is no change to 'delete this._reqs[rseqid];' because no return from server.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)