-
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
ccl/crosscluster/logical: TestMultipleSourcesIntoSingleDest failed #135490
Comments
ccl/crosscluster/logical.TestMultipleSourcesIntoSingleDest failed with artifacts on master @ 8eeb7f2ae3b2cede564b46ca47e2353fd147c061:
Same failure on other branches
|
PR cockroachdb#134997 introduced a bug where CREATE LOGICAL REPLICATION could return early with a bogus job id if the txn which writes the job record retried. This patch prevents this. Fixes cockroachdb#135176 Fixes cockroachdb#135490 Release note: none
PR cockroachdb#134997 introduced a bug where CREATE LOGICAL REPLICATION could return early with a bogus job id if the txn which writes the job record retried. This patch prevents this. Note: I plan to open a follow up PR that moves the ldr planning txn into its own helper func. Fixes cockroachdb#135176 Fixes cockroachdb#135490 Release note: none
135994: crosscluster/logical: only return jobID if planner txn succeeded r=kev-cao a=msbutler PR #134997 introduced a bug where CREATE LOGICAL REPLICATION could return early with a bogus job id if the txn which writes the job record retried. This patch prevents this. Note: I plan to open a follow up PR that moves the ldr planning txn into its own helper func. Fixes #135176 Fixes #135490 Release note: none Co-authored-by: Michael Butler <[email protected]>
Based on the specified backports for linked PR #135994, I applied the following new label(s) to this issue: branch-release-24.3. Please adjust the labels as needed to match the branches actually affected by this issue, including adding any known older branches. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
PR #134997 introduced a bug where CREATE LOGICAL REPLICATION could return early with a bogus job id if the txn which writes the job record retried. This patch prevents this. Note: I plan to open a follow up PR that moves the ldr planning txn into its own helper func. Fixes #135176 Fixes #135490 Release note: none
ccl/crosscluster/logical.TestMultipleSourcesIntoSingleDest failed on master @ e83bc46aa42f2476b4b11b9703b8038c660dc980:
Parameters:
attempt=1
race=true
run=1
shard=1
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-44591
The text was updated successfully, but these errors were encountered: