comnetwork commented on a change in pull request #3983:
URL: https://github.com/apache/hbase/pull/3983#discussion_r776565558



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/ImmutableMemStoreLAB.java
##########
@@ -138,5 +138,16 @@ public boolean isOffHeap() {
     return ChunkCreator.getInstance().isOffheap();
   }
 
+  /**
+   * This method is only used for test.
+   */
+  public int getRefCntValue() {

Review comment:
       Ok, already used RestrictedApi to fix the problem.




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