This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f21eec  HBASe-26082 Mark LocalHBaseCluster as IA.Private (#3471)
9f21eec is described below

commit 9f21eec777c3fa621059da312611be21e76f3e62
Author: Duo Zhang <[email protected]>
AuthorDate: Tue Jul 13 15:14:50 2021 +0800

    HBASe-26082 Mark LocalHBaseCluster as IA.Private (#3471)
    
    Signed-off-by: Yulin Niu <[email protected]>
    Signed-off-by: Pankaj Kumar <[email protected]>
---
 .../src/main/java/org/apache/hadoop/hbase/LocalHBaseCluster.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/LocalHBaseCluster.java 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/LocalHBaseCluster.java
index f4847b9..329b1d0 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/LocalHBaseCluster.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/LocalHBaseCluster.java
@@ -56,7 +56,7 @@ import org.slf4j.LoggerFactory;
  * instead of 16000.
  *
  */
[email protected]
[email protected]
 public class LocalHBaseCluster {
   private static final Logger LOG = 
LoggerFactory.getLogger(LocalHBaseCluster.class);
   private final List<JVMClusterUtil.MasterThread> masterThreads = new 
CopyOnWriteArrayList<>();

Reply via email to