You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/07/31 14:56:04 UTC

[jira] [Created] (NIFI-799) GetTwitter allows buffering of too much data

Mark Payne created NIFI-799:
-------------------------------

             Summary: GetTwitter allows buffering of too much data
                 Key: NIFI-799
                 URL: https://issues.apache.org/jira/browse/NIFI-799
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
            Reporter: Mark Payne
             Fix For: 0.3.0


GetTwitter uses the hosebird client, which takes a BlockingQueue that it can use to put all tweets on. The BlockingQueue currently has a max capacity of 100,000, but on 4 GB of heap that can be problematic by causing OutOfMemoryError. We need to reduce that considerably, to about 10,000 or maybe even 1,000.



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