You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixescockroachdb#21828.
Fixescockroachdb#21846.
Fixescockroachdb#21844.
Fixescockroachdb#21808.
See discussion in cockroachdb#21802.
We were previously ignoring the errors returned by job operations in
a few places. This meant that we would fail to propagate retryable txn
errors when using the jobs API and we could think a txn succeeded when
it didn't. This change fixes that.
In doing so, it makes schema changes fail when they see errors due to
job status updates. I don't see a compelling reason why the old behavior
was better and I suspect it was allowing subtle inconsistencies.
Release note: None
Fixescockroachdb#21828.
Fixescockroachdb#21846.
Fixescockroachdb#21844.
Fixescockroachdb#21808.
See discussion in cockroachdb#21802.
We were previously ignoring the errors returned by job operations in
a few places. This meant that we would fail to propagate retryable txn
errors when using the jobs API and we could think a txn succeeded when
it didn't. This change fixes that.
In doing so, it makes schema changes fail when they see errors due to
job status updates. I don't see a compelling reason why the old behavior
was better and I suspect it was allowing subtle inconsistencies.
Release note: None
The following tests appear to have failed:
#494466:
Please assign, take a look and update the issue accordingly.
The text was updated successfully, but these errors were encountered: