[
https://issues.apache.org/jira/browse/HBASE-16090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346868#comment-15346868
]
Hudson commented on HBASE-16090:
--------------------------------
SUCCESS: Integrated in HBase-1.4 #240 (See
[https://builds.apache.org/job/HBase-1.4/240/])
HBASE-16090 ResultScanner is not closed in (tedyu: rev
857ec2f4483b62425c5c809157924e2fcad0a97f)
* hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/SyncTable.java
> ResultScanner is not closed in SyncTable#finishRemainingHashRanges()
> --------------------------------------------------------------------
>
> Key: HBASE-16090
> URL: https://issues.apache.org/jira/browse/HBASE-16090
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 2.0.0, 1.4.0
>
> Attachments: 16090.v1.txt, 16090.v1.txt
>
>
> Here is related code:
> {code}
> ResultScanner targetScanner = targetTable.getScanner(scan);
> for (Result row : targetScanner) {
> targetHasher.hashResult(row);
> }
> } // else current batch ends exactly at split end row
> {code}
> targetScanner should be closed upon leaving the if block.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)