You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Ethan Rose (Jira)" <ji...@apache.org> on 2021/10/20 20:34:11 UTC

[jira] [Updated] (HDDS-1854) Print intuitive error message at client when the pipeline returned by SCM has no datanode

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

Ethan Rose updated HDDS-1854:
-----------------------------
    Target Version/s: 1.3.0  (was: 1.2.0)

I am managing the 1.2.0 release and we currently have more than 600 issues targeted for 1.2.0. I am moving the target field to 1.3.0.

If you are actively working on this jira and believe this should be targeted for the 1.2.0 release, Please reach out to me via Apache email or Slack.

> Print intuitive error message at client when the pipeline returned by SCM has no datanode
> -----------------------------------------------------------------------------------------
>
>                 Key: HDDS-1854
>                 URL: https://issues.apache.org/jira/browse/HDDS-1854
>             Project: Apache Ozone
>          Issue Type: Improvement
>          Components: Ozone Client
>            Reporter: Nandakumar
>            Priority: Major
>              Labels: Triaged
>
> We are throwing {{IllegalArgumentException}} in OzoneClient when the pipeline returned by SCM doesn't have any datanode information. Instead of throwing {{IllegalArgumentException}}, we can throw custom user friendly exception which is easy to understand.
> Existing exception trace:
> {noformat}
> AssertionError: Ozone get Key failed with output=[java.lang.IllegalArgumentException
>        	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:72)
>        	at org.apache.hadoop.hdds.scm.XceiverClientManager.acquireClient(XceiverClientManager.java:150)
>        	at org.apache.hadoop.hdds.scm.XceiverClientManager.acquireClientForReadData(XceiverClientManager.java:143)
>        	at org.apache.hadoop.hdds.scm.storage.BlockInputStream.getChunkInfos(BlockInputStream.java:154)
>        	at org.apache.hadoop.hdds.scm.storage.BlockInputStream.initialize(BlockInputStream.java:118)
>        	at org.apache.hadoop.hdds.scm.storage.BlockInputStream.read(BlockInputStream.java:222)
>        	at org.apache.hadoop.ozone.client.io.KeyInputStream.read(KeyInputStream.java:171)
>        	at org.apache.hadoop.ozone.client.io.OzoneInputStream.read(OzoneInputStream.java:47)
>        	at java.base/java.io.InputStream.read(InputStream.java:205)
>        	at org.apache.hadoop.io.IOUtils.copyBytes(IOUtils.java:94)
>        	at org.apache.hadoop.ozone.web.ozShell.keys.GetKeyHandler.call(GetKeyHandler.java:98)
>        	at org.apache.hadoop.ozone.web.ozShell.keys.GetKeyHandler.call(GetKeyHandler.java:48)
>        	at picocli.CommandLine.execute(CommandLine.java:1173)
>        	at picocli.CommandLine.access$800(CommandLine.java:141)
>        	at picocli.CommandLine$RunLast.handle(CommandLine.java:1367)
>        	at picocli.CommandLine$RunLast.handle(CommandLine.java:1335)
>        	at picocli.CommandLine$AbstractParseResultHandler.handleParseResult(CommandLine.java:1243)
>        	at picocli.CommandLine.parseWithHandlers(CommandLine.java:1526)
>        	at picocli.CommandLine.parseWithHandler(CommandLine.java:1465)
>        	at org.apache.hadoop.hdds.cli.GenericCli.execute(GenericCli.java:65)
>        	at org.apache.hadoop.ozone.web.ozShell.OzoneShell.execute(OzoneShell.java:60)
>        	at org.apache.hadoop.hdds.cli.GenericCli.run(GenericCli.java:56)
>        	at org.apache.hadoop.ozone.web.ozShell.OzoneShell.main(OzoneShell.java:53)]
> {noformat}



--
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