[GitHub] [hbase] Reidddddd commented on a change in pull request #2138: HBASE-20717 Implement CCSMap - a better concurrent map with compacted data structure

2020-07-27 Thread GitBox
Reidd commented on a change in pull request #2138: URL: https://github.com/apache/hbase/pull/2138#discussion_r460777550 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/ccsmap/TestCompactedConcurrentSkipList.java ## @@ -0,0 +1,1842 @@ +/* + * Licensed to

[GitHub] [hbase] Reidddddd commented on a change in pull request #2138: HBASE-20717 Implement CCSMap - a better concurrent map with compacted data structure

2020-07-24 Thread GitBox
Reidd commented on a change in pull request #2138: URL: https://github.com/apache/hbase/pull/2138#discussion_r459983885 ## File path: hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java ## @@ -422,4 +444,33 @@ public static byte toByte(ByteBuffer

[GitHub] [hbase] Reidddddd commented on a change in pull request #2138: HBASE-20717 Implement CCSMap - a better concurrent map with compacted data structure

2020-07-24 Thread GitBox
Reidd commented on a change in pull request #2138: URL: https://github.com/apache/hbase/pull/2138#discussion_r459978586 ## File path: hbase-common/src/test/java/org/apache/hadoop/hbase/TestKeyValue.java ## @@ -28,6 +28,7 @@ import java.util.Collections; import