提交 69589fa9 编写于 作者: J Jonathan 提交者: Robert Metzger

Fixed Bug Flink-978

https://issues.apache.org/jira/browse/FLINK-978

Author: Jonathan <Jonathan@Hasenburg.de>

Closes #46 from JonathanH5/fixWebI and squashes the following commits:

13a7d41 [Jonathan] Fixed Bug Flink-978
上级 47239b28
......@@ -318,7 +318,7 @@ public final class ManagementVertex extends ManagementAttachment implements IORe
json.append("\"vertexid\": \"" + this.getID() + "\",");
json.append("\"vertexname\": \"" + StringUtils.escapeHtml(this.toString()) + "\",");
json.append("\"vertexstatus\": \"" + this.getExecutionState() + "\",");
json.append("\"vertexinstancename\": \"" + this.getInstanceName() + "\",");
json.append("\"vertexinstancename\": \"" + this.getInstanceName() + "\"");
json.append("}");
return json.toString();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册