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: implement non-block read when coprocessor meets the lock of a large transaction #11986

Merged
merged 33 commits into from Nov 19, 2019

Commits on Sep 2, 2019

  1. Copy the full SHA
    eab9b2a View commit details
    Browse the repository at this point in the history
  2. make golint happy

    tiancaiamao committed Sep 2, 2019
    Copy the full SHA
    1bcb0f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

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

Commits on Sep 12, 2019

  1. Copy the full SHA
    294cfc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Copy the full SHA
    5e57d47 View commit details
    Browse the repository at this point in the history
  2. address comment

    tiancaiamao committed Oct 14, 2019
    Copy the full SHA
    d4e967f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. address comment

    tiancaiamao committed Oct 16, 2019
    Copy the full SHA
    ac063c5 View commit details
    Browse the repository at this point in the history
  2. address comment

    tiancaiamao committed Oct 16, 2019
    Copy the full SHA
    4c5e6ac View commit details
    Browse the repository at this point in the history
  3. go fmt

    tiancaiamao committed Oct 16, 2019
    Copy the full SHA
    a457c9f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. address comment

    tiancaiamao committed Oct 17, 2019
    Copy the full SHA
    af8acac View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Copy the full SHA
    8dc46b2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e813646 View commit details
    Browse the repository at this point in the history
  3. address comment

    tiancaiamao committed Nov 7, 2019
    Copy the full SHA
    6bcd36d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Copy the full SHA
    57e6669 View commit details
    Browse the repository at this point in the history
  2. address comment

    tiancaiamao committed Nov 12, 2019
    Copy the full SHA
    552d679 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0e75536 View commit details
    Browse the repository at this point in the history
  4. address comment

    1. don't backoff if len(minCommitTSPushed)>0
    2. share minCommitTSPushed between coprocessor workers
    tiancaiamao committed Nov 12, 2019
    Copy the full SHA
    ef41338 View commit details
    Browse the repository at this point in the history
  5. address comment

    tiancaiamao committed Nov 12, 2019
    Copy the full SHA
    2d0f7e0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    34b829e View commit details
    Browse the repository at this point in the history
  7. fix CI

    tiancaiamao committed Nov 12, 2019
    Copy the full SHA
    2514021 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. fix CI

    tiancaiamao committed Nov 13, 2019
    Copy the full SHA
    d0cd1f7 View commit details
    Browse the repository at this point in the history
  2. address comment

    tiancaiamao committed Nov 13, 2019
    Copy the full SHA
    6f7566b View commit details
    Browse the repository at this point in the history
  3. address comment

    tiancaiamao committed Nov 13, 2019
    Copy the full SHA
    414af18 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    217dd9e View commit details
    Browse the repository at this point in the history
  5. address comment

    tiancaiamao committed Nov 13, 2019
    Copy the full SHA
    a4465cc View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

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

Commits on Nov 18, 2019

  1. Copy the full SHA
    a83d9dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8b94a33 View commit details
    Browse the repository at this point in the history
  3. make golint happy

    tiancaiamao committed Nov 18, 2019
    Copy the full SHA
    95525ce View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    40c850c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. address comment

    use failpoint to cover test
    tiancaiamao committed Nov 19, 2019
    Copy the full SHA
    1db31b6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    72eef5b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    aaaea2c View commit details
    Browse the repository at this point in the history