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

rac2: reduce tokenCounter mutex contention #143518

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

sumeerbhola
Copy link
Collaborator

The metrics update and logging are moved out of the critical section.

Epic: none

Release note: None

@sumeerbhola sumeerbhola requested a review from kvoli March 26, 2025 20:13
@sumeerbhola sumeerbhola requested a review from a team as a code owner March 26, 2025 20:13
Copy link

blathers-crl bot commented Mar 26, 2025

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator Author

@sumeerbhola sumeerbhola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see https://cockroachlabs.slack.com/archives/C06UFBJ743F/p1743018300491679 for motivation

Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @kvoli)

@tbg tbg added the o-perf-efficiency Related to performance efficiency label Mar 26, 2025
Copy link
Collaborator

@kvoli kvoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @sumeerbhola)


pkg/kv/kvserver/kvflowcontrol/rac2/token_counter.go line 326 at r1 (raw file):

	tokensAvailable := t.tokensLocked(wc)
	if tokensAvailable <= 0 {
		t.mu.Unlock()

This will need a // nolint:deferunlockcheck inline comment inline, or at the top of the function iirc. Ditto for adjustLockedAndUnlock.

Copy link
Collaborator Author

@sumeerbhola sumeerbhola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @kvoli)


pkg/kv/kvserver/kvflowcontrol/rac2/token_counter.go line 326 at r1 (raw file):

Previously, kvoli (Austen) wrote…

This will need a // nolint:deferunlockcheck inline comment inline, or at the top of the function iirc. Ditto for adjustLockedAndUnlock.

I couldn't figure out the right dev lint ... incantation to trigger this in my local build -- do you happen to know?

@sumeerbhola
Copy link
Collaborator Author

never mind: dev build short --lint finds these.

The metrics update and logging are moved out of the critical section.

Epic: none

Release note: None
@sumeerbhola sumeerbhola force-pushed the token_counter_contention branch from 44d44ad to 80484e0 Compare March 26, 2025 21:35
@sumeerbhola
Copy link
Collaborator Author

TFTR!

Copy link
Collaborator

@kvoli kvoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @sumeerbhola)


pkg/kv/kvserver/kvflowcontrol/rac2/token_counter.go line 326 at r1 (raw file):

Previously, sumeerbhola wrote…

I couldn't figure out the right dev lint ... incantation to trigger this in my local build -- do you happen to know?

I've never gotten this to work, I usually just push the changes and see what happens with engflow.

@sumeerbhola
Copy link
Collaborator Author

bors r=kvoli

@craig
Copy link
Contributor

craig bot commented Mar 27, 2025

@craig craig bot merged commit 8b03864 into cockroachdb:master Mar 27, 2025
23 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
o-perf-efficiency Related to performance efficiency target-release-25.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants