You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Abdullah Alamoudi (JIRA)" <ji...@apache.org> on 2017/08/11 04:10:00 UTC

[jira] [Created] (ASTERIXDB-2033) Http server tries to write large chunks to direct buffers

Abdullah Alamoudi created ASTERIXDB-2033:
--------------------------------------------

             Summary: Http server tries to write large chunks to direct buffers
                 Key: ASTERIXDB-2033
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2033
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: OTH - Other
            Reporter: Abdullah Alamoudi
            Assignee: Abdullah Alamoudi


The Http server chunked output stream writes response in chunks and relies on writability of channels to perform flow control.

When chunks are large, flow control is broken and this could lead to overflow of direct buffer allocation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)