Till Rohrmann created FLINK-16635: ------------------------------------- Summary: Incompatible okio dependency in flink-metrics-influxdb module Key: FLINK-16635 URL: https://issues.apache.org/jira/browse/FLINK-16635 Project: Flink Issue Type: Bug Components: Runtime / Metrics Affects Versions: 1.10.0 Reporter: Till Rohrmann Fix For: 1.10.1, 1.11.0
With FLINK-12147 we bumped {{influxdb-java}} from version {{2.14}} to {{2.16}}. At the same time we fix the okio dependency to version {{1.14.0}}. Since {{influxdb-java}} transitive dependency {{converter-moshi:jar:2.6.1}} requires {{moshi:jar:1.8.0}} which requires {{okio:jar:1.16.0}}, the influxdb metric reporter fails as described [here|https://stackoverflow.com/q/60667654/4815083]. We should fix this incompatibility by removing the dependency management entry for okio. -- This message was sent by Atlassian Jira (v8.3.4#803005)