Github user EronWright commented on a diff in the pull request:
https://github.com/apache/flink/pull/5307#discussion_r162462667
--- 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 --
My number one concern is the impact of updating the Fenzo dependency.
You're taking a conservative approach here, which is probably wise. But I
also have an aversion to `.0` releases. Can we compromise and use `0.10.1`?
Meanwhile I am reviewing the Fenzo changelog.
---