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

Ted Yu commented on HBASE-7835:
-------------------------------

Some test failure was caused by:
{code}
testSequentialEditLogSeqNum(org.apache.hadoop.hbase.regionserver.wal.TestWALReplay)
  Time elapsed: 2.311 sec  <<< ERROR!
java.lang.IllegalArgumentException: Not a host:port pair: hlog.1360728948702
  at org.apache.hadoop.hbase.util.Addressing.parseHostname(Addressing.java:64)
  at org.apache.hadoop.hbase.ServerName.<init>(ServerName.java:108)
  at org.apache.hadoop.hbase.ServerName.parseServerName(ServerName.java:300)
  at 
org.apache.hadoop.hbase.regionserver.wal.HLogUtil.getServerNameFromHLogDirectoryName(HLogUtil.java:259)
  at 
org.apache.hadoop.hbase.regionserver.wal.HLogSplitter.splitLogFile(HLogSplitter.java:472)
  at 
org.apache.hadoop.hbase.regionserver.wal.HLogSplitter.splitLogFile(HLogSplitter.java:407)
  at 
org.apache.hadoop.hbase.regionserver.wal.HLogSplitter.splitLogFile(HLogSplitter.java:427)
  at 
org.apache.hadoop.hbase.regionserver.wal.TestWALReplay.testSequentialEditLogSeqNum(TestWALReplay.java:668)
{code}
Looks like HLogUtil.getServerNameFromHLogDirectoryName() didn't extract 
ServerName correctly.
                
> Implementation of the log splitting without creating intermediate files 
> ------------------------------------------------------------------------
>
>                 Key: HBASE-7835
>                 URL: https://issues.apache.org/jira/browse/HBASE-7835
>             Project: HBase
>          Issue Type: Sub-task
>          Components: regionserver
>            Reporter: Jeffrey Zhong
>            Assignee: Jeffrey Zhong
>             Fix For: 0.96.0
>
>         Attachments: hbase-7006_1.patch
>
>
> The sub task is to check in a separate patch for major implementation for the 
> proposal. 
> More checkins will include a new "replay" command and more metrics support.
> Thanks,
> -Jeffrey 

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