-
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/changefeedccl: TestNoStopAfterNonTargetAddColumnWithBackfill failed #129045
Comments
Reviewing the logs, it didn't hit either of the core changefeed error logs in #127530 nor the timeout log in #127553. It seems like the test server just shut down randomly with a
Asked for help from #multi-tenant here: https://cockroachlabs.slack.com/archives/C02HWA24541/p1723839743273609 |
Looking at the logs from just this failure, it looks to me like the schema change stopped the feed despite our expectation that it wouldn't.
|
Thanks for taking a look. My interpretation (which might be wrong) was that the changefeed was going to restart, but I guess we can't really tell from the error message since the same error is returned for both restart and exit (aside: we have an issue to improve observability for this #124635): cockroach/pkg/ccl/changefeedccl/kvfeed/kv_feed.go Lines 405 to 407 in 2f8519c
I think some other evidence that it might not be because the changefeed stopped is that I don't see the logs that were added in this PR: #127530 |
131732: ci: update bazel builder image r=rickystewart a=cockroach-teamcity Release note: None Epic: None 131780: changefeedccl: enable verbose logs for a few schema change unit tests r=rharding6373 a=andyyang890 **changefeedccl/kvfeed: add debug logs around schema change boundary types** Release note: None ---- **changefeedccl: add debug logs around when processors move to draining** Release note: None ---- **changefeedccl: enable verbose logs for a few schema change unit tests** We're seeing that some changefeed unit tests involving schema changes are sometimes flaking when using a core changefeed. This patch enables verbose logs that will provide more information about what the kv feed is doing when it sees the schema change and when processors are moving to draining. Release note: None ---- Informs #131186 Informs #130404 Informs #129777 Informs #129226 Informs #129045 Co-authored-by: cockroach-teamcity <[email protected]> Co-authored-by: Andy Yang <[email protected]>
The test artifacts have expired. We added more observability and more verbose logging in case it happens again. Closing as unactionable. |
ccl/changefeedccl.TestNoStopAfterNonTargetAddColumnWithBackfill failed on master @ 575cdd4696dfcac8f311d1ea546683271102f73e:
Parameters:
attempt=1
deadlock=true
run=1
shard=6
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-41352
The text was updated successfully, but these errors were encountered: