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

[core]Make GCS InternalKV workload configurable to the Policy. #47736

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

Commits on Sep 18, 2024

  1. dedicated kv ioctx

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bcf81c8 View commit details
    Browse the repository at this point in the history
  2. move gcs_table_storage_ back to main service.

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c84fd80 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    a021521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d8eaee View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. fix cpp test

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    36fc808 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fix atomics now that we have multiple thread reads...

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a87c39d View commit details
    Browse the repository at this point in the history
  2. atomics

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7cd7705 View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bbf02cd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. size_t -> int for proto

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    99f7ba9 View commit details
    Browse the repository at this point in the history
  2. fix atomics in periodical_runner

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a1ab6c6 View commit details
    Browse the repository at this point in the history
  3. update doc

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cf3f343 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. stopped -> shared_ptr<atomic<bool>>

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6d006e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. rename

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    110ae3e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into dedicated-kv-ioctx

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3d5e7f0 View commit details
    Browse the repository at this point in the history
  3. fit lint

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3461330 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Merge remote-tracking branch 'origin/master' into dedicated-kv-ioctx

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4ade4af View commit details
    Browse the repository at this point in the history
  2. type traits and policy for kv

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a607528 View commit details
    Browse the repository at this point in the history
  3. remove temp code

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    698cbe9 View commit details
    Browse the repository at this point in the history