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

stack commented on HBASE-12189:
-------------------------------

Just to say that the patch is not very interesting.  Coverity did turn up a few 
places where we were synchronizing on an object and then inside the sync block, 
we were nulling out the item we'd sync'd on. Otherwise, 'leaking resources' -- 
missing a few closes of admins and tables -- and reads of stuff that is usually 
accessed under a lock ... but nothing in critical places.

Lets see if this patch passes and if so will commit and then go look more at 
findbugs.

> Fix new issues found by static analysis
> ---------------------------------------
>
>                 Key: HBASE-12189
>                 URL: https://issues.apache.org/jira/browse/HBASE-12189
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>         Attachments: 12189.txt, 12189.txt, 12189.txt
>
>
> Since the paper about testing and failures, it's probably a good time to 
> start another run of coverity and fix the issues there.



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

Reply via email to