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

store/tikv: implement a ttlManager to update the TTL of a transaction #12177

Merged
merged 41 commits into from
Sep 25, 2019

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    4ce8dba View commit details
    Browse the repository at this point in the history
  2. fix CI

    tiancaiamao committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    e736d97 View commit details
    Browse the repository at this point in the history
  3. make golint happy

    tiancaiamao committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    1ff204f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c07e771 View commit details
    Browse the repository at this point in the history
  5. using Go1.12

    tiancaiamao committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    0943045 View commit details
    Browse the repository at this point in the history
  6. make golint happy

    tiancaiamao committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    7ef4464 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. address comment

    tiancaiamao committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    03a2432 View commit details
    Browse the repository at this point in the history
  2. address comment

    tiancaiamao committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f1e97df View commit details
    Browse the repository at this point in the history
  3. fix CI

    tiancaiamao committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    d49ebfc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    d3c3178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cfe3ea View commit details
    Browse the repository at this point in the history
  3. update go.mod

    tiancaiamao committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    dbe8d34 View commit details
    Browse the repository at this point in the history
  4. address comment

    tiancaiamao committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    a7d9bda View commit details
    Browse the repository at this point in the history
  5. go mod tidy

    tiancaiamao committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    5938ccf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fcffd2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    491fa33 View commit details
    Browse the repository at this point in the history
  8. address comment

    tiancaiamao committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    2e36825 View commit details
    Browse the repository at this point in the history
  9. fix integration test

    tiancaiamao committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    c05f9cb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

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

Commits on Sep 8, 2019

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

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    8522359 View commit details
    Browse the repository at this point in the history
  2. update test

    tiancaiamao committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    84525f4 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    tiancaiamao committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    8f423ee View commit details
    Browse the repository at this point in the history
  4. fix data race

    tiancaiamao committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    953dce6 View commit details
    Browse the repository at this point in the history
  5. go mod tidy

    tiancaiamao committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    5dab766 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. address comment

    tiancaiamao committed Sep 16, 2019
    2 Configuration menu
    Copy the full SHA
    0b29c2b View commit details
    Browse the repository at this point in the history
  2. address comment

    tiancaiamao committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    b2d7864 View commit details
    Browse the repository at this point in the history
  3. clean up unused code

    tiancaiamao committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    f2f8e6d View commit details
    Browse the repository at this point in the history
  4. fix ci

    tiancaiamao committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    bd5978d View commit details
    Browse the repository at this point in the history
  5. address comment

    tiancaiamao committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    9f5e3aa View commit details
    Browse the repository at this point in the history
  6. address comment

    tiancaiamao committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    60be7b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e400c4d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    312cb24 View commit details
    Browse the repository at this point in the history
  2. tiny update

    tiancaiamao committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    2552971 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. address comment

    tiancaiamao committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    012157f View commit details
    Browse the repository at this point in the history
  2. address comment

    tiancaiamao committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    f50f093 View commit details
    Browse the repository at this point in the history
  3. address comment

    tiancaiamao committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    657360a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. address comment

    tiancaiamao committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    786e65d View commit details
    Browse the repository at this point in the history
  2. address comment

    tiancaiamao committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    ef03cee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    433b3aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbfd099 View commit details
    Browse the repository at this point in the history