You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Reid Chan (Jira)" <ji...@apache.org> on 2020/07/29 05:52:00 UTC

[jira] [Comment Edited] (HBASE-20717) Implement CCSMap - a better concurrent map with compacted data structure

    [ https://issues.apache.org/jira/browse/HBASE-20717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166891#comment-17166891 ] 

Reid Chan edited comment on HBASE-20717 at 7/29/20, 5:51 AM:
-------------------------------------------------------------

I'm going to further breakdown the HBASE-20717 into several tasks, since even CCSMap data structure part is huge.
The current PR and all upcoming is/will be based on https://issues.apache.org/jira/secure/attachment/12920186/HBASE-20312-master.v9.patch

PR: https://github.com/apache/hbase/pull/2165

The first one will be this: Chunk and ChunkPool structure. 
I did some refactoring and removed some fancy functions, for readability and quickly making it runnable. After then we can decorate it with the fancy parts.


was (Author: reidchan):
I'm going to further breakdown the HBASE-20717 into several tasks, since even CCSMap data structure part is huge.
This is based on https://issues.apache.org/jira/secure/attachment/12920186/HBASE-20312-master.v9.patch
PR: https://github.com/apache/hbase/pull/2165

The first one will be this: Chunk and ChunkPool structure. 
I did some refactoring and removed some fancy functions, for readability and quickly making it runnable. After then we can decorate it with the fancy parts.

> Implement CCSMap - a better concurrent map with compacted data structure
> ------------------------------------------------------------------------
>
>                 Key: HBASE-20717
>                 URL: https://issues.apache.org/jira/browse/HBASE-20717
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Yu Li
>            Assignee: Chance Li
>            Priority: Major
>
> As described in HBASE-20312, we will implement the base data structure of CCSMap and relative unit tests in this task.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)