Skip to content

Commit

Permalink
0002603: Retry batches from staging instead of sending them again
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jul 27, 2016
1 parent 8a22032 commit 4e434ac
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -137,6 +137,7 @@ public void process() throws IOException {
writeLine(line);
resource.close();
resource.setState(State.READY);
writer = null;
}
batchTableLines.clear();

Expand Down

0 comments on commit 4e434ac

Please sign in to comment.