You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/06/04 13:22:27 UTC

[GitHub] [hadoop] elek opened a new pull request #906: HDDS-1641. Csi server fails because transitive Netty dependencies

elek opened a new pull request #906: HDDS-1641. Csi server fails because transitive Netty dependencies
URL: https://github.com/apache/hadoop/pull/906
 
 
   CSI server can't be started because an ClassNotFound exception.
   
   It turned out that with using the new configuration api we got old netty jar files as transitive dependencies. (hdds-configuration depends on hadoop-common, hadoop-commons depends on the word)
   
   We should exclude all the old netty version from the classpath of the CSI server.
   
   See: https://issues.apache.org/jira/browse/HDDS-1641

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org