roachtest: collect kafka logs as part of artifacts #69155
Labels
A-cdc
Change Data Capture
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-cdc
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.
The text was updated successfully, but these errors were encountered: