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

[WIP] *: trace scan requests #427

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

[WIP] *: trace scan requests #427

wants to merge 33 commits into from

Commits on Oct 26, 2023

  1. trace scan requests

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    bec213a View commit details
    Browse the repository at this point in the history
  2. wip

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e35f479 View commit details
    Browse the repository at this point in the history
  3. wip

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    547eabb View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. wip

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e35a71b View commit details
    Browse the repository at this point in the history
  2. wip

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    942dbfc View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. fix blocking_write

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    56e8f4d View commit details
    Browse the repository at this point in the history
  2. comment out block_on

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    75ecb2c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. use AtomicU8 for status

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    83ae139 View commit details
    Browse the repository at this point in the history
  2. simplify

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    34a7936 View commit details
    Browse the repository at this point in the history
  3. fix check

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    fdec181 View commit details
    Browse the repository at this point in the history
  4. skip exchange on equal

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a1afcc1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'status-as-atomic-u8' into trace-scan

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1f9eba3 View commit details
    Browse the repository at this point in the history
  6. fix check

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    74df9f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    63790aa View commit details
    Browse the repository at this point in the history
  2. polish

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    bab9d01 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. trace tso

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7d8b777 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. fix get tso hang

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    aabe8e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7892d75 View commit details
    Browse the repository at this point in the history
  3. change all log to tracing

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    55887f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0bd83f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. more trace for tso

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1d3d074 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. wake

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7ba5f55 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix-get-tso-hang' into trace-scan

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    81058ee View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    e08fa53 View commit details
    Browse the repository at this point in the history
  2. print locks

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    faf135b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Merge branch 'master' into trace-scan

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5591a9a View commit details
    Browse the repository at this point in the history
  2. tracing for gc

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c2325e2 View commit details
    Browse the repository at this point in the history
  3. do not trace single shard

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e067c34 View commit details
    Browse the repository at this point in the history
  4. gc with range

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    36be2d0 View commit details
    Browse the repository at this point in the history
  5. polish trace

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    20f51be View commit details
    Browse the repository at this point in the history
  6. trace handle_region_error

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2fb5c22 View commit details
    Browse the repository at this point in the history
  7. no trace ResolveLock::execute

    Signed-off-by: Ping Yu <[email protected]>
    pingyu committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    87f5c5c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. migrate to tikv/minitrace-rust

    Signed-off-by: Andy Lok <[email protected]>
    andylokandy committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    5695e2e View commit details
    Browse the repository at this point in the history