You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/17 18:56:00 UTC

[jira] [Resolved] (HBASE-12923) ResultScanner is not closed in ModifyTableHandler#removeReplicaColumnsIfNeeded()

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

Andrew Kyle Purtell resolved HBASE-12923.
-----------------------------------------
      Assignee:     (was: Ted Yu)
    Resolution: Abandoned

> ResultScanner is not closed in ModifyTableHandler#removeReplicaColumnsIfNeeded()
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-12923
>                 URL: https://issues.apache.org/jira/browse/HBASE-12923
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Trivial
>         Attachments: 12923-v1.txt
>
>
> In ModifyTableHandler#removeReplicaColumnsIfNeeded():
> {code}
>       ResultScanner resScanner = metaTable.getScanner(scan);
>       for (Result result : resScanner) {
> {code}
> The ResultScanner is not closed upon exit from the method.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)