You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2013/11/28 19:10:35 UTC

[jira] [Created] (HBASE-10057) TestRestoreFlushSnapshotFromClient and TestRestoreSnapshotFromClient fail to finish occasionally

Lars Hofhansl created HBASE-10057:
-------------------------------------

             Summary: TestRestoreFlushSnapshotFromClient and TestRestoreSnapshotFromClient fail to finish occasionally
                 Key: HBASE-10057
                 URL: https://issues.apache.org/jira/browse/HBASE-10057
             Project: HBase
          Issue Type: Bug
            Reporter: Lars Hofhansl


Looking at the test code I see
{code}
HTable table = new HTable(...)
try {
   ... test code ...
} finally {
  table.close();
}
{code}

The try-finally, while well meaning seems to hide the actual failure.
I'll just remove that.



--
This message was sent by Atlassian JIRA
(v6.1#6144)