You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Munagala V. Ramanath (JIRA)" <ji...@apache.org> on 2017/03/13 17:47:41 UTC

[jira] [Commented] (APEXCORE-664) Large number of operator requests can overflow client buffers

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

Munagala V. Ramanath commented on APEXCORE-664:
-----------------------------------------------

The data structure to hold requests is a Circular Buffer of hardcoded size 1024 in OperatorContext. This causes an exception in the container code when the number of requests exceeds this number.

> Large number of operator requests can overflow client buffers
> -------------------------------------------------------------
>
>                 Key: APEXCORE-664
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-664
>             Project: Apache Apex Core
>          Issue Type: Bug
>            Reporter: Pramod Immaneni
>            Assignee: Munagala V. Ramanath
>
> There is a limit on the number of operator requests a container can handle in one stram request. However, this limit is not honored by stram, which can send an unbounded number of requests. Stram should handle this correctly and also have an upper bound on number of pending requests.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)