Skip to content

Commit

Permalink
0002536: RT batches are left abandoned if routing fails
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Mar 27, 2016
1 parent b2157ec commit 7f131f7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -348,6 +348,7 @@ protected int routeDataForEachChannel(DataGapDetector gapDetector) {
processInfo.setStatus(ProcessInfo.Status.OK);
} catch (RuntimeException ex) {
processInfo.setStatus(ProcessInfo.Status.ERROR);
firstTimeCheckForAbandonedBatches = true;
throw ex;
}
return dataCount;
Expand Down

0 comments on commit 7f131f7

Please sign in to comment.