YutSean commented on a change in pull request #3883:
URL: https://github.com/apache/hbase/pull/3883#discussion_r757385480



##########
File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java
##########
@@ -2836,10 +2836,12 @@ public static void mergeFrom(Message.Builder builder, 
CodedInputStream codedInpu
 
   public static ReplicationLoadSink toReplicationLoadSink(
       ClusterStatusProtos.ReplicationLoadSink rls) {
-    return new ReplicationLoadSink(rls.getAgeOfLastAppliedOp(),

Review comment:
       I checked the code and changed the constructor function to private. 
There is no problem with compiling. Here is the only invoke.




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