[
https://issues.apache.org/jira/browse/HBASE-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-2448:
-------------------------
Status: Resolved (was: Patch Available)
Hadoop Flags: [Reviewed]
Fix Version/s: 0.20.4
0.20.5
0.21.0
Resolution: Fixed
Applied to two branches and TRUNK. Thanks for the patch Todd.
> Scanner threads are interrupted without acquiring lock properly
> ---------------------------------------------------------------
>
> Key: HBASE-2448
> URL: https://issues.apache.org/jira/browse/HBASE-2448
> Project: Hadoop HBase
> Issue Type: Bug
> Components: master
> Reporter: Todd Lipcon
> Assignee: Todd Lipcon
> Priority: Critical
> Fix For: 0.20.4, 0.20.5, 0.21.0
>
> Attachments: hbase-2448.txt
>
>
> There are a few places where scanner threads are interrupted with
> .interrupt() instead of .interruptIfAlive(). This means that if they're in
> the midst of the checkFileSystem operation, it'll end up catching the
> interruption there, determine that the filesystem is down, and shut down the
> whole server. Other nasties can also result.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.