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

storage: remove PersistMonotonicWriteWorker #29087

Merged
merged 3 commits into from
Aug 27, 2024

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    b570716 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b08d85 View commit details
    Browse the repository at this point in the history
  3. storage: remove PersistMonotonicWriteWorker

    It was originally introduced to wrap persist WriteHandles in a task, but
    everything that was using it to write data was already in a task. So at
    this point, it's just an extra layer of indirection to reason about.
    danhhz committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    240c619 View commit details
    Browse the repository at this point in the history