Bryan Beaudreault created HBASE-27592:
-----------------------------------------
Summary: Update hadoop netty version for hadoop-2.0 profile
Key: HBASE-27592
URL: https://issues.apache.org/jira/browse/HBASE-27592
Project: HBase
Issue Type: Bug
Reporter: Bryan Beaudreault
In HBASE-27299 we updated our minimum hadoop 2 dependency in branch-2 to
2.10.2, but we left our hadoop.netty.version at 3.6.2.Final. According to
[https://github.com/apache/hadoop/blob/rel/release-2.10.2/hadoop-project/pom.xml#L721,]
the correct version is 3.10.6.Final.
This is causing a NoSuchMethodError in our newly backported TestRemoteRestore
tests. Bumping to 3.10.6.Final locally fixes the tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)