Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Storm Run time issues

Contributor

Hi

We are hitting the below Storm Run Time errors as below:

1 ACCEPTED SOLUTION

Contributor

@milind pandit

This is what I am giving for worker.childopts! Please correct if you see something weird.

View solution in original post

6 REPLIES 6

Mostly it sounds like your upstream spouts/bolts are outpacing your downstream bolts. Try throttling your spouts with topology.max.spout.pending settings and try to increase the topology’s parallelism. Also based on your JVM profiling find out if you are GC’ing too much which can cause tuples failures. Try increasing JVM heal size (-xmx) that is allocated for each worker. You may have to use explicit G1 garbage collector. This may have negative impact as GC pause may take longer for larger heaps.

Contributor

@milind pandit

This is what I am giving for worker.childopts! Please correct if you see something weird.

I do see lot of conflicting GC arguments. Can you please try with Xmx 2048 only and remove all the exlicit GC arguments first. Then you need to tune the topology.max.spout.pending parameter with some trial and error to find the correct value.

Contributor

Alright @milind pandit will try it. Thanks!

Are you able to try it out?

Contributor

@milind pandit

I see topology.max.spout.pending

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.