-
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
sql: TestTxnUserRestart failed under stress #33503
Comments
@andreimatei could you give an initial analysis of this? |
SHA: https://github.com/cockroachdb/cockroach/commits/8179cd9efec890f1ba063488c7a502a96b8241dc Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1120630&tab=buildLog
|
friendly ping, @andreimatei |
SHA: https://github.com/cockroachdb/cockroach/commits/bf87ee9d6d5d75cb0ce3bc814fc28f9d16b8ce9d Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1301069&tab=buildLog
|
I can't repro this for the life of me. I've tried stressing and stress-racing. And I've tried stressing the whole package too. What the failures seem to say is that a statement encountered a wiped write timestamp cache - which generally happens after lease transfers. Why a lease transfer happened in this single-node cluster I don't know. I'd say that it was the thing that we fixed when we started with multiple ranges on cluster bootstrap instead of just one - cause before that there used to be a disruptive transition from expiration based lease to epoch based lease for user ranges. Except that disruption was happening a few seconds into the test run, where at least the last failure here is quick. All these failures are on the 2.1 branch. I'm gonna ignore it and close it later when we're no longer backporting stuff to 2.1... |
SHA: https://github.com/cockroachdb/cockroach/commits/7dec3577461a1e53ea70582de62bbd96bf512b73 Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1614544&tab=buildLog
|
Now that #45566 I am removing the branch-master label. |
SHA: https://github.com/cockroachdb/cockroach/commits/431b1846249fd2d110706ad221504706014e8b70
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1080582&tab=buildLog
The text was updated successfully, but these errors were encountered: