This is an automated email from the ASF dual-hosted git repository.
zghao pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.4 by this push:
new 83c010a HBASE-21991 [Addendum] Mark LossCounting as Private
83c010a is described below
commit 83c010a7f9f1cec005c03545679ff7bb9a2673b3
Author: Sakthi <[email protected]>
AuthorDate: Thu May 9 14:39:56 2019 -0700
HBASE-21991 [Addendum] Mark LossCounting as Private
Signed-off-by: Guanghao Zhang <[email protected]>
---
.../src/main/java/org/apache/hadoop/hbase/util/LossyCounting.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hbase-server/src/main/java/org/apache/hadoop/hbase/util/LossyCounting.java
b/hbase-server/src/main/java/org/apache/hadoop/hbase/util/LossyCounting.java
index 712c22c..d3a66be 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/util/LossyCounting.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/util/LossyCounting.java
@@ -42,7 +42,7 @@ import org.slf4j.LoggerFactory;
* http://www.vldb.org/conf/2002/S10P03.pdf
*/
[email protected]
[email protected]
public class LossyCounting {
private static final Logger LOG =
LoggerFactory.getLogger(LossyCounting.class);
private long bucketSize;