Merge pull request #6417 from APriestman/6977_cancellationBug

6977 Check if ingest is complete after cancellation
This commit is contained in:
Richard Cordovano 2020-10-29 15:46:38 -04:00 committed by GitHub
commit 5f9b87c390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1274,6 +1274,9 @@ final class IngestJobPipeline {
}
}
}
// If a data source had no tasks in progress it may now be complete.
checkForStageCompleted();
}
/**