Open rmoff opened 5 years ago
just fyi, this is not incorrect. when running a connector with k tasks, the workers actually spins up (k + 1) entities. The additional one being the connector itself. the RUNNING state you are seeing there is the health of that entity. A connector can have all the tasks failed, but still would as RUNNING. There was some discussion around adding a DEGRADED state to a connector, to reflect this situation, so that users do not get confused. I think that might help this situation.
The headline here is
State : RUNNING
but then there's a failed task. I think it would be a good idea to take the task(s) and include in the connector state, e.g.State : RUNNING (all tasks healthy)
State : RUNNING (note: some tasks FAILED, see below)
State : RUNNING (note: all tasks FAILED, see below)
So
DESCRIBE
output would then be: