[jira] [Commented] (KAFKA-3106) After PUT a connector config from REST API, GET a connector config will fail

2016-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15103614#comment-15103614 ] ASF GitHub Bot commented on KAFKA-3106: --- GitHub user ZoneMayor opened a pull request

[GitHub] kafka pull request: KAFKA-3106: Fix updating an existing connector...

2016-01-16 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/783 KAFKA-3106: Fix updating an existing connector config from REST API, GET a connector config will fail When query for connector and task config info by REST API, method of "checkConfigSynced" will

[jira] [Commented] (KAFKA-3054) Connect Herder fail forever if sent a wrong connector config or task config

2016-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15103586#comment-15103586 ] ASF GitHub Bot commented on KAFKA-3054: --- Github user ZoneMayor closed the pull reque

[jira] [Commented] (KAFKA-3054) Connect Herder fail forever if sent a wrong connector config or task config

2016-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15103587#comment-15103587 ] ASF GitHub Bot commented on KAFKA-3054: --- GitHub user ZoneMayor reopened a pull reque

[GitHub] kafka pull request: KAFKA-3054: Connect Herder fail if sent a wron...

2016-01-16 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/782 KAFKA-3054: Connect Herder fail if sent a wrong connector config or task config, catch exceptions to guard The exceptions may propagate to DistributedHerder when start or stop connectors or task

[GitHub] kafka pull request: KAFKA-3054: Connect Herder fail if sent a wron...

2016-01-16 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/782 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] kafka pull request: Trunk kafka 3054

2016-01-16 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/782 Trunk kafka 3054 The exceptions may propagate to DistributedHerder when start or stop connectors or tasks; The best solution is to track the track the status of connectors and tasks; This

[jira] [Commented] (KAFKA-3112) One incorrect bootstrap server will prevent Kafka producer from opening

2016-01-16 Thread Jonathan Bond (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15103456#comment-15103456 ] Jonathan Bond commented on KAFKA-3112: -- diff --git a/clients/src/main/java/org/apach

[jira] [Created] (KAFKA-3112) One incorrect bootstrap server will prevent Kafka producer from opening

2016-01-16 Thread Jonathan Bond (JIRA)
Jonathan Bond created KAFKA-3112: Summary: One incorrect bootstrap server will prevent Kafka producer from opening Key: KAFKA-3112 URL: https://issues.apache.org/jira/browse/KAFKA-3112 Project: Kafka