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)