Tick Tuple not functioning in apache storm 0.9.4

不问归期 提交于 2019-12-25 03:34:03

问题


I have recently migrated storm version from 0.8.2 to 0.9.4. In 0.8.2 I had implemented tick tuple functionality in a bolt in my code.

When I used to run the topology it used to trigger periodic activity after the time specified in tickfrequency seconds (configured in getComponentConfiguration method).

But the same piece of code is not running in apache storm version 0.9.4. The code inside if block in execute method is never getting executed because isTickTuple method is always returning false.

The other functionalities are working perfectly in apache storm 0.9.4 but tick tuple is not functioning as expected. Can you help?

来源:https://stackoverflow.com/questions/31157555/tick-tuple-not-functioning-in-apache-storm-0-9-4

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