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

Ted Yu commented on HBASE-16045:
--------------------------------

{code}
killOneMasterRS(org.apache.hadoop.hbase.replication.multiwal.TestReplicationKillMasterRSCompressedWithMultipleWAL)
  Time elapsed: 30.648 sec  <<< FAILURE!
java.lang.AssertionError: Waited too much time for queueFailover replication. 
Waited 14552ms.
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.hadoop.hbase.replication.TestReplicationKillRS.loadTableAndKillRS(TestReplicationKillRS.java:88)
        at 
org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS.killOneMasterRS(TestReplicationKillMasterRS.java:34)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.lang.Thread.run(Thread.java:745)
{code}
Not related to patch.

> endtime argument for VerifyReplication was incorrectly specified in usage
> -------------------------------------------------------------------------
>
>                 Key: HBASE-16045
>                 URL: https://issues.apache.org/jira/browse/HBASE-16045
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>         Attachments: 16045.v1.txt, 16045.v2.txt, 16045.v3.txt
>
>
> Working on a customer case where the following was given for verifyrep:
> {code}
> --starttime=1456790400000 \ 
> --stoptime=1456876800000
> {code}
> Customer complained that the timestamp of a (sample) row reported as 
> ONLY_IN_PEER_TABLE_ROWS corresponded to time outside the time range.
> The code says:
> {code}
> final String endTimeArgKey = "--endtime=";
> {code}
> It turns out that usage String was wrong:
> {code}
>     System.err.println("Usage: verifyrep [--starttime=X]" +
>         " [--stoptime=Y] [--families=A] <peerid> <tablename>");
> {code}



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

Reply via email to