Created 06-27-2016 08:02 PM
Hi
We are hitting the below Storm Run Time errors as below:
Created 06-27-2016 10:00 PM
This is what I am giving for worker.childopts! Please correct if you see something weird.
Created 06-27-2016 09:40 PM
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.
Created 06-27-2016 10:00 PM
This is what I am giving for worker.childopts! Please correct if you see something weird.
Created 06-27-2016 10:44 PM
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.
Created 06-28-2016 12:10 AM
Alright @milind pandit will try it. Thanks!
Created 06-29-2016 09:11 PM
Are you able to try it out?
Created 06-27-2016 10:04 PM
I see topology.max.spout.pending