You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/04/06 04:53:14 UTC

[jira] [Updated] (ACCUMULO-3339) Replace SortedMap from Tablet constructor

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

Josh Elser updated ACCUMULO-3339:
---------------------------------
    Fix Version/s:     (was: 1.7.0)
                   1.8.0

> 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
>
>
> 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)