[GitHub] flink issue #5825: [FLINK-9040][local runtime] check maxParallelism in JobVe...

2018-04-17 Thread sihuazhou
Github user sihuazhou commented on the issue: https://github.com/apache/flink/pull/5825 closing this cause I think this maybe a no-issue. ---

[GitHub] flink issue #5825: [FLINK-9040][local runtime] check maxParallelism in JobVe...

2018-04-08 Thread sihuazhou
Github user sihuazhou commented on the issue: https://github.com/apache/flink/pull/5825 I only fix the javadoc for `JobVertex#setMaxParallelism()`, because if we validate `maxParallism` in that function we will break some current code, and I'am not sure whether these code also need

[GitHub] flink issue #5825: [FLINK-9040][local runtime] check maxParallelism in JobVe...

2018-04-07 Thread sihuazhou
Github user sihuazhou commented on the issue: https://github.com/apache/flink/pull/5825 CC: @zentol ---