Skip to content

Commit

Permalink
clean up abandoned RT batches
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Mar 2, 2012
1 parent fed8842 commit 604bc85
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -191,6 +191,7 @@ synchronized public long routeData() {
long dataCount = -1l;
if (clusterService.lock(ClusterConstants.ROUTE)) {
try {
outgoingBatchService.updateAbandonedRoutingBatches();
insertInitialLoadEvents();
long ts = System.currentTimeMillis();
IDataToRouteGapDetector gapDetector = new DataGapDetector(dataService,
Expand Down

0 comments on commit 604bc85

Please sign in to comment.