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


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java:
##########
@@ -418,6 +418,18 @@ public void run() {
     }
   }
 
+  static class QuotaAndRegionScannerHolder {
+    private final String scannerName;
+    private final RegionScannerHolder rsh;
+    private final OperationQuota quota;
+
+    QuotaAndRegionScannerHolder(String scannerName, RegionScannerHolder rsh, 
OperationQuota quota) {

Review Comment:
   I think I can make this an `AtomicReference<OperationQuota>` to overcome 
this issue



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