[
https://issues.apache.org/jira/browse/HBASE-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723462#action_12723462
]
Jonathan Gray commented on HBASE-1577:
--------------------------------------
Code in patch looks good, have not tested. +1 given change discussed on IRC
from value byte[0] -> Long(0)
> 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
> Fix For: 0.20.0
>
> Attachments: 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.