Umeshkumar9414 commented on code in PR #8236:
URL: https://github.com/apache/hbase/pull/8236#discussion_r3248203149


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionImplementation.java:
##########
@@ -1185,6 +1181,19 @@ void takeUserRegionLock() throws IOException {
     }
   }
 
+  /**
+   * Release {@link #userRegionLock} previously acquired via {@link 
#takeUserRegionLock()} and
+   * record the held duration in metrics.
+   * @param lockStartTimeMs value of {@link 
EnvironmentEdgeManager#currentTime()} captured
+   *                        immediately after {@link #takeUserRegionLock()} 
returned

Review Comment:
   wonder how spotless didn't take care of spaces.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to