Re: java.lang.OutOfMemoryError

2017-07-23 Thread sam mohel
highly likely that you forgot to remove the references to the > instances after usage. > > Hope this helps. > > Li Wang > > Sent from my iPhone > > > On 24 Jul 2017, at 08:49, sam mohel wrote: > > > > I got this error after submitted the topology > >

Re: java.lang.OutOfMemoryError

2017-07-23 Thread Li Wang
after usage. Hope this helps. Li Wang Sent from my iPhone > On 24 Jul 2017, at 08:49, sam mohel wrote: > > I got this error after submitted the topology > java.lang.OutOfMemoryError: Java heap space at > cern.colt.matrix.impl.DenseDoubleMatrix1D.(Unk

java.lang.OutOfMemoryError

2017-07-23 Thread sam mohel
I got this error after submitted the topology java.lang.OutOfMemoryError: Java heap space at cern.colt.matrix.impl.DenseDoubleMatrix1D.(Unknown Source) at trident.state.BucketsDB.updateRandomVectors(BucketsDB.java:126) at trident.state.q this error appeared after 8 hours from getting results How

Re: 答复: java.lang.OutOfMemoryError: Direct buffer memory

2015-12-17 Thread ght230
Hi John : Thank you for your advises. I will check it. ght230 发件人: John Fang 发送时间: 2015-12-18 10:12 收件人: dev@storm.apache.org 抄送: 'user' 主题: 答复: Re: java.lang.OutOfMemoryError: Direct buffer memory You can add -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateS

答复: Re: java.lang.OutOfMemoryError: Direct buffer memory

2015-12-17 Thread John Fang
eck jstack files of nimbus and supervisor. -邮件原件- 发件人: ght230 [mailto:ght...@163.com] 发送时间: 2015年12月18日 9:24 收件人: dev 抄送: user 主题: Re: Re: java.lang.OutOfMemoryError: Direct buffer memory Hi I have checked supervisor log and nimbus log, it seems nothing abnormal. ght230 From: Manu

Re: Re: java.lang.OutOfMemoryError: Direct buffer memory

2015-12-17 Thread ght230
Hi I have checked supervisor log and nimbus log, it seems nothing abnormal. ght230 From: Manu Zhang Date: 2015-12-18 08:27 To: dev CC: user Subject: Re: java.lang.OutOfMemoryError: Direct buffer memory It could be other issues that trigger these netty connection problems and finally OOM

Re: java.lang.OutOfMemoryError: Direct buffer memory

2015-12-17 Thread Manu Zhang
gt; 1. Netty reconnect so many time. > 2. direct memory continuously growing. and finally throw > java.lang.OutOfMemoryError. > > following is the unexpected information: > > 2015-12-15T21:30:18.546+0800 b.s.d.executor [INFO] Activating spout > emitSpout:(1) > 2015-12-15T21

java.lang.OutOfMemoryError: Direct buffer memory

2015-12-16 Thread ght230
Hi : I ran a simple wordcount topology on storm0.9.6, found 2 abnormal behaviors 1. Netty reconnect so many time. 2. direct memory continuously growing. and finally throw java.lang.OutOfMemoryError. following is the unexpected information: 2015-12-15T21:30:18.546+0800 b.s.d.executor [INFO

[jira] [Updated] (STORM-662) java.lang.OutOfMemoryError: Direct buffer memory

2015-10-04 Thread Rick Kellogg (JIRA)
[ https://issues.apache.org/jira/browse/STORM-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Kellogg updated STORM-662: --- Component/s: storm-core > java.lang.OutOfMemoryError: Direct buffer mem

[jira] [Created] (STORM-662) java.lang.OutOfMemoryError: Direct buffer memory

2015-02-08 Thread Adrian Seungjin Lee (JIRA)
Adrian Seungjin Lee created STORM-662: - Summary: java.lang.OutOfMemoryError: Direct buffer memory Key: STORM-662 URL: https://issues.apache.org/jira/browse/STORM-662 Project: Apache Storm