Slow topology - Uneven load on Executers in a Storm worker

梦想与她 提交于 2020-01-06 02:33:09

问题


Structure to the problem :

4 node cluster
Bolt 2 - parallelism factor is 8, so 2 executers per worker.

I have notice lag overtime in the storm topology due to high latency in one of the executers.

If you'll notice in the pic, only 1 executer is having slightly more load and significantly high latency. Spout is working great! Any pointer to the possible issues appreciated.

Noting unusual observer in worker/supervisor logs.

The worker JVM has high has huge memory so that is not a issue.

PS: cpu utilisation at the time of issue was >100% cumulative whereas on other nodes it was ~15%. This is already narrowed that it is not a machine specific issue as this behaviour switches from one Executer to other in a cycle of few hours.

来源:https://stackoverflow.com/questions/29314221/slow-topology-uneven-load-on-executers-in-a-storm-worker

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!