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

[DNM] Async Raftstore IO Demo: Merge Region IO #3

Open
wants to merge 14 commits into
base: fsync-control
Choose a base branch
from

Commits on Dec 24, 2020

  1. demo (not work)

    Signed-off-by: Liu Cong <innerr@gmail.com>
    innerr committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    7c310c2 View commit details
    Browse the repository at this point in the history
  2. Splitted store CPU-IO workload so it could use diff conc, but task si…

    …ze still related
    
    Signed-off-by: Liu Cong <innerr@gmail.com>
    innerr committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    1f62d25 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Splitted store CPU-IO workload so it could use diff conc, but task si…

    …ze still related
    
    Signed-off-by: Liu Cong <innerr@gmail.com>
    innerr committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    f0a597b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Fixed issue: can not transfer leader

    Signed-off-by: Liu Cong <innerr@gmail.com>
    innerr committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    c72af06 View commit details
    Browse the repository at this point in the history
  2. Fixed issue: can not transfer leader

    Signed-off-by: Liu Cong <innerr@gmail.com>
    innerr committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    d6ff6e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Add metrics

    Signed-off-by: Liu Cong <innerr@gmail.com>
    innerr committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    373913b View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Add io config entries

    Signed-off-by: Liu Cong <innerr@gmail.com>
    innerr committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    8571bff View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Merge region IO

    Signed-off-by: Liu Cong <innerr@gmail.com>
    innerr committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    1e3bc70 View commit details
    Browse the repository at this point in the history
  2. Support both style of apply IO size

    Signed-off-by: Liu Cong <innerr@gmail.com>
    innerr committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    2526754 View commit details
    Browse the repository at this point in the history
  3. Add store_io_min_interval_us

    Signed-off-by: Liu Cong <innerr@gmail.com>
    innerr committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    9d03775 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Fixing corrution

    Signed-off-by: Liu Cong <innerr@gmail.com>
    innerr committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    9b65f6d View commit details
    Browse the repository at this point in the history
  2. Fixed corrution

    Signed-off-by: Liu Cong <innerr@gmail.com>
    innerr committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    0e0bc0e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. turn on entry cache

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    c6c4026 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from gengliqi/raftstore-async-io-merge-region-io

    Turn on entry cache
    innerr authored Jan 18, 2021
    Configuration menu
    Copy the full SHA
    d79115b View commit details
    Browse the repository at this point in the history