Skip to content

Commit

Permalink
0006401: Issue with file sync when successful, retry is tried even when
Browse files Browse the repository at this point in the history
bean shell script is successful
  • Loading branch information
Philip Marzullo committed May 6, 2024
1 parent 50b30fd commit 7075f36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,7 @@ protected List<IncomingBatch> processZip(InputStream is, String sourceNodeId,
incomingBatch
.setLoadRowCount(filesToEventType != null ? filesToEventType
.size() : 0);
break;
} catch (Throwable e) {
log.error(e.getMessage(),e);
Throwable target = e;
Expand Down

0 comments on commit 7075f36

Please sign in to comment.