[
https://issues.apache.org/jira/browse/HBASE-16696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15525619#comment-15525619
]
ramkrishna.s.vasudevan commented on HBASE-16696:
------------------------------------------------
bq. if (scanners.containsKey(scannerName)) {
This check may be needed when the context is null - may be in test cases. So
better to leave it.
Also you want to remove the finally block and move it in the try only? If not
we could go with the commit of this patch to ensure the test starts passing
again.
> After HBASE-16604 - does not release blocks in case of scanner exception
> ------------------------------------------------------------------------
>
> Key: HBASE-16696
> URL: https://issues.apache.org/jira/browse/HBASE-16696
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: ramkrishna.s.vasudevan
> Priority: Critical
> Fix For: 2.0.0
>
> Attachments: HBASE-16696.patch, build-1638.out, build-1639.out
>
>
> TestBlockEvictionFromClient consistently fails in master branch.
> From existing Jenkins builds, looks like this started with build 1639.
> See attached Jenkins console logs.
> Pls refer to this comment
> https://issues.apache.org/jira/secure/EditComment!default.jspa?id=13004009&commentId=15522451
> for the reason for the test failure.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)