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

kv request: configurable KV Timeout #45601

Merged
merged 34 commits into from
Aug 11, 2023

Commits on Jul 27, 2023

  1. add tidb_kv_read_timeout

    hihihuhu committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    fc1e06f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. init

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    34906fe View commit details
    Browse the repository at this point in the history
  2. add test

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f659feb View commit details
    Browse the repository at this point in the history
  3. add test

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a3adf37 View commit details
    Browse the repository at this point in the history
  4. add test

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d57c5ce View commit details
    Browse the repository at this point in the history
  5. update DEPS

    Signed-off-by: Weizhen Wang <[email protected]>
    hawkingrei committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    955cdaf View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

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

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8e33754 View commit details
    Browse the repository at this point in the history
  3. address comment

    hihihuhu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e5424ea View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. refine test

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5feb317 View commit details
    Browse the repository at this point in the history
  2. update go.mod

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ab133a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66daaf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad9ccfe View commit details
    Browse the repository at this point in the history
  5. make bazel_prepare

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f22767e View commit details
    Browse the repository at this point in the history
  6. remove debug log

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2b83ea7 View commit details
    Browse the repository at this point in the history
  7. fix ci

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c860a18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be8ac9c View commit details
    Browse the repository at this point in the history
  9. fix ci

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f6adda6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. todo: fix test

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8d0ca0a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. fix test

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c627c9c View commit details
    Browse the repository at this point in the history
  2. address comment

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    effff3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2b77fb View commit details
    Browse the repository at this point in the history
  4. update go.mod

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    90c368f View commit details
    Browse the repository at this point in the history
  5. fix conflict

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f8730b9 View commit details
    Browse the repository at this point in the history
  6. refien code

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e0702e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. update go.mod

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d4d8575 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. add test and update go.mod

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    bf09076 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. update go.mod

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    90cb0f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    919ffb9 View commit details
    Browse the repository at this point in the history
  3. update go.mod

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1f03df3 View commit details
    Browse the repository at this point in the history
  4. add more test

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    41479a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb5a7ab View commit details
    Browse the repository at this point in the history
  6. make bazel_prepare

    Signed-off-by: crazycs520 <[email protected]>
    crazycs520 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2c8d1e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd1a2d9 View commit details
    Browse the repository at this point in the history