binlijin commented on a change in pull request #775: HBASE-23230 Enforce member 
visibility in HRegionServer
URL: https://github.com/apache/hbase/pull/775#discussion_r341438958
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
 ##########
 @@ -3807,10 +3688,14 @@ public SecureBulkLoadManager 
getSecureBulkLoadManager() {
   }
 
   @Override
-  public EntityLock regionLock(List<RegionInfo> regionInfos, String 
description, Abortable abort)
-      throws IOException {
-    return new LockServiceClient(conf, lockStub, 
asyncClusterConnection.getNonceGenerator())
-      .regionLock(regionInfos, description, abort);
+  public EntityLock regionLock(
+      final List<RegionInfo> regionInfo,
+      final String description,
+      final Abortable abort
+  ) {
 
 Review comment:
   OK, i am also use the code formatter in 
dev-support/hbase_eclipse_formatter.xml with intellij idea, but it does not 
format the code into it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to