HBASE-5449 Support for wire-compatible security functionality; REVERT OVERCOMMIT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377142 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86592b6103
commit
ee91c8b03c
|
@ -620,7 +620,6 @@ public class ReplicationSource extends Thread
|
|||
}
|
||||
this.totalReplicatedEdits += currentNbEntries;
|
||||
this.metrics.shipBatch(this.currentNbOperations);
|
||||
this.currentNbOperations = 0;
|
||||
this.metrics.setAgeOfLastShippedOp(
|
||||
this.entriesArray[currentNbEntries-1].getKey().getWriteTime());
|
||||
LOG.debug("Replicated in total: " + this.totalReplicatedEdits);
|
||||
|
|
Loading…
Reference in New Issue