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

Jagadesh Kiran N commented on HDFS-9675:
----------------------------------------

[~ajisakaa] ,{code} String ioem = e.getLocalizedMessage() {code} should workout 
for ioem.startWith , Please review 

> BlockSender incorrectly output error logs with non-English locale
> -----------------------------------------------------------------
>
>                 Key: HDFS-9675
>                 URL: https://issues.apache.org/jira/browse/HDFS-9675
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: datanode
>            Reporter: Akira Ajisaka
>            Assignee: Jagadesh Kiran N
>              Labels: i18n
>
> If the locale is non-English, the following code does not work.
> {code:title=BlockSender.java}
>         String ioem = e.getMessage();
>         if (!ioem.startsWith("Broken pipe") && !ioem.startsWith("Connection 
> reset")) {
>           LOG.error("BlockSender.sendChunks() exception: ", e);
>         }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to