mirror of
https://github.com/actiontech/dble.git
synced 2026-01-04 03:40:13 -06:00
fix an error that occurred during commit during load data inner 2191
This commit is contained in:
@@ -424,11 +424,11 @@ public class MultiNodeLoadDataHandler extends MultiNodeHandler implements LoadDa
|
||||
}
|
||||
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()) {
|
||||
|
||||
Reference in New Issue
Block a user