-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: failover/non-system/pause/lease=expiration failed #141484
Comments
I investigated sibling test #141480 (comment). Unsure if this failure is the same, but superficially looks that way. Will wait for more nightlies to see if there are repeat failures. |
roachtest.failover/non-system/pause/lease=expiration failed with artifacts on master @ 67a82bfc09766413d7f8ae8edb10035940b94c7e:
Parameters:
|
roachtest.failover/non-system/pause/lease=expiration failed with artifacts on master @ 34e34c2d5b9598441b935f03a794277e9329a256:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for azure clusters |
roachtest.failover/non-system/pause/lease=expiration failed with artifacts on master @ 34e34c2d5b9598441b935f03a794277e9329a256:
Parameters:
|
roachtest.failover/non-system/pause/lease=expiration failed with artifacts on master @ 34e34c2d5b9598441b935f03a794277e9329a256:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for azure clusters |
roachtest.failover/non-system/pause/lease=expiration failed with artifacts on master @ 34e34c2d5b9598441b935f03a794277e9329a256:
Parameters:
|
$ git log 22b2627 --not 9598211 --merges --oneline |
roachtest.failover/non-system/pause/lease=expiration failed with artifacts on master @ f3193fa36f11d583dd7e7ba505a89e7e309996aa:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for azure clusters |
roachtest.failover/non-system/pause/lease=expiration failed with artifacts on master @ f3193fa36f11d583dd7e7ba505a89e7e309996aa:
Parameters:
|
roachtest.failover/non-system/pause/lease=expiration failed with artifacts on master @ 954761451e68c1c5db5fbe0f336225955dad1075:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for azure clusters |
roachtest.failover/non-system/pause/lease=expiration failed with artifacts on master @ 954761451e68c1c5db5fbe0f336225955dad1075:
Parameters:
|
We seem to get stuck reading the descriptor, I'll try to see where the remote end of this is stuck:
|
Previously, the lease manager did not properly handle cases when the session ID changes. This could happen because of failover scenarios, where a new session ID would be assigned. The lease manager would not update the in memory or on disk state to pick up the new session ID, if the descriptor version did not change. This could lead to an infinite loop inside lease acquisition. To address this, this patch will allow upserting leases with a new session ID and the same version. Fixes: cockroachdb#141567 Fixes: cockroachdb#141556 Fixes: cockroachdb#141555 Fixes: cockroachdb#141554 Fixes: cockroachdb#141553 Fixes: cockroachdb#141552 Fixes: cockroachdb#141549 Fixes: cockroachdb#141548 Fixes: cockroachdb#141547 Fixes: cockroachdb#141546 Fixes: cockroachdb#141545 Fixes: cockroachdb#141544 Fixes: cockroachdb#141543 Fixes: cockroachdb#141542 Fixes: cockroachdb#141541 Fixes: cockroachdb#141540 Fixes: cockroachdb#141539 Fixes: cockroachdb#141538 Fixes: cockroachdb#141484 Fixes: cockroachdb#141481 Fixes: cockroachdb#141480 Fixes :cockroachdb#141473 Fixes: cockroachdb#141473 Fixes: cockroachdb#141467 Fixes: cockroachdb#141685 Fixes: cockroachdb#141585 Fixes: cockroachdb#141566 Fixes: cockroachdb#141513 Fixes: cockroachdb#141479 Release note: None
roachtest.failover/non-system/pause/lease=expiration failed with artifacts on master @ 3e38c3357dc026e41cf48d192611608b34fc064a:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for azure clusters |
roachtest.failover/non-system/pause/lease=expiration failed with artifacts on master @ 3e38c3357dc026e41cf48d192611608b34fc064a:
Parameters:
|
141749: catalog/lease: properly handle session ID changes r=fqazi a=fqazi Previously, the lease manager did not properly handle cases when the session ID changes. This could happen because of failover scenarios, where a new session ID would be assigned. The lease manager would not update the in memory or on disk state to pick up the new session ID, if the descriptor version did not change. This could lead to an infinite loop inside lease acquisition. To address this, this patch will allow upserting leases with a new session ID and the same version. Fixes: #141567 Fixes: #141556 Fixes: #141555 Fixes: #141554 Fixes: #141553 Fixes: #141552 Fixes: #141549 Fixes: #141548 Fixes: #141547 Fixes: #141546 Fixes: #141545 Fixes: #141544 Fixes: #141543 Fixes: #141542 Fixes: #141541 Fixes: #141540 Fixes: #141539 Fixes: #141538 Fixes: #141484 Fixes: #141481 Fixes: #141480 Fixes :#141473 Fixes: #141473 Fixes: #141467 Fixes: #141685 Fixes: #141585 Fixes: #141566 Fixes: #141513 Fixes: #141479 Release note: None Co-authored-by: Faizan Qazi <[email protected]>
Previously, the lease manager did not properly handle cases when the session ID changes. This could happen because of failover scenarios, where a new session ID would be assigned. The lease manager would not update the in memory or on disk state to pick up the new session ID, if the descriptor version did not change. This could lead to an infinite loop inside lease acquisition. To address this, this patch will allow upserting leases with a new session ID and the same version. Fixes: cockroachdb#141567 Fixes: cockroachdb#141556 Fixes: cockroachdb#141555 Fixes: cockroachdb#141554 Fixes: cockroachdb#141553 Fixes: cockroachdb#141552 Fixes: cockroachdb#141549 Fixes: cockroachdb#141548 Fixes: cockroachdb#141547 Fixes: cockroachdb#141546 Fixes: cockroachdb#141545 Fixes: cockroachdb#141544 Fixes: cockroachdb#141543 Fixes: cockroachdb#141542 Fixes: cockroachdb#141541 Fixes: cockroachdb#141540 Fixes: cockroachdb#141539 Fixes: cockroachdb#141538 Fixes: cockroachdb#141484 Fixes: cockroachdb#141481 Fixes: cockroachdb#141480 Fixes :cockroachdb#141473 Fixes: cockroachdb#141473 Fixes: cockroachdb#141467 Fixes: cockroachdb#141685 Fixes: cockroachdb#141585 Fixes: cockroachdb#141566 Fixes: cockroachdb#141513 Fixes: cockroachdb#141479 Release note: None
roachtest.failover/non-system/pause/lease=expiration failed with artifacts on master @ 22b262749c502d07ec7ccec5b76abd67c361ae4d:
Parameters:
arch=amd64
cloud=gce
coverageBuild=false
cpu=2
encrypted=false
fs=ext4
localSSD=true
metamorphicBufferedSender=false
runtimeAssertionsBuild=false
ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
See: Grafana
This test on roachdash | Improve this report!
Jira issue: CRDB-47852
The text was updated successfully, but these errors were encountered: