You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by GitBox <gi...@apache.org> on 2020/12/11 09:46:55 UTC

[GitHub] [flume] oldbelvey commented on pull request #279: FLUME-3325 fixed TaildirSource oom issue

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:
users@infra.apache.org