oldbelvey commented on pull request #279: URL: https://github.com/apache/flume/pull/279#issuecomment-743091624
> Hi @oldbelvey, > > Thank you for this PR! The change looks good, but can you please explain why the change resolves the issue described in the title? Hello bessbd, the oom problem is caused by repeatedly add same value into the list. changing list to set just preventing from adding repeated values. And it is described more specificly at https://issues.apache.org/jira/browse/FLUME-3325 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org