Browse Source
State updater can get into a busy loop when all tasks are paused, because changelogReader will never return that all changelogs have been read completely. Fix this, by awaiting if updatingTasks is empty. Related and included: if we are restoring and all tasks are paused, we should return immediately from StoreChangelogReader. Reviewer: Bruno Cadonna <cadonna@apache.org>pull/14454/merge
Lucas Brutschy
1 year ago
committed by
GitHub
3 changed files with 42 additions and 6 deletions
Loading…
Reference in new issue