-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
ccl/kvccl/kvtenantccl: TestTenantTracesAreRedacted failed #101010
Labels
A-admission-control
A-observability-inf
A-storage
Relating to our storage engine (Pebble) on-disk storage.
branch-master
Failures and bugs on the master branch.
branch-release-23.1
Used to mark GA and release blockers, technical advisories, and bugs for 23.1
C-test-failure
Broken test (automatically or manually discovered).
GA-blocker
O-robot
Originated from a bot.
Milestone
Comments
cockroach-teamcity
added
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
labels
Apr 9, 2023
ccl/kvccl/kvtenantccl.TestTenantTracesAreRedacted failed with artifacts on master @ 85e41ca8d3d9edacf5ee3061a2591b159b9b0502:
Parameters: Same failure on other branches
|
knz
added
A-storage
Relating to our storage engine (Pebble) on-disk storage.
A-observability-inf
labels
Apr 10, 2023
This is a legit pebble metric data race.
cc @jbowens @abarganier for triage. |
knz
added
GA-blocker
branch-release-23.1
Used to mark GA and release blockers, technical advisories, and bugs for 23.1
labels
Apr 10, 2023
This is a duplicate of #91414. @cockroachdb/admission-control |
irfansharif
added a commit
to irfansharif/cockroach
that referenced
this issue
Apr 10, 2023
Fixes cockroachdb#91414. Fixes cockroachdb#101010. Fixes cockroachdb#100902. The call to registerEnginesForDiskStatsMap needs to wait until the store IDs are known. Release note: None
irfansharif
added a commit
to irfansharif/cockroach
that referenced
this issue
Apr 10, 2023
Fixes cockroachdb#91414. Fixes cockroachdb#101010. Fixes cockroachdb#100902. There was a race between registerEnginesForDiskStatsMap and SetPebbleMetricsProvider, the latter making use of a map constructed by the former but appeared in the opposite order in code. Release note: None
craig bot
pushed a commit
that referenced
this issue
Apr 10, 2023
101148: server: (re-)fix data race in server initialization r=irfansharif a=irfansharif Fixes #91414. Fixes #101010. Fixes #100902. There was a race between registerEnginesForDiskStatsMap and SetPebbleMetricsProvider, the latter making use of a map constructed by the former but appeared in the opposite order in code. Release note: None Co-authored-by: irfan sharif <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-admission-control
A-observability-inf
A-storage
Relating to our storage engine (Pebble) on-disk storage.
branch-master
Failures and bugs on the master branch.
branch-release-23.1
Used to mark GA and release blockers, technical advisories, and bugs for 23.1
C-test-failure
Broken test (automatically or manually discovered).
GA-blocker
O-robot
Originated from a bot.
ccl/kvccl/kvtenantccl.TestTenantTracesAreRedacted failed with artifacts on master @ 85e41ca8d3d9edacf5ee3061a2591b159b9b0502:
Parameters:
TAGS=bazel,gss,race
Help
See also: How To Investigate a Go Test Failure (internal)
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-26746
The text was updated successfully, but these errors were encountered: