PDavid commented on code in PR #8453:
URL: https://github.com/apache/hbase/pull/8453#discussion_r3559497505
##########
pom.xml:
##########
@@ -1876,6 +1875,25 @@
<type>pom</type>
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-all</artifactId>
+ <version>${netty4.version}</version>
Review Comment:
Just a few questions:
- Aren't netty-resolver-dns is brought in by the hadoop dependencies?
- Can it cause issues in HBase if we exclude netty-resolver-dns from Hadoop
dependencies?
- Wouldn't be better solution to update the Netty version in Hadoop itself
instead of excluding netty-resolver-dns here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]