You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/06/25 03:29:07 UTC

[jira] Assigned: (HBASE-1577) Move memcache to ConcurrentSkipListMap from ConcurrentSkipListSet

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

stack reassigned HBASE-1577:
----------------------------

    Assignee: stack

> Move memcache to ConcurrentSkipListMap from ConcurrentSkipListSet
> -----------------------------------------------------------------
>
>                 Key: HBASE-1577
>                 URL: https://issues.apache.org/jira/browse/HBASE-1577
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.20.0
>
>         Attachments: 1577-v2.patch, set2map.patch
>
>
> The CSLM will replace old entry with a new when you put.  The CSLS will NOT replace if existent key making for a test, and if present, remove semantic which to be safe needs synchronizing (Replacement is a Ryan Rawson suggestion).

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