hgromer commented on code in PR #6055:
URL: https://github.com/apache/hbase/pull/6055#discussion_r1736095141


##########
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:
   Not sure if there's a better way to do this, but I needed to expose this to 
implement 
[this](https://github.com/apache/hbase/pull/6055/files#diff-73a63532c8c4d8c7bb2eb4663fb7303ddf1ffe9f1f508221f566a8c156d70b11R155)
 method to track the leases created
   
   



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