hgromer commented on code in PR #6055:
URL: https://github.com/apache/hbase/pull/6055#discussion_r1741984011
##########
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:
Unfortunately, `NoopOperationQuota` is also protected in the same way
LeaseManager is. Originally, this was the reason I placed the test under the
`quotas` package. I considered creating a test OperationQuota class that is a
1:1 copy of `NoopOperationQuota`, but I didn't love that. Though I'm happy to
go that route if it's preferred
--
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]