Skip to content

Commit

Permalink
0002957: If batch is missing from staging on the target side, don't try
Browse files Browse the repository at this point in the history
to load any other batches while waiting for the resend
  • Loading branch information
chenson42 committed Jan 10, 2017
1 parent 6c0bb40 commit 5902c9b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -962,6 +962,7 @@ protected IDataWriter chooseDataWriter(Batch batch) {
incomingBatch.setStatus(Status.RS);
incomingBatchService.updateIncomingBatch(incomingBatch);
}
isError = true;
} else {
futures.add(executor.submit(loadBatchFromStage));
}
Expand Down

0 comments on commit 5902c9b

Please sign in to comment.