[
https://issues.apache.org/jira/browse/KAFKA-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Harris resolved KAFKA-6353.
--------------------------------
Resolution: Not A Bug
The REST API provides separate status for a connector and it's tasks. Any one
of these components can fail independently, including the connector. There is
no "summary" status for a connector and all of it's tasks, that is up to users
and higher abstraction layers to define.
> Connector status shows FAILED but actually task is in RUNNING status
> --------------------------------------------------------------------
>
> Key: KAFKA-6353
> URL: https://issues.apache.org/jira/browse/KAFKA-6353
> Project: Kafka
> Issue Type: Bug
> Components: connect
> Affects Versions: 0.10.2.1
> Reporter: Chen He
> Priority: Major
>
> {"name":"test","connector":{"state":"FAILED","trace":"ERROR
> MESSAGE","worker_id":"localhost:8083"},"tasks":[{"state":"RUNNING","id":0,"worker_id":"localhost:8083"}]}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)