You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/11/26 10:11:23 UTC

[GitHub] [hbase] YutSean commented on a change in pull request #3883: HBASE-26490 Add builder for class ReplicationLoadSink

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



##########
File path: hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationLoadSink.java
##########
@@ -22,7 +22,6 @@
   private final long timestampStarted;
   private final long totalOpsProcessed;
 
-  // TODO: add the builder for this class
   @InterfaceAudience.Private
   public ReplicationLoadSink(long age, long timestamp, long timestampStarted,

Review comment:
       Right, will change it to private in the latest commit.




-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org