[ 
https://issues.apache.org/jira/browse/IGNITE-9382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594356#comment-16594356
 ] 

Toru Yabuki commented on IGNITE-9382:
-------------------------------------

Event 'data' of Net.Socket is called multiple times when data comes in more 
than one chunk.
It occurs when handling a large data (eg. 2896+ bytes in my test)
But now, it works only at first chunk.
I think we should collect all the data, and then process it.

This is my patch.
https://github.com/apache/ignite/pull/4629

> Node.js fails to process large payloads
> ---------------------------------------
>
>                 Key: IGNITE-9382
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9382
>             Project: Ignite
>          Issue Type: Bug
>          Components: thin client
>            Reporter: Roman Shtykh
>            Assignee: Toru Yabuki
>            Priority: Major
>
> Looks like finalizing response is done too early.
> This can be easily checked with an SQL _limit_ 1 and _limit 100_.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to