提交 8c8f1c45 编写于 作者: S Stephan Ewen

[hotfix] [streaming] Tasks print subtask in log statements

上级 ef58cf30
......@@ -379,7 +379,7 @@ public abstract class StreamTask<OUT, Operator extends StreamOperator<OUT>>
* @return The name of the task.
*/
public String getName() {
return getEnvironment().getTaskInfo().getTaskName();
return getEnvironment().getTaskInfo().getTaskNameWithSubtasks();
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册