Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reproducible on Ubuntu 19.10 with OpenJDK-8 and Netty 4.1.42.Final
Fork from https://github.com/motus/reef/tree/REEF-2057 to get the updated code (with unit tests failing)
Description
We need to update REEF dependencies to be in sync with Hadoop, Spark, and our own REEF gRPC bridge. For that, we have to upgrade Netty from 4.0.23.Final used in Wake, to 4.1.42.Final. Using the new version (or any other Netty 4.1) causes unit test failures in Wake. Two tests fail with Netty 4.1:
org.apache.reef.wake.test.remote.RemoteManagerTest.testRemoteManagerConnectionRetryTest:137 expected:<2> but was:<0> org.apache.reef.wake.test.remote. RemoteManagerTest.testRemoteManagerConnectionRetryWithMultipleSenderTest:171 expected:<10> but was:<0>