Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compact: remove cancel on SyncMetas errors #5923

Merged
merged 1 commit into from
Dec 21, 2022

Commits on Nov 28, 2022

  1. compact: remove cancel on SyncMetas errors

    in a favour of 86b4039 SyncMetas will retry if it's retriable.
    Also, the cleanPartialMarked calls are surrounded by runutil.Repeat() will be repeated,
    the ones not and are not retriable will throw an interrupt to run.Group() by returning err
    and Group will call cancel() as it's configured for its interrupt func.
    
    Signed-off-by: Seena Fallah <seenafallah@gmail.com>
    clwluvw committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e986eaf View commit details
    Browse the repository at this point in the history