[ https://issues.apache.org/jira/browse/FLINK-5134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15926455#comment-15926455 ]
ASF GitHub Bot commented on FLINK-5134: --------------------------------------- Github user zhijiangW commented on the issue: https://github.com/apache/flink/pull/3455 @StephanEwen , I fixed the iteration tests to make it stable yesterday, and I think it may be related with the static incremental id in `StreamTransformation`, especially for multi tests to be executed in different sequences. And I took another way to check and verify all the `JobVertex`s from generated `JobGraph`. The CI build finished just now and I found there are two failures. The first one is because of timeout, and the second one is for flink-dist module and seems unrelated with my pull request. [https://s3.amazonaws.com/archive.travis-ci.org/jobs/211029086/log.txt](https://s3.amazonaws.com/archive.travis-ci.org/jobs/211029086/log.txt) Wish your check and reviews, thank you ! > Aggregate ResourceSpec for chained operators when generating job graph > ---------------------------------------------------------------------- > > Key: FLINK-5134 > URL: https://issues.apache.org/jira/browse/FLINK-5134 > Project: Flink > Issue Type: Sub-task > Components: DataStream API > Reporter: zhijiang > Assignee: zhijiang > > This is a part of fine-grained resource configuration in flip-6. > In *JobGraph* generation, each *JobVertex* may contain a series of chained > operators, and the resource of *JobVertex* should be aggregation of > individual resource in chained operators. > For memory resource in *JobVertex*, the aggregation is the sum formula for > chained operators, and for cpu cores resource, the aggregation is the maximum > formula for chained operators. -- This message was sent by Atlassian JIRA (v6.3.15#6346)