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

stack commented on HBASE-9041:
------------------------------

Is it supposed to do this in the test [~mbertozzi]?

{code}
2013-07-25 06:54:13,314 WARN  [Thread-3129] 
snapshot.TestFlushSnapshotFromClient(504): Got an exception when checking for 
snapshot ss3
org.apache.hadoop.hbase.exceptions.UnknownSnapshotException: 
org.apache.hadoop.hbase.exceptions.UnknownSnapshotException: Snapshot { ss=ss3 
table=test2 type=FLUSH } is not currently running or one of the known completed 
snapshots.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at 
org.apache.hadoop.ipc.RemoteException.instantiateException(RemoteException.java:95)
        at 
org.apache.hadoop.ipc.RemoteException.unwrapRemoteException(RemoteException.java:79)
        at 
org.apache.hadoop.hbase.protobuf.ProtobufUtil.getRemoteException(ProtobufUtil.java:232)
        at 
org.apache.hadoop.hbase.client.HBaseAdmin.executeCallable(HBaseAdmin.java:2701)
        at 
org.apache.hadoop.hbase.client.HBaseAdmin.execute(HBaseAdmin.java:2670)
        at 
org.apache.hadoop.hbase.client.HBaseAdmin.isSnapshotFinished(HBaseAdmin.java:2364)
        at 
org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient.testConcurrentSnapshottingAttempts(TestFlushSnapshotFromClient.java:500)

{code}

And on yesterday's fail, you think it for same reason -- overloaded?

This test came in w/ HBASE-7321.  I could bother [[email protected]]?
                
> TestFlushSnapshotFromClient.testConcurrentSnapshottingAttempts fails
> --------------------------------------------------------------------
>
>                 Key: HBASE-9041
>                 URL: https://issues.apache.org/jira/browse/HBASE-9041
>             Project: HBase
>          Issue Type: Bug
>          Components: snapshots, test
>            Reporter: stack
>            Assignee: Matteo Bertozzi
>             Fix For: 0.95.2
>
>
> Assigning Matteo to take a look (give back to me if you don't have time boss).
> Failed here: 
> https://builds.apache.org/job/HBase-TRUNK/4293/testReport/org.apache.hadoop.hbase.snapshot/TestFlushSnapshotFromClient/testConcurrentSnapshottingAttempts/
> Yesterday, it failed in a different place and for different reason: 
> https://builds.apache.org/view/H-L/view/HBase/job/hbase-0.95/352/testReport/junit/org.apache.hadoop.hbase.snapshot/TestFlushSnapshotFromClient/testFlushTableSnapshot/
> The latter test fail was noted on tail of HBASE-8984.  There I speculate that 
> its the 'load' of 400.  I don't think the load reporting is correct.  Will 
> dig in on that.

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