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

[PCP-21] Titan GC doesn’t affect online write #121

Merged
merged 29 commits into from
Feb 15, 2020

Commits on Nov 10, 2019

  1. bump to local rocksdb

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    e2f0427 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. WIP on green blob gc

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    463a750 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. update merge to fix missing blob bug

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    d5dee5a View commit details
    Browse the repository at this point in the history
  2. refinement

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    6b28171 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. Configuration menu
    Copy the full SHA
    354bd3d View commit details
    Browse the repository at this point in the history
  2. remove unused field

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    c1e42ea View commit details
    Browse the repository at this point in the history
  3. fix name shadowing issue

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    e919c1b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Configuration menu
    Copy the full SHA
    c42d7ae View commit details
    Browse the repository at this point in the history
  2. make gc rewrite mode settable

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    b204037 View commit details
    Browse the repository at this point in the history
  3. fix merge blob file number

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    40b573f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. minor fix

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    062d667 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. fmt

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    a34e5d4 View commit details
    Browse the repository at this point in the history
  2. parameterized test and fix

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    c985bc4 View commit details
    Browse the repository at this point in the history
  3. fmt

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    72ae1a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. default as kMerge

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    102f853 View commit details
    Browse the repository at this point in the history
  2. fix merge on merge case

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    de28ea4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. fix merge on delete case

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    62f82db View commit details
    Browse the repository at this point in the history
  2. add thread safety test

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    8b06645 View commit details
    Browse the repository at this point in the history
  3. patch test

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    4998de9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. fix a deletion marker case

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    5828f64 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

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

Commits on Feb 10, 2020

  1. address comments

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    7c3cb82 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. add comment for merge operator

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    89165f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. address comments

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    d8c3691 View commit details
    Browse the repository at this point in the history
  2. update comment

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    a43b844 View commit details
    Browse the repository at this point in the history
  3. adapt to rocksdb type

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    e153ae7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. add test for new feature

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    26536a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. update CMakeLists.txt

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    6140640 View commit details
    Browse the repository at this point in the history
  2. fix c17 namespace

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    faa0a7d View commit details
    Browse the repository at this point in the history