You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2016/10/25 21:43:58 UTC

[jira] [Commented] (HBASE-16944) Fix findbugs warning in hbase-server HRegion UL_UNRELEASED_LOCK

    [ https://issues.apache.org/jira/browse/HBASE-16944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15606565#comment-15606565 ] 

stack commented on HBASE-16944:
-------------------------------


Code	Warning
UL	org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutate(HRegion$BatchOperation) does not release lock on all paths
Bug type UL_UNRELEASED_LOCK (click for details) 
In class org.apache.hadoop.hbase.regionserver.HRegion
In method org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutate(HRegion$BatchOperation)
At HRegion.java:[line 3251]

> Fix findbugs warning in hbase-server HRegion UL_UNRELEASED_LOCK
> ---------------------------------------------------------------
>
>                 Key: HBASE-16944
>                 URL: https://issues.apache.org/jira/browse/HBASE-16944
>             Project: HBase
>          Issue Type: Bug
>          Components: findbugs
>            Reporter: stack
>
> Fix the annoying long-lived UL_UNRELEASED_LOCK warning out of line 3251 in HRegion.



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