hgromer commented on code in PR #6055:
URL: https://github.com/apache/hbase/pull/6055#discussion_r1741988526
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/LeaseManager.java:
##########
@@ -216,7 +216,7 @@ public String getName() {
}
/** This class tracks a single Lease. */
- static class Lease implements Delayed {
+ protected static class Lease implements Delayed {
Review Comment:
Alternatively, I considered tracking the # of scanners created, but the code
in RSRpcServices makes it tricky to do. All the relevant methods are private,
and I was very reluctant to expose them.
--
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]