You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2017/07/19 15:51:00 UTC

[jira] [Reopened] (HBASE-16090) ResultScanner is not closed in SyncTable#finishRemainingHashRanges()

     [ https://issues.apache.org/jira/browse/HBASE-16090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey reopened HBASE-16090:
---------------------------------

Pulling this back into maintenance branches.

> ResultScanner is not closed in SyncTable#finishRemainingHashRanges()
> --------------------------------------------------------------------
>
>                 Key: HBASE-16090
>                 URL: https://issues.apache.org/jira/browse/HBASE-16090
>             Project: HBase
>          Issue Type: Bug
>          Components: mapreduce, Operability, tooling
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 2.0.0, 1.4.0, 0.98.21
>
>         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.4.14#64029)