ddupg commented on a change in pull request #2460:
URL: https://github.com/apache/hbase/pull/2460#discussion_r495425782
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/ReplicationSinkServiceImpl.java
##########
@@ -75,7 +75,8 @@ public void initialize(Server server, FileSystem fs, Path
logdir, Path oldLogDir
public void startReplicationService() throws IOException {
this.replicationSink = new ReplicationSink(this.conf);
this.server.getChoreService().scheduleChore(
- new ReplicationStatisticsChore("ReplicationSinkStatistics", server,
statsPeriod));
+ new ReplicationStatisticsChore("ReplicationSinkStatistics", server,
+ 1000 * statsPeriodInSecond));
Review comment:
OK, thanks for reviewing.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]