You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2016/05/26 16:31:13 UTC

[jira] [Updated] (ACCUMULO-3521) Unused Iterator-related classes

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

Mike Drob updated ACCUMULO-3521:
--------------------------------
    Fix Version/s:     (was: 1.7.2)
                   1.7.3

> Unused Iterator-related classes
> -------------------------------
>
>                 Key: ACCUMULO-3521
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3521
>             Project: Accumulo
>          Issue Type: Sub-task
>            Reporter: Christopher Tubbs
>             Fix For: 1.7.3, 1.8.0
>
>
> The following iterators and iterator-related utilities have no references at all in our code; minimally, they should have unit tests (this list does not include deprecated iterators):
> # OrIterator
> # FirstEntryInRowIterator (especially setNumScansBeforeSeek method is never called)
> # TypedValueCombiner (especially setLossyness method is never called)
> # IteratorUtil.getMaxPriority and .findIterator methods
> # StatsCombiner (available in the examples) does not use the setRadix method
> Note: these iterators may not be considered "public API", but might still be unsafe to remove the unused portions if somebody had used them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)