[GitHub] kafka pull request #2735: KAFKA-4817; Add idempotent producer semantics

2017-04-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/2735 --- 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

[jira] [Commented] (KAFKA-4817) Implement idempotent producer

2017-04-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15952944#comment-15952944 ] ASF GitHub Bot commented on KAFKA-4817: --- Github user asfgit closed the pull request at:

[jira] [Resolved] (KAFKA-4817) Implement idempotent producer

2017-04-02 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-4817. Resolution: Fixed Issue resolved by pull request 2735 [https://github.com/apache/kafka/pull/2735] >

Questions about Development Practices

2017-04-02 Thread Daan Rennings
Dear developers, When going over your way of working adopted with Apache Kafka, I was wondering about the following: *1) Visualizing Technical Debt* Based on my findings (with FindBugs, CheckStyle and JaCoCo), I concluded that Kafka's codebase has a good overall quality with regard to the

[jira] [Resolved] (KAFKA-4170) required() method not available in joptsimple.OptionSpec

2017-04-02 Thread Armin Braun (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Armin Braun resolved KAFKA-4170. Resolution: Fixed Kafka is using jopt-simple 5.0.3 now which contains the require method just fine

[GitHub] kafka pull request #2791: MINOR: Fix Deadlock in StreamThread

2017-04-02 Thread original-brownbear
GitHub user original-brownbear opened a pull request: https://github.com/apache/kafka/pull/2791 MINOR: Fix Deadlock in StreamThread I think this may be the (or on of them) reason we see Jenkins jobs time out at times. At least I can reproduce this to cause tests to time out with a

[GitHub] kafka pull request #2790: the kafka-server-stop.sh can not find the pids.

2017-04-02 Thread stduolc
GitHub user stduolc opened a pull request: https://github.com/apache/kafka/pull/2790 the kafka-server-stop.sh can not find the pids. the kafka-server-stop.sh can not find the pids of kafka main process. use pgrep to fix it. You can merge this pull request into a Git repository by