-
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: tpccbench/nodes=6/cpu=16/multi-az failed [empty prevented startup file] #67471
Comments
It looks as though n6 refused to restart due to the presence of a PreventStartupFile. We see
which is printed from cockroach/pkg/base/store_spec.go Lines 448 to 455 in 96880bc
so the file was empty. It looks as that file is only ever written on replica inconsistencies (search for cockroach/pkg/kv/kvserver/replica_corruption.go Lines 40 to 72 in c81a2a3
The consistency checker would have produced results for At the end of all this, my best hypothesis is:
There are only three places where we create a cockroach/pkg/kv/kvserver/replica.go Lines 1799 to 1807 in b2bed86
cockroach/pkg/kv/kvserver/batcheval/cmd_end_transaction.go Lines 615 to 617 in d8ff91e
cockroach/pkg/kv/kvserver/batcheval/cmd_end_transaction.go Lines 604 to 611 in d8ff91e
|
Going to leave this open despite the error not being actionable to make sure that if it reoccurs within, say, two weeks, the link to the analysis above is made. |
I have to assume this was also a failed consistency check, such as the one here: #69414 (comment) Going to close this issue as a duplicate. |
roachtest.tpccbench/nodes=6/cpu=16/multi-az failed with artifacts on master @ 9ba3068987a973a92757db53800dfafbf8a262e7:
Reproduce
To reproduce, try:
# From https://go.crdb.dev/p/roachstress, perhaps edited lightly. caffeinate ./roachstress.sh tpccbench/nodes=6/cpu=16/multi-az
This test on roachdash | Improve this report!
The text was updated successfully, but these errors were encountered: