alibaba / jstorm

Enterprise Stream Process Engine
http://jstorm.io
Apache License 2.0
3.92k stars 1.8k forks source link

InterruptedException null #557

Open penuel-leo opened 7 years ago

penuel-leo commented 7 years ago

当数据量多的时候,worker频繁报

ERROR (DisruptorQueueImpl.java:247) - InterruptedException null

然后worker就down掉了,完全不理解为什么会报这个

longdafeng commented 7 years ago

一般只有杀掉任务或 task 已经出错了,worker即将shutdown的时候会出现这个问题。

你确定是在这个错误之前没有异常吗?

yatian commented 6 years ago

也遇到类似问题,异常如下: [ERROR 2018-03-26 14:24:19 b.s.u.DisruptorQueueImpl:247 Bolt:4-TransferRunnable-0] InterruptedException null