[
https://issues.apache.org/jira/browse/ACCUMULO-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Tubbs resolved ACCUMULO-3283.
-----------------------------------------
Resolution: Fixed
Assignee: Daniel Hwang
> MetadataTableUtil.getTabletEntries creates ColumnFQ twice unnecessarily
> -----------------------------------------------------------------------
>
> Key: ACCUMULO-3283
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3283
> Project: Accumulo
> Issue Type: Improvement
> Components: master
> Reporter: Josh Elser
> Assignee: Daniel Hwang
> Priority: Trivial
> Labels: newbie
> Fix For: 1.7.4, 1.8.2, 2.0.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> A new ColumnFQ is created twice using the same value of {{entry.getKey()}}.
> The first value could be retained and used later in the method to avoid the
> extra object creation to be thrown away.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)