[
https://issues.apache.org/jira/browse/HBASE-7723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569221#comment-13569221
]
Ted Yu commented on HBASE-7723:
-------------------------------
Looking at 0.94 patch:
{code}
+ * it exists, it removes it and returns the String representation of
remaining relative path.
{code}
'it removes' -> 'this method removes'
{code}
+ * @return String representation of a path.
{code}
'a path' -> 'remaining relative path'
{code}
+ else return path.toString().substring(root.toString().length() + 1);//
remove the "/" too.
{code}
nit: 'else' can be omitted.
> Remove NN URI from ZK splitlogs.
> --------------------------------
>
> Key: HBASE-7723
> URL: https://issues.apache.org/jira/browse/HBASE-7723
> Project: HBase
> Issue Type: Bug
> Components: hadoop2, master
> Affects Versions: 0.92.0
> Reporter: Kevin Odell
> Assignee: Himanshu Vashishtha
> Attachments: HBASE-7723-94.patch, HBASE-7723-94-v2.patch,
> HBASE-7723-94-v3.patch, HBASE-7723-trunk-v1.patch
>
>
> When moving to HDFS HA or removing HA we end up changing the NN namespace.
> This can cause the HMaster not to start up fully due to trying to split
> phantom HLogs pointing to the wrong FS - java.lang.IllegalArgumentException:
> Wrong FS: error messages. The HLogs in question might not even be on HDFS
> anymore. You have to go in a manually clear out the ZK splitlogs directory
> to get HBase to properly boot up.
--
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