Skip to content
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: collect kafka logs as part of artifacts #69155

Closed
stevendanna opened this issue Aug 19, 2021 · 0 comments · Fixed by #69431
Closed

roachtest: collect kafka logs as part of artifacts #69155

stevendanna opened this issue Aug 19, 2021 · 0 comments · Fixed by #69431
Assignees
Labels
A-cdc Change Data Capture C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-cdc

Comments

@stevendanna
Copy link
Collaborator

The CDC roachtests send data to a kafka installation that we install on one of the roachprod nodes. Occasionally, tests fail because of problems with kafka itself. Kafka currently logs to a directory that is not collected by our artifacts collection, and thus we have no access to the logs, making some nightly failures hard to quickly diagnose.

See for example: #69136

We should collect logs from kafka, the confluent schema registry, and zookeeper as part of the artifact collection process.

@stevendanna stevendanna added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-cdc Change Data Capture T-cdc labels Aug 19, 2021
stevendanna added a commit to stevendanna/cockroach that referenced this issue Aug 26, 2021
Fixes cockroachdb#69155

Release justification: Non-production code change
Release note: None
craig bot pushed a commit that referenced this issue Aug 27, 2021
69431: roachtest: move kafka logs into collected log dir r=stevendanna a=stevendanna

Fixes #69155

Release justification: Non-production code change
Release note: None

Co-authored-by: Steven Danna <[email protected]>
@craig craig bot closed this as completed in 494ee1b Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cdc Change Data Capture C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-cdc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant