You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Jothi Padmanabhan (JIRA)" <ji...@apache.org> on 2009/05/04 07:42:30 UTC

[jira] Created: (HADOOP-5765) Improve memory cache utilization in BackupStore (while supporting Mark/Reset)

Improve memory cache utilization in BackupStore (while supporting Mark/Reset)
-----------------------------------------------------------------------------

                 Key: HADOOP-5765
                 URL: https://issues.apache.org/jira/browse/HADOOP-5765
             Project: Hadoop Core
          Issue Type: Improvement
            Reporter: Jothi Padmanabhan
            Assignee: Jothi Padmanabhan


HADOOP-5266 introduced support for Mark/Reset of Values Iterator by backing up keys and values to a BackupStore. The current design does not create a memory segment once a file segment has been created, even if space is available. The design could be optimized to consider memory for a new segment irrespective of where the previous segments have been created.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-5765) Improve memory cache utilization in BackupStore (while supporting Mark/Reset)

Posted by "Jothi Padmanabhan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jothi Padmanabhan updated HADOOP-5765:
--------------------------------------

    Component/s: mapred

> Improve memory cache utilization in BackupStore (while supporting Mark/Reset)
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-5765
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5765
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Jothi Padmanabhan
>            Assignee: Jothi Padmanabhan
>
> HADOOP-5266 introduced support for Mark/Reset of Values Iterator by backing up keys and values to a BackupStore. The current design does not create a memory segment once a file segment has been created, even if space is available. The design could be optimized to consider memory for a new segment irrespective of where the previous segments have been created.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.