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

Hiroshi Ikeda updated HBASE-7128:
---------------------------------

    Attachment: HBASE-7128.patch

Added a patch.

This also breaks dependency from Bytes to HConstants in order to avoid 
confusion caused by their mutual calls in their initialization.
                
> Reduced annoying catch clauses of UnsupportedEncodingException that is never 
> thrown because of UTF-8
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-7128
>                 URL: https://issues.apache.org/jira/browse/HBASE-7128
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Hiroshi Ikeda
>            Priority: Trivial
>         Attachments: HBASE-7128.patch
>
>
> There are some codes that catch UnsupportedEncodingException, and log or 
> ignore it because Java always supports UTF-8 (see the javadoc of Charset).
> The catch clauses are annoying, and they should be replaced by methods of 
> Bytes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to