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

*: calculate GC safe point based on global min start timestamp #12223

Merged
merged 20 commits into from
Sep 30, 2019

Commits on Sep 24, 2019

  1. *: calculate GC safe point based on global min start timestamp

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    ce7ae55 View commit details
    Browse the repository at this point in the history
  2. address comments

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    d48f0fb View commit details
    Browse the repository at this point in the history
  3. update etcd key

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    901c95f View commit details
    Browse the repository at this point in the history
  4. remove max-txn-time-use

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    7dee370 View commit details
    Browse the repository at this point in the history
  5. add some debug logs

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    8d890a2 View commit details
    Browse the repository at this point in the history
  6. fix bitSize

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    c1e4feb View commit details
    Browse the repository at this point in the history
  7. skip startts == 0

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    dec2132 View commit details
    Browse the repository at this point in the history
  8. update the debug log

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    8b58e2f View commit details
    Browse the repository at this point in the history
  9. fix import

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    b6d018f View commit details
    Browse the repository at this point in the history
  10. address comments

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    d0bff40 View commit details
    Browse the repository at this point in the history
  11. fix a bug

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    c318f66 View commit details
    Browse the repository at this point in the history
  12. fix compile

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    aaa6323 View commit details
    Browse the repository at this point in the history
  13. avoid the second oldest transactions aborted in the same tidb-server

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    5ae29fd View commit details
    Browse the repository at this point in the history
  14. add test cases

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    259ca92 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. add test cases

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    54acf4f View commit details
    Browse the repository at this point in the history
  2. address comments

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    e523497 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. fix data race in test cases

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    7ddd22d View commit details
    Browse the repository at this point in the history
  2. fix race

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    a98140b View commit details
    Browse the repository at this point in the history
  3. revert the wrong fix

    Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
    jackysp committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    32be307 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3e6928 View commit details
    Browse the repository at this point in the history