You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Mukul Kumar Singh (Jira)" <ji...@apache.org> on 2021/07/28 14:42:00 UTC

[jira] [Resolved] (HDDS-5423) Robot test should print the entire exception stack trace.

     [ https://issues.apache.org/jira/browse/HDDS-5423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mukul Kumar Singh resolved HDDS-5423.
-------------------------------------
    Resolution: Not A Problem

Thanks [~adoroszlai] for the comment, resolving this.

> Robot test should print the entire exception stack trace.
> ---------------------------------------------------------
>
>                 Key: HDDS-5423
>                 URL: https://issues.apache.org/jira/browse/HDDS-5423
>             Project: Apache Ozone
>          Issue Type: Bug
>            Reporter: Mukul Kumar Singh
>            Assignee: Mukul Kumar Singh
>            Priority: Major
>              Labels: pull-request-available
>
> Noticed exception stack trace getting truncated with a note like " [ Message content over the limit has been removed. ]".
> For example :-
> {code}
> Exception in thread "main" java.lang.NoClassDefFoundError: com/google/protobuf/ServiceException
> 	at org.apache.hadoop.ozone.om.protocolPB.Hadoop3OmTransport.submitRequest(Hadoop3OmTransport.java:95)
> 	at org.apache.hadoop.ozone.om.protocolPB.OzoneManagerProtocolClientSideTranslatorPB.submitRequest(OzoneManagerProtocolClientSideTranslatorPB.java:222)
> 	at org.apache.hadoop.ozone.om.protocolPB.OzoneManagerProtocolClientSideTranslatorPB.getServiceInfo(OzoneManagerProtocolClientSideTranslatorPB.java:1099)
> 	at org.apache.hadoop.ozone.client.rpc.RpcClient.<init>(RpcClient.java:192)
> 	at org.apache.hadoop.ozone.client.OzoneClientFactory.getClientProtocol(OzoneClientFactory.java:246)
> 	at org.apache.hadoop.ozone.client.OzoneClientFactory.getClientProtocol(OzoneClientFactory.java:229)
> 	at org.apache.hadoop.ozone.client.OzoneClientFactory.getRpcClient(OzoneClientFactory.java:92)
> 	at org.apache.hadoop.ozone.shell.OzoneAddress.createRpcClientFromHostPort(OzoneAddress.java:107)
> 	at org.apache.hadoop.ozone.shell.OzoneAddress.createClient(OzoneAddress.java:148)
> 	at org.apache.hadoop.ozone.shell.Handler.createClient(Handler.java:104)
>     [ Message content over the limit has been removed. ]
> 	at picocli.CommandLine$AbstractParseResultHandler.handleParseResult(CommandLine.java:2152)
> 	at picocli.CommandLine.parseWithHandlers(CommandLine.java:2530)
> 	at picocli.CommandLine.parseWithHandler(CommandLine.java:2465)
> 	at org.apache.hadoop.hdds.cli.GenericCli.execute(GenericCli.java:96)
> 	at org.apache.hadoop.ozone.shell.OzoneShell.lambda$execute$0(OzoneShell.java:55)
> 	at org.apache.hadoop.hdds.tracing.TracingUtil.executeInNewSpan(TracingUtil.java:159)
> 	at org.apache.hadoop.ozone.shell.OzoneShell.execute(OzoneShell.java:53)
> 	at org.apache.hadoop.hdds.cli.GenericCli.run(GenericCli.java:87)
> 	at org.apache.hadoop.ozone.shell.OzoneShell.main(OzoneShell.java:47)
> Caused by: java.lang.ClassNotFoundException: com.google.protobuf.ServiceException
> 	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
> 	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
> 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
> 	... 26 more' does not contain 'Client cannot authenticate via'
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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