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

TestTags can hang on fast test hosts

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.98.8, 0.99.2
    • None
    • None
    • Reviewed

    Description

      Waiting indefinitely expecting flushed files to reach a certain count after triggering a flush but compaction has happened between the flush and check for number of store files.

              admin.flush(tableName);
              regions = TEST_UTIL.getHBaseCluster().getRegions(tableName);
              for (HRegion region : regions) {
                Store store = region.getStore(fam);
      - Flush and compaction has happened before here --->
                while (!(store.getStorefilesCount() > 2)) {
      - Hung forever in here ---> 
                  Thread.sleep(10);
                }
              }
      

      Attachments

        1. HBASE-12384-0.98.patch
          5 kB
          Andrew Kyle Purtell
        2. HBASE-12384-master.patch
          5 kB
          Andrew Kyle Purtell

        Activity

          People

            apurtell Andrew Kyle Purtell
            apurtell Andrew Kyle Purtell
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: