Skip to content

fix: data race in lb#73

Merged
nullboundary merged 1 commit into
calque-ai:mainfrom
ankittk:fix/countersIncrement
Jan 13, 2026
Merged

fix: data race in lb#73
nullboundary merged 1 commit into
calque-ai:mainfrom
ankittk:fix/countersIncrement

Conversation

@ankittk
Copy link
Copy Markdown
Contributor

@ankittk ankittk commented Jan 12, 2026

multiple requests will concurrently access this shared counter. this can create:
Data race, incorrect load distribution and panic

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@ankittk ankittk force-pushed the fix/countersIncrement branch from 959cd5c to d9ee9e3 Compare January 12, 2026 15:29
@nullboundary nullboundary merged commit 2d79fec into calque-ai:main Jan 13, 2026
6 checks passed
@nullboundary
Copy link
Copy Markdown
Contributor

Nice catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants