Parth Chandra created DRILL-998:
-----------------------------------
Summary: Limit amount of memory used by drill C++ client API
Key: DRILL-998
URL: https://issues.apache.org/jira/browse/DRILL-998
Project: Apache Drill
Issue Type: Bug
Components: Client - C++
Reporter: Parth Chandra
Assignee: Parth Chandra
Fix For: 1.0.0-BETA1
The C++ client API buffers the data that it gets back from the server and holds
it until it the application has consumed it. If the application is unable to
(or does not) consume the data as fast as the server is sending it back, the
client API will buffer all the data, eventually running out of memory.
The client API should limit the amount of data it buffers and block on
receiving data until the application consumes the data.
--
This message was sent by Atlassian JIRA
(v6.2#6252)