-
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
roachtest: rebalance/by-load/leases failed #93105
Comments
From the test log:
There are few warnings in the logs regarding replica moves which may be related:
|
Seems like it does eventually resolve itself but not before timing out the test:
s2 needs to grab a lease but doesn't till right at the end. Downloaded logs, will dig into further later. |
So it appears like this test failure is due to two reasons. If either one had
For 1: The replicate undoes the work of another store's store rebalancer component, by
For 2: The replicate queue transfers a lease This leads to The relevant timeline of appended logs are listed below.
The resolution to (1) would ideally be to eliminate lease transfers from the The resolution to (2) is more complex, it would involve time stamping estimated I filed #93532 for 2. |
We have marked this test failure issue as stale because it has been |
roachtest.rebalance/by-load/leases failed with artifacts on release-22.2 @ adf24a585553397a7ad8e4bb6da0609bb5d2e930:
Parameters:
ROACHTEST_cloud=gce
,ROACHTEST_cpu=4
,ROACHTEST_encrypted=false
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-22159
Epic CRDB-18656
The text was updated successfully, but these errors were encountered: