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 "Aaron Fabbri (JIRA)" <ji...@apache.org> on 2018/01/31 00:54:00 UTC

[jira] [Commented] (HADOOP-15040) Upgrade AWS SDK: NPE bug spams logs w/ Yarn Log Aggregation

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

Aaron Fabbri commented on HADOOP-15040:
---------------------------------------

Doing some testing with latest SDK 1.11.271 today.  Looking through AWS SDK [change log|https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md], only notice one change that might affect us when we upgrade from current version (1.11.199):

- doesBucketExist() is now deprecated and there is a new V2 method that does not assume 403 forbidden implies the bucket exists (it does not). [link|https://github.com/aws/aws-sdk-java/issues/1256]



> Upgrade AWS SDK: NPE bug spams logs w/ Yarn Log Aggregation
> -----------------------------------------------------------
>
>                 Key: HADOOP-15040
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15040
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/s3
>    Affects Versions: 3.0.0-beta1
>            Reporter: Aaron Fabbri
>            Assignee: Aaron Fabbri
>            Priority: Major
>
> My colleagues working with Yarn log aggregation found that they were getting this message spammed in their logs when they used an s3a:// URI for logs (yarn.nodemanager.remote-app-log-dir):
> {noformat}
> getting attribute Region of com.amazonaws.management:type=AwsSdkMetrics threw an exception
> javax.management.RuntimeMBeanException: java.lang.NullPointerException
> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:839)
> 	at 
> <snip>
> Caused by: java.lang.NullPointerException
> 	at com.amazonaws.metrics.AwsSdkMetrics.getRegion(AwsSdkMetrics.java:729)
> 	at com.amazonaws.metrics.MetricAdmin.getRegion(MetricAdmin.java:67)
> 	at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
> 	at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> {noformat}
> This happens even though the aws sdk cloudwatch metrics reporting was disabled (default), which is a bug. 
> I filed a [github issue|https://github.com/aws/aws-sdk-java/issues/1375|] and it looks like a fix should be coming around SDK release 1.11.229 or so.  



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

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