[
https://issues.apache.org/jira/browse/ACCUMULO-3157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14143327#comment-14143327
]
Eric Newton commented on ACCUMULO-3157:
---------------------------------------
Lowered the priority as this program will terminate and release any resources.
> MetaDataTableScanner is unclosed upon return from
> FindOfflineTablets#findOffline()
> ----------------------------------------------------------------------------------
>
> Key: ACCUMULO-3157
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3157
> Project: Accumulo
> Issue Type: Bug
> Components: client
> Affects Versions: 1.5.0, 1.5.1, 1.5.2, 1.6.0, 1.6.1
> Reporter: Ted Yu
> Assignee: Eric Newton
> Priority: Trivial
> Fix For: 1.5.3, 1.6.2, 1.7.0
>
>
> {code}
> Iterator<TabletLocationState> rootScanner = new
> MetaDataTableScanner(instance, creds,
> MetadataSchema.TabletsSection.getRange(), RootTable.NAME);
> if ((offline = checkTablets(rootScanner, tservers)) > 0)
> return offline;
> ...
> Iterator<TabletLocationState> metaScanner = new
> MetaDataTableScanner(instance, creds, range, MetadataTable.NAME);
> return checkTablets(metaScanner, tservers);
> {code}
> Upon return, the MetaDataTableScanner is not closed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)