tillrohrmann commented on a change in pull request #9555: [FLINK-13868][REST]
Job vertex add taskmanager id in rest api
URL: https://github.com/apache/flink/pull/9555#discussion_r320184496
##########
File path: flink-runtime-web/src/test/resources/rest_api_v1.snapshot
##########
@@ -1628,7 +1628,7 @@
"type" : "array",
"items" : {
"type" : "object",
- "id" :
"urn:jsonschema:org:apache:flink:runtime:rest:messages:JobVertexDetailsInfo:VertexTaskDetail",
+ "id" :
"urn:jsonschema:org:apache:flink:runtime:rest:messages:job:SubtaskExecutionAttemptDetailsInfo",
Review comment:
Is this a backwards compatible change @zentol? If not, then I guess my
reccommendation to replace `VertexTaskDetail` with
`SubtaskExecutionAttemptDetailsInfo` was wrong and would need to be reverted.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services