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

Confluent Control Center shows connector as Degraded but validate script gives green light #232

Open
rmoff opened this issue Jul 2, 2020 · 1 comment

Comments

@rmoff
Copy link
Contributor

rmoff commented Jul 2, 2020

cp-demo 5.5.1, started up from scratch using ./scripts/start.sh

Confluent Control Center:
image

image

Validate script:

➜ ./validate_connectors_running.sh
Connector wikipedia-irc is in RUNNING state
Connector replicate-topic is in RUNNING state
Connector elasticsearch-ksqldb is in RUNNING state

Suggestion

Validate script should also check task status using the .tasks[].state return of the status API

@ybyzek
Copy link
Contributor

ybyzek commented Jul 6, 2020

Agree, a connector with a failed task should not pass ./validate_connectors_running.sh. Suggestion to check task state is excellent.

The screenshot shown above demonstrates a separate & unrelated issue for C3 that a connector with 1 task that is failed should not show "degraded", it should show "failed" (this is tracked in MMA-7995)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants