Skip to content
  • Eric Cano's avatar
    Removed the asynchronous MigrationTaskInjector::deleteAllTasks as we cleanly · 810d1ff9
    Eric Cano authored
    wait for the end of execution pipeline draining in all cases in MigrationTaskInjector::WorkerThread::run.
    The asynchronous deleteAllTasks deleted the end-of-session signaling to the task injector, which led this
    end of MigrationTaskInjector::WorkerThread::run into infinte waiting for this dropped end of session signal.
    810d1ff9