sanjeet006py commented on code in PR #8236:
URL: https://github.com/apache/hbase/pull/8236#discussion_r3249313442
##########
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:
I think this is valid space as we are listing method parameters and so,
spotless also didn't flag it. On viewing in editor it is aligned rightly.
<img width="1087" height="312" alt="Screenshot 2026-05-15 at 9 10 20 PM"
src="https://github.com/user-attachments/assets/2282fe90-b415-40f8-8aa8-7deea66857a2"
/>
--
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]