You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/09/28 17:10:20 UTC

[jira] [Created] (HBASE-16725) Don't let flushThread hang in TestHRegion

Ted Yu created HBASE-16725:
------------------------------

             Summary: Don't let flushThread hang in TestHRegion
                 Key: HBASE-16725
                 URL: https://issues.apache.org/jira/browse/HBASE-16725
             Project: HBase
          Issue Type: Test
            Reporter: Ted Yu
            Priority: Minor


I was running TestHRegion locally and observed the following in test output:
{code}
2016-09-28 16:29:36,836 INFO  [main] hbase.ResourceChecker(171): after: regionserver.TestHRegion#testFlushCacheWhileScanning Thread=50 (was 49)
Potentially hanging thread: FlushThread
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:502)
  org.apache.hadoop.hbase.regionserver.TestHRegion$FlushThread.run(TestHRegion.java:3834)
{code}
Call to flushThread.done() etc should be placed in the finally block.



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