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

Fix initial view compaction task status #1672

Merged
merged 2 commits into from Nov 7, 2018

Commits on Oct 22, 2018

  1. Fix initial view compaction task status

    This is a minor consistency issue. Currently when a view compaction
    starts it doesn't include the `total_changes` and `changes_done` fields
    until the first task status update. This is easy to miss as every other
    task type includes those fields from the initial task definition.
    
    The obvious trivial fix is both obvious and trivial.
    davisp committed Oct 22, 2018
    Copy the full SHA
    6f3b030 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Copy the full SHA
    14e1dd5 View commit details
    Browse the repository at this point in the history