You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/02/28 12:35:33 UTC

[GitHub] [incubator-inlong] EMsnap opened a new issue #2789: [Bug] Agent source use linkedblocking with no size limit which might cause oom

EMsnap opened a new issue #2789:
URL: https://github.com/apache/incubator-inlong/issues/2789


   ### What happened
   
   [Bug] Agent source use linkedblocking with no size limit which might cause oom
   
   ### What you expected to happen
   
   use a queue with fixed size
   
   ### How to reproduce
   
   block the output of agent and produce a lot of data might cause oom
   
   ### Environment
   
   _No response_
   
   ### InLong version
   
   0.12.0
   
   ### InLong Component
   
   InLong Agent
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-inlong] yimaixinchen commented on issue #2789: [Bug] Agent source use linkedblocking with no size limit which might cause oom

Posted by GitBox <gi...@apache.org>.
yimaixinchen commented on issue #2789:
URL: https://github.com/apache/incubator-inlong/issues/2789#issuecomment-1072453637


   use arrayBlockingQueue replacing for linked Blocking Queue?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-inlong] yimaixinchen commented on issue #2789: [Bug] Agent source use linkedblocking with no size limit which might cause oom

Posted by GitBox <gi...@apache.org>.
yimaixinchen commented on issue #2789:
URL: https://github.com/apache/incubator-inlong/issues/2789#issuecomment-1072453637


   use arrayBlockingQueue replacing for linked Blocking Queue?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org