[ https://issues.apache.org/jira/browse/FLINK-8368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16319778#comment-16319778 ]
ASF GitHub Bot commented on FLINK-8368: --------------------------------------- GitHub user ifndef-SleePy opened a pull request: https://github.com/apache/flink/pull/5270 [FLINK-8368] [REST] Migrate SubtaskExecutionAttemptDetailsHandler to new a REST handler ## What is the purpose of the change * Migrate `org.apache.flink.runtime.rest.handler.legacy.SubtaskExecutionAttemptDetailsHandler` to flip-6 `WebMonitorEndpoint`. ## Brief change log * Make some abstraction about `JobVertexHandler` and `SubtaskAttemptHandler`. * Add `SubtaskExecutionAttemptDetailsHandler` in flip-6 REST framework. * Rename inner class `JobVertexMetrics` to public class `IOMetricsInfo`, make it more reusable. ## Verifying this change * This change added unit tests. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (no) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no) - The serializers: (no) - The runtime per-record code paths (performance sensitive): (no) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no) - The S3 file system connector: (no) ## Documentation - Does this pull request introduce a new feature? (no) - If yes, how is the feature documented? (not applicable) You can merge this pull request into a Git repository by running: $ git pull https://github.com/alibaba/flink FLINK-8368 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5270.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5270 ---- commit 29182f04255f77288e207aef9e7015862d3e9a8c Author: biao.liub <biao.liub@...> Date: 2018-01-10T06:25:07Z [FLINK-8368] Migrate org.apache.flink.runtime.rest.handler.legacy.SubtaskExecutionAttemptDetailsHandler to new a REST handler that registered in WebMonitorEndpoint ---- > Port SubtaskExecutionAttemptDetailsHandler to new REST endpoint > --------------------------------------------------------------- > > Key: FLINK-8368 > URL: https://issues.apache.org/jira/browse/FLINK-8368 > Project: Flink > Issue Type: Sub-task > Components: REST > Reporter: Biao Liu > Assignee: Biao Liu > Labels: flip-6 > Fix For: 1.5.0 > > > Migrate > org.apache.flink.runtime.rest.handler.legacy.SubtaskExecutionAttemptDetailsHandler > to new a REST handler that registered in WebMonitorEndpoint. -- This message was sent by Atlassian JIRA (v6.4.14#64029)