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



##########
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) {

Review comment:
       Thanks for reviewing, @apurtell. This method and the method mentioned in 
the next conversation are only used inner the class, so I changed them to be 
private.




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