Github user eastcirclek commented on a diff in the pull request:
https://github.com/apache/flink/pull/5307#discussion_r162517263
--- Diff: flink-mesos/pom.xml ---
@@ -88,7 +88,7 @@ under the License.
<dependency>
<groupId>com.netflix.fenzo</groupId>
<artifactId>fenzo-core</artifactId>
- <version>0.9.3</version>
+ <version>0.10.0</version>
--- End diff --
0.10.1 works:
* It passes all tests under flink-mesos (do you think it is enough to run
tests under flink-mesos for the verification of Fenzo upgrade?)
* I tested the scenario above in my test environment (less than and more
than available GPUs)
I'm going to test 1.0.1 after the current running of CI is done.
---