vthinkxie commented on a change in pull request #10238: [FLINK-8949] Add 
dedicated watermarks metric retrieval endpoint
URL: https://github.com/apache/flink/pull/10238#discussion_r351963949
 
 

 ##########
 File path: 
flink-runtime-web/web-dashboard/src/app/pages/job/overview/job-overview.component.ts
 ##########
 @@ -66,28 +65,10 @@ export class JobOverviewComponent implements OnInit, 
OnDestroy {
   mergeWithWatermarks(nodes: NodesItemCorrectInterface[]): 
Observable<NodesItemCorrectInterface[]> {
     return forkJoin(
       nodes.map(node => {
-        const listOfMetricId = [];
         let lowWatermark = NaN;
 
 Review comment:
   ```suggestion
   ```
   lowWatermark is no longer needed here

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to