Skip to content

Commit

Permalink
fix log job state
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehil authored and morningman committed Dec 25, 2024
1 parent d0c7a19 commit 8d63fc2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ public void startEtlJob() {
etlStartTimestamp = System.currentTimeMillis();
state = JobState.ETL;
etlStatus = new EtlStatus();
unprotectedLogUpdateStateInfo();
}

private void unprotectedUpdateToLoadingState(EtlStatus etlStatus, Map<String, Long> filePathToSize)
Expand Down

0 comments on commit 8d63fc2

Please sign in to comment.