[hbase] TestCleanRegionServerExit hung on hudson ------------------------------------------------
Key: HADOOP-1964 URL: https://issues.apache.org/jira/browse/HADOOP-1964 Project: Hadoop Issue Type: Bug Components: contrib/hbase Reporter: stack Priority: Minor Watching hudson, I happened to catch a hung TestCleanRegionServerExit. The test had done a join onto the server it'd asked shutdown only the server wasn't going down because it was stuck trying to get a memcache write lock so it could finish the last flush on regions before close. Somehow, a read (or write) lock is not being cleaned up. Scanners are the suspect but looking at the code, scanners should be getting closed on expiration of their lease. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.