提交 e7dfa289 编写于 作者: M MaBiao 提交者: zentol

[FLINK-4076] BoltWrapper calls super.dispose()

This closes #2111
上级 93c61c09
......@@ -292,6 +292,7 @@ public class BoltWrapper<IN, OUT> extends AbstractStreamOperator<OUT> implements
@Override
public void dispose() {
super.dispose();
this.bolt.cleanup();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册