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

Async IO for write data #52

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2020

  1. refactor evict to avoid read disk from pipelog

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    d06ce0b View commit details
    Browse the repository at this point in the history
  2. small fix

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    eb40516 View commit details
    Browse the repository at this point in the history
  3. add async interface

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    cb70758 View commit details
    Browse the repository at this point in the history
  4. fix type

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    500dfd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. revert evict cache change

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    7123b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32f0931 View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    729df17 View commit details
    Browse the repository at this point in the history
  4. fix conflict

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    61acffa View commit details
    Browse the repository at this point in the history
  5. refactor some method

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    cc28875 View commit details
    Browse the repository at this point in the history
  6. remove note

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    6eb627e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. fix mutable entries index

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    2017cdb View commit details
    Browse the repository at this point in the history
  2. fix future

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    5639121 View commit details
    Browse the repository at this point in the history
  3. fix mutable

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    38d77cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab2b110 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    78337dd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. fix rewrite bug

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    276a241 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. fix cache evictor bug

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    23dd4c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. add metric

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    7b42297 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. fix duration

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    b2960c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63f18e5 View commit details
    Browse the repository at this point in the history
  3. fix master conflict

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    28803f4 View commit details
    Browse the repository at this point in the history
  4. add metric

    Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
    Little-Wallace committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    f21f0a5 View commit details
    Browse the repository at this point in the history