-
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: tpcc/mixed-headroom/n5cpu16 failed #39008
Comments
SHA: https://github.com/cockroachdb/cockroach/commits/1ad0ecc8cbddf82c9fedb5a5c5e533e72a657ff7 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1399000&tab=buildLog
|
I looked at the PR introducing this (#38782) and there isn't a migration. Isn't that an oversight? MinTimestamp is populated when the txn proto is made, i.e. not necessarily by the node evaluating |
Yes, that's an oversight. I must have been thinking about the behavior we'll want in the next release. It's strange because I was clearly thinking about compatibility in this area of code. For now, we should continue to use |
…mestamp Fixes cockroachdb#39008. This was missed in cockroachdb#38782. I must have been thinking about the behavior we'll want to switch to in v20.1. Luckily, the issue was easily caught by `tpcc/mixed-headroom/n5cpu16`. Release note: None
39055: storage: remain compatible with transactions missing their minimum timestamp r=tbg a=nvanbenschoten Fixes #39008. This was missed in #38782. I must have been thinking about the behavior we'll want to switch to in v20.1. Luckily, the issue was easily caught by `tpcc/mixed-headroom/n5cpu16`. Release note: None Co-authored-by: Nathan VanBenschoten <[email protected]>
…mestamp Fixes cockroachdb#39008. This was missed in cockroachdb#38782. I must have been thinking about the behavior we'll want to switch to in v20.1. Luckily, the issue was easily caught by `tpcc/mixed-headroom/n5cpu16`. Release note: None
SHA: https://github.com/cockroachdb/cockroach/commits/1ca35fc4a0e2665e7f6efd945e65a0db97984fa7
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1396096&tab=buildLog
The text was updated successfully, but these errors were encountered: