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

Steve Loughran resolved HADOOP-18064.
-------------------------------------
    Resolution: Invalid

> replace URL.toString() with URL.toURI().toString()
> --------------------------------------------------
>
>                 Key: HADOOP-18064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18064
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: common, fs/azure
>    Affects Versions: 3.3.1
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Trivial
>
> Some parts of the code, mostly logging and exception messages, call 
> URL.toString().
> They should use URL.toURI().toString() to avoid network IO.
> This is straightforward to do in the explicit and implicit invocations in our 
> code. It will not detect/fix the case where a URL instance is passed as an 
> argument to logger methods. That will have to be out of scope



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to