Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cockroachdb/cockroach
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wenyihu6/cockroach
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on May 17, 2023

  1. kvserver: annotate queues with profiler labels

    Prior to this commit, different types of queues (consistency, merge, replica…) reuse baseQueue as the base
    implementation for queues. But goroutine dump does not explicitly show which queue called the function specifically
    which makes debugging complicated. This commit adds every queue’s name as a log tag to some queue implementation
    interfaces including maybeAdd and processLoop.
    wenyihu6 committed May 17, 2023
    Copy the full SHA
    5cd58f7 View commit details
Loading