[
https://issues.apache.org/jira/browse/ACCUMULO-3339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Newton resolved ACCUMULO-3339.
-----------------------------------
Resolution: Fixed
> Replace SortedMap<Key,Value> from Tablet constructor
> -----------------------------------------------------
>
> Key: ACCUMULO-3339
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3339
> Project: Accumulo
> Issue Type: Improvement
> Components: tserver
> Reporter: Josh Elser
> Assignee: Eric Newton
> Fix For: 1.8.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The TabletServer reads the metadata table and places the Key Value pairs for
> the given tablet into a SortedMap which it passes to the Tablet constructor.
> Tablet then has a bunch of custom code which extracts out the log entries,
> data files, time, last location, scan files, etc.
> All of that could be encapsulated into its own classes instead of extra
> methods on Tablet.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)