You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2013/04/16 00:32:15 UTC

[jira] [Resolved] (HBASE-3395) StoreScanner not being closed?

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

Jean-Daniel Cryans resolved HBASE-3395.
---------------------------------------

    Resolution: Won't Fix

Resolving as won't fix, old issue and Ryan said it wasn't even a problem back then.
                
> StoreScanner not being closed?
> ------------------------------
>
>                 Key: HBASE-3395
>                 URL: https://issues.apache.org/jira/browse/HBASE-3395
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Prakash Khemani
>            Assignee: Jonathan Gray
>
> In StoreScanner::next(List<KeyValue> outResult, int limit)
>         case SEEK_NEXT_ROW:
>           // This is just a relatively simple end of scan fix, to short-cut end us if there is a
>           // endKey in the scan.
>           if (!matcher.moreRowsMayExistAfter(kv)) {
>             outResult.addAll(results);
>             return false;
>           }
> close() is not being called before returning false. In all other cases close is called before returning false. May be this is a problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira