Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-10057

TestRestoreFlushSnapshotFromClient and TestRestoreSnapshotFromClient fail to finish occasionally

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.98.0, 0.94.15, 0.96.2
    • None
    • None

    Description

      Looking at the test code I see

      HTable table = new HTable(...)
      try {
         ... test code ...
      } finally {
        table.close();
      }
      

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

      Attachments

        1. 10057-trunk.txt
          6 kB
          Lars Hofhansl
        2. 10057-0.94.txt
          6 kB
          Lars Hofhansl

        Activity

          People

            larsh Lars Hofhansl
            larsh Lars Hofhansl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: