[ 
https://issues.apache.org/jira/browse/HADOOP-15264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377371#comment-16377371
 ] 

Steve Loughran commented on HADOOP-15264:
-----------------------------------------

I've got a patch which excludes the JARs; they're only needed 

I'd rather do that than upgrade the AWS SDK to a new one, in case there are 
other surprises. We've been using the 1.11.271 for a few weeks, no NPE stack 
traces, no complaints that we are closing streams in an abort() call, etc. 
Happy.

Patch attached, tested against AWS S3 London; one failure in 
ITestS3GuardToolLocal; trying s3 ireland ann everything is rejected at 400. I 
think something is up with my S3 binding today, as I've been seeing failures 
elsewhere. Assume unrelated.

> AWS "shaded" SDK 1.271 is pulling in netty 4.1.17
> -------------------------------------------------
>
>                 Key: HADOOP-15264
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15264
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.0.0
>            Reporter: Steve Loughran
>            Priority: Blocker
>         Attachments: HADOOP-15264-001.patch
>
>
> The latest versions of the AWS Shaded SDK are declaring a dependency on netty 
> 4.1.17
> {code}
> [INFO] +- org.apache.hadoop:hadoop-aws:jar:3.2.0-SNAPSHOT:compile
> [INFO] |  \- com.amazonaws:aws-java-sdk-bundle:jar:1.11.271:compile
> [INFO] |     +- io.netty:netty-codec-http:jar:4.1.17.Final:compile
> [INFO] |     +- io.netty:netty-codec:jar:4.1.17.Final:compile
> [INFO] |     +- io.netty:netty-handler:jar:4.1.17.Final:compile
> [INFO] |     +- io.netty:netty-buffer:jar:4.1.17.Final:compile
> [INFO] |     +- io.netty:netty-common:jar:4.1.17.Final:compile
> [INFO] |     +- io.netty:netty-transport:jar:4.1.17.Final:compile
> [INFO] |     \- io.netty:netty-resolver:jar:4.1.17.Final:compile
> {code}
> We either exclude these or roll back HADOOP-15040.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to