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

Notifying OnFlushCompleted and OnCompactionCompleted in sequence #6342

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    8114ac4 View commit details
    Browse the repository at this point in the history
  2. fix lite build

    burtonli committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    eca7e8d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. 1. Use a function object as a callback for InstallSuperVersionAndSche…

    …duleWork to handle flush and compaction completion notifications.
    
    2. Use a cv and a id queue to handle completion notification ordering.
    burtonli committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    559349d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9118967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df6c0be View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. address comments.

    burtonli committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    9494469 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'notify_on_flush_completed_ahead_of_compaction' of https…

    …://github.com/burtonli/rocksdb into notify_on_flush_completed_ahead_of_compaction
    burtonli committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    9745171 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Switch to InstrumentedMutex

    burtonli committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    47e1978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    145ab41 View commit details
    Browse the repository at this point in the history