[ https://issues.apache.org/jira/browse/FLINK-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16241412#comment-16241412 ]
ASF GitHub Bot commented on FLINK-7856: --------------------------------------- Github user zjureel commented on the issue: https://github.com/apache/flink/pull/4893 @tillrohrmann Thank you for you suggestions, and I think move these things to the `JobMaster` would be good. I think this issue could be fixed as follows: 1. Add `CompletableFuture<JobVertexBackPressureInfo> requestVertexBackPressure(JobID jobId, JobVertexID vertexID, @RpcTimeout Time timeout);` method in `RestfulGateway` and `JobMasterGateway`. 2. Add `BackPressureStatsTracker` to `JobMaster,` and return `JobVertexBackPressureInfo` in method `requestVertexBackPressure` 3. Use `LegacyRestHandlerAdapter` in `DispatcherRestEndpoint` for `JobVertexBackPressureHandler` What do you think? thanks > Port JobVertexBackPressureHandler to REST endpoint > -------------------------------------------------- > > Key: FLINK-7856 > URL: https://issues.apache.org/jira/browse/FLINK-7856 > Project: Flink > Issue Type: Sub-task > Components: Distributed Coordination, REST, Webfrontend > Reporter: Fang Yong > Assignee: Fang Yong > > Port JobVertexBackPressureHandler to REST endpoint -- This message was sent by Atlassian JIRA (v6.4.14#64029)