Skip to content

Commit

Permalink
Merge pull request #3850 from actiontech/2191
Browse files Browse the repository at this point in the history
fix an error that occurred during commit during load data inner 2191
  • Loading branch information
wenyh1 authored Dec 14, 2023
2 parents 622ae1e + 06bcb58 commit 26dd566
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,11 @@ public void okResponse(byte[] data, AbstractService service) {
}
String filePath = rrn.getLoadData().getFileName();
LoadDataBatch.getInstance().setFileName(filePath);
handlerCommit(rrn);
FileUtils.deleteFile(filePath);
rrn.setLoadDataRrnStatus((byte) 1);
decrementToZero((MySQLResponseService) service);
if (unResponseRrns.size() != 0) {
handlerCommit(rrn);
return;
}
if (rrs.isGlobalTable()) {
Expand Down

0 comments on commit 26dd566

Please sign in to comment.