sunhelly commented on a change in pull request #3652:
URL: https://github.com/apache/hbase/pull/3652#discussion_r808703122



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactSplit.java
##########
@@ -218,14 +221,14 @@ public synchronized boolean requestSplit(final Region r) {
     return false;
   }
 
-  public synchronized void requestSplit(final Region r, byte[] midKey) {
+  private synchronized void requestSplit(final Region r, byte[] midKey) {
     requestSplit(r, midKey, null);
   }
 
   /*
    * The User parameter allows the split thread to assume the correct user 
identity
    */
-  public synchronized void requestSplit(final Region r, byte[] midKey, User 
user) {
+  private synchronized void requestSplit(final Region r, byte[] midKey, User 
user) {

Review comment:
       As above, they are additional minor modifications.




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