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

raftstore: restrict the total write size of each apply round #13594

Merged
merged 21 commits into from
Nov 2, 2022

Commits on Oct 13, 2022

  1. restrict the total message size of each apply round

    Signed-off-by: glorv <glorvs@163.com>
    glorv committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    d337d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cfaa78 View commit details
    Browse the repository at this point in the history
  3. format code

    Signed-off-by: glorv <glorvs@163.com>
    glorv committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    953211f View commit details
    Browse the repository at this point in the history
  4. fix unit test

    Signed-off-by: glorv <glorvs@163.com>
    glorv committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    5192183 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

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

Commits on Oct 25, 2022

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

Commits on Oct 26, 2022

  1. use ReadableSize

    Signed-off-by: glorv <glorvs@163.com>
    glorv committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    b2909a2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'entry-size-per-tick' of https://github.com/glorv/tikv i…

    …nto entry-size-per-tick
    glorv committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c6863e3 View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: glorv <glorvs@163.com>
    glorv committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    72aa623 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. restrict the apply size at commit apply

    Signed-off-by: glorv <glorvs@163.com>
    glorv committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    b628ac2 View commit details
    Browse the repository at this point in the history
  2. remove useless code

    Signed-off-by: glorv <glorvs@163.com>
    glorv committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    2aa32d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e76488 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: glorv <glorvs@163.com>
    glorv committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    aa70d4f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. add a unit test

    Signed-off-by: glorv <glorvs@163.com>
    glorv committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    ca6b1bd View commit details
    Browse the repository at this point in the history
  2. fix apply metrics

    Signed-off-by: glorv <glorvs@163.com>
    glorv committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    11f392e View commit details
    Browse the repository at this point in the history
  3. fix clippy and add a comment

    Signed-off-by: glorv <glorvs@163.com>
    glorv committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    173c59a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ac4ca2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. change cfg name

    Signed-off-by: glorv <glorvs@163.com>
    glorv committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9eb1f79 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'entry-size-per-tick' of https://github.com/glorv/tikv i…

    …nto entry-size-per-tick
    glorv committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    2dfbd8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a56e49c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

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