YutSean commented on a change in pull request #3883:
URL: https://github.com/apache/hbase/pull/3883#discussion_r757486189
##########
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:
No explicit invoke in UT. But I ran all the UTs in the same module. They
all passed.
--
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]