You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Sergiy Matusevych (Jira)" <ji...@apache.org> on 2020/01/27 10:19:00 UTC

[jira] [Created] (REEF-2059) Upgrade netty from 4.0 to 4.1

Sergiy Matusevych created REEF-2059:
---------------------------------------

             Summary: Upgrade netty from 4.0 to 4.1
                 Key: REEF-2059
                 URL: https://issues.apache.org/jira/browse/REEF-2059
             Project: REEF
          Issue Type: Sub-task
          Components: REEF Bridge, Wake
         Environment: 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)
            Reporter: Sergiy Matusevych


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:

{code}
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>
 {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)