Skip to content

Commit

Permalink
dev checkin.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Feb 27, 2012
1 parent 3268cc9 commit 43db58c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -166,6 +166,8 @@ public boolean acquireIncomingBatch(IncomingBatch batch) {
batch.setDatabaseMillis(existingBatch.getDatabaseMillis());
batch.setNetworkMillis(existingBatch.getNetworkMillis());
batch.setFilterMillis(existingBatch.getFilterMillis());
batch.setSkipCount(existingBatch.getSkipCount() + 1);
batch.setStatementCount(existingBatch.getStatementCount());

existingBatch.setSkipCount(existingBatch.getSkipCount() + 1);
log.warn("Skipping batch {}", batch.getNodeBatchId());
Expand Down

0 comments on commit 43db58c

Please sign in to comment.