You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/05/30 14:07:41 UTC

[GitHub] peng-yongsheng opened a new issue #1291: [Collector] Crash down by OutOfMemoryError exception.

peng-yongsheng opened a new issue #1291: [Collector] Crash down by OutOfMemoryError exception.
URL: https://github.com/apache/incubator-skywalking/issues/1291
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [X] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Bug
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   
   Aggregate workers and persistence workers own two cache collections. One of the their use to cache the data merged by streaming data. The other one is waiting to export aggregated when persistence timer scanning. But if persistence speed can not catch streaming speed, the cache collection's size will increased too large. Collector will crash down when all the workers cached huge data.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services