-
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: change-replicas/mixed-version failed #98429
Comments
We weren't able to move a r445 replica from n1 to n4 because n4 already had a learner:
At 06:34:50 the n4 replica was in fact a LEARNER, but an outgoing one as it had been transferring its replica to n3.
However, n4 had failed to remove itself from the range because it was the leaseholder:
While relocating replicas, we do disable the replicate queue, which I guess prevented the configuration change from completing. I'll submit a PR to speed up replicate queue processing and resume processing between retries, which hopefully makes this less flaky. @shralex You were involved in some related work with leases and configuration changes, can you check if there's anything we need to examine further here? Is the failed configuration change benign? |
98491: roachtest: maybe deflake `change-replicas/mixed-version` r=erikgrinaker a=erikgrinaker Touches #98429. Epic: none Release note: None 98504: upgrade: Remove two to-be-deleted-V22_2 cluster versions r=Xiang-Gu a=Xiang-Gu This commit removed the following two cluster versions and its associated upgrade logic and tests: - V22_2UpgradeSequenceToBeReferencedByID - V22_2UpdateInvalidColumnIDsInSequenceBackReferences Informs: #96763, #96751 Release Note: None 98508: kv: deflake TestAbortCountConflictingWrites r=nvanbenschoten a=nvanbenschoten Fixes #96839. The test was made flaky by 5129578. See the comment in #96839 (comment) for an explanation. This commit resolves that flakiness. Release note: None Co-authored-by: Erik Grinaker <[email protected]> Co-authored-by: Xiang Gu <[email protected]> Co-authored-by: Nathan VanBenschoten <[email protected]>
roachtest.change-replicas/mixed-version failed with artifacts on master @ 5b2a5670cbbe895d76602c230390816e783e0caa:
Parameters:
ROACHTEST_cloud=gce
,ROACHTEST_cpu=4
,ROACHTEST_encrypted=false
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-25261
The text was updated successfully, but these errors were encountered: