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:
Michael Stack 2012-08-24 22:46:05 +00:00
parent 86592b6103
commit ee91c8b03c
1 changed files with 0 additions and 1 deletions

View File

@ -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);