[ https://issues.apache.org/jira/browse/HBASE-13007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14315749#comment-14315749 ]
Hudson commented on HBASE-13007: -------------------------------- FAILURE: Integrated in HBase-1.1 #166 (See [https://builds.apache.org/job/HBase-1.1/166/]) HBASE-13007 Fix the test timeouts being caused by ChoreService (Jonathan Lawlor) (stack: rev c3473eb2d7428bc38fb31b488823e2d927cb6194) * hbase-common/src/main/java/org/apache/hadoop/hbase/ChoreService.java * hbase-common/src/test/java/org/apache/hadoop/hbase/TestChoreService.java * hbase-common/src/main/java/org/apache/hadoop/hbase/ScheduledChore.java > Fix the test timeouts being caused by ChoreService > --------------------------------------------------- > > Key: HBASE-13007 > URL: https://issues.apache.org/jira/browse/HBASE-13007 > Project: HBase > Issue Type: Bug > Reporter: Jonathan Lawlor > Assignee: Jonathan Lawlor > Fix For: 2.0.0, 1.1.0 > > Attachments: HBASE-13007-v1.patch > > > TestChoreService has been seen timing out in recent builds and the timeouts > seem to be rooted in how the ChoreService cancels its chores when being > shutdown. The issue is that during shutdown, the ChoreService calls > synchronized methods on the ScheduledChore which could cause indefinite > blocking if the scheduled chore is hanging in a synchronized method. We > should instead call the appropriate cancel method within the ChoreService and > add logic into ScheduledChores that allows them to realize when they have > been cancelled. -- This message was sent by Atlassian JIRA (v6.3.4#6332)