Duo Zhang created HBASE-22236:
---------------------------------
Summary: TestAsyncTableGetMultiThreaded sometimes timed out
Key: HBASE-22236
URL: https://issues.apache.org/jira/browse/HBASE-22236
Project: HBase
Issue Type: Bug
Reporter: Duo Zhang
https://builds.apache.org/job/HBase-Flaky-Tests/job/master/2992/artifact/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreaded-output.txt/*view*/
After this line
{noformat}
2019-04-14 04:44:41,736 INFO [PEWorker-12] procedure2.ProcedureExecutor(1410):
Finished pid=117, state=SUCCESS, hasLock=false; TransitRegionStateProcedure
table=hbase:meta, region=1588230740, REOPEN/MOVE in 2.0690sec
{noformat}
Seems we just do nothing until the test is timed out.
And there is no main thread in the output hanging thread, which is a bit
strange, although all the get threads are hanging there.
Let me add some logs for better debugging first.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)