Re: 0.9.0.0 remaining jiras

2015-09-13 Thread Jason Rosenberg
Hi Jun, Can you clarify, will there not be a 0.8.3.0 (and instead we move straight to 0.9.0.0)? Also, can you outline the man new features/updates for 0.9.0.0? Thanks, Jason On Sat, Sep 12, 2015 at 12:40 PM, Jun Rao wrote: > The following is a candidate list of jiras that we want to complete

[jira] [Updated] (KAFKA-2504) Stop logging WARN when client disconnects

2015-09-13 Thread Jeff Holoman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Holoman updated KAFKA-2504: Status: Patch Available (was: Open) > Stop logging WARN when client disconnects > -

[jira] [Resolved] (KAFKA-2541) ISP provider's NXDOMAIN redirection service might cause failure of unit test cases

2015-09-13 Thread Bobby Tang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bobby Tang resolved KAFKA-2541. --- Resolution: Not A Problem as I mentioned above, this is NOT a software/code issue. closing the ticket.

[jira] [Updated] (KAFKA-2541) ISP provider's NXDOMAIN redirection service might cause failure of unit test cases

2015-09-13 Thread Bobby Tang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bobby Tang updated KAFKA-2541: -- Summary: ISP provider's NXDOMAIN redirection service might cause failure of unit test cases (was: DNS

[jira] [Updated] (KAFKA-2541) DNS ISP provider might cause failure of unit test cases

2015-09-13 Thread Bobby Tang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bobby Tang updated KAFKA-2541: -- Summary: DNS ISP provider might cause failure of unit test cases (was: Consistent failure of unit test

[jira] [Commented] (KAFKA-2541) Consistent failure of unit test cases

2015-09-13 Thread Bobby Tang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742790#comment-14742790 ] Bobby Tang commented on KAFKA-2541: --- after above fix, those three failure test cases pas

[jira] [Commented] (KAFKA-2541) Consistent failure of unit test cases

2015-09-13 Thread Bobby Tang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742782#comment-14742782 ] Bobby Tang commented on KAFKA-2541: --- It turns out to be a DNS hijacking issue by ISP pro

[jira] [Commented] (KAFKA-2504) Stop logging WARN when client disconnects

2015-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742758#comment-14742758 ] ASF GitHub Bot commented on KAFKA-2504: --- GitHub user jholoman opened a pull request:

[GitHub] kafka pull request: KAFKA-2504: Stop logging WARN when client disc...

2015-09-13 Thread jholoman
GitHub user jholoman opened a pull request: https://github.com/apache/kafka/pull/211 KAFKA-2504: Stop logging WARN when client disconnects You can merge this pull request into a Git repository by running: $ git pull https://github.com/jholoman/kafka KAFKA-2504 Alternatively y

[GitHub] kafka pull request: KAFKA-2478: Fix manual committing example in j...

2015-09-13 Thread shtratos
GitHub user shtratos reopened a pull request: https://github.com/apache/kafka/pull/210 KAFKA-2478: Fix manual committing example in javadoc Committing before inserting all records into the database might lead to some records being lost. I've changed the example to commit

[jira] [Commented] (KAFKA-2478) KafkaConsumer javadoc example seems wrong

2015-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742720#comment-14742720 ] ASF GitHub Bot commented on KAFKA-2478: --- GitHub user shtratos reopened a pull reques

[GitHub] kafka pull request: KAFKA-2478: Fix manual committing example in j...

2015-09-13 Thread shtratos
Github user shtratos closed the pull request at: https://github.com/apache/kafka/pull/210 --- 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 ena

[jira] [Commented] (KAFKA-2478) KafkaConsumer javadoc example seems wrong

2015-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742718#comment-14742718 ] ASF GitHub Bot commented on KAFKA-2478: --- Github user shtratos closed the pull reques

[jira] [Commented] (KAFKA-2276) Initial patch for KIP-25

2015-09-13 Thread Geoff Anderson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742715#comment-14742715 ] Geoff Anderson commented on KAFKA-2276: --- [~jkreps] [~ewencp] Agreed, better to reuse

[jira] [Created] (KAFKA-2542) Reuse Throttler code

2015-09-13 Thread Geoff Anderson (JIRA)
Geoff Anderson created KAFKA-2542: - Summary: Reuse Throttler code Key: KAFKA-2542 URL: https://issues.apache.org/jira/browse/KAFKA-2542 Project: Kafka Issue Type: Improvement Repo

[jira] [Commented] (KAFKA-2478) KafkaConsumer javadoc example seems wrong

2015-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742701#comment-14742701 ] ASF GitHub Bot commented on KAFKA-2478: --- GitHub user shtratos opened a pull request:

[GitHub] kafka pull request: KAFKA-2478: Fix manual committing example in j...

2015-09-13 Thread shtratos
GitHub user shtratos opened a pull request: https://github.com/apache/kafka/pull/210 KAFKA-2478: Fix manual committing example in javadoc Committing before inserting all records into the database might lead to some records being lost. I've changed the example to commit o

[jira] [Updated] (KAFKA-2541) Consistent failure of unit test cases

2015-09-13 Thread Bobby Tang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bobby Tang updated KAFKA-2541: -- Description: Env {code:title=Mac OSX} $ sw_vers ProductName:Mac OS X ProductVersion: 10.10.5 B

[jira] [Commented] (KAFKA-2541) Consistent failure of unit test cases

2015-09-13 Thread Bobby Tang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742698#comment-14742698 ] Bobby Tang commented on KAFKA-2541: --- I'm available recent and can spend some time on thi

[jira] [Updated] (KAFKA-2541) Consistent failure of unit test cases

2015-09-13 Thread Bobby Tang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bobby Tang updated KAFKA-2541: -- Description: Env {code:title=Mac OSX} $ sw_vers ProductName:Mac OS X ProductVersion: 10.10.5 B

[jira] [Updated] (KAFKA-2541) Consistent failure of unit test cases

2015-09-13 Thread Bobby Tang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bobby Tang updated KAFKA-2541: -- Environment: Environments: Mac OSX and Ubuntu (was: Environments: {code:title=Mac OSX} $ sw_vers Prod

[jira] [Updated] (KAFKA-2541) Consistent failure of unit test cases

2015-09-13 Thread Bobby Tang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bobby Tang updated KAFKA-2541: -- Environment: Environments: {code:title=Mac OSX} $ sw_vers ProductName:Mac OS X ProductVersion: 1

[jira] [Created] (KAFKA-2541) Consistent failure of unit test cases

2015-09-13 Thread Bobby Tang (JIRA)
Bobby Tang created KAFKA-2541: - Summary: Consistent failure of unit test cases Key: KAFKA-2541 URL: https://issues.apache.org/jira/browse/KAFKA-2541 Project: Kafka Issue Type: Bug Comp

[jira] [Commented] (KAFKA-2276) Initial patch for KIP-25

2015-09-13 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742602#comment-14742602 ] Ewen Cheslack-Postava commented on KAFKA-2276: -- [~jkreps] Take a look at the

[jira] [Commented] (KAFKA-1901) Move Kafka version to be generated in code by build (instead of in manifest)

2015-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742546#comment-14742546 ] ASF GitHub Bot commented on KAFKA-1901: --- GitHub user omkreddy opened a pull request:

[GitHub] kafka pull request: KAFKA-1901: follow-up on KAFKA-1901; Added err...

2015-09-13 Thread omkreddy
GitHub user omkreddy opened a pull request: https://github.com/apache/kafka/pull/209 KAFKA-1901: follow-up on KAFKA-1901; Added error handling. @guozhangwang added .git/refs/heads/ file existence check. You can merge this pull request into a Git repository by running: $ git pu