[GitHub] kafka-site pull request #60: Update delivery semantics section for KIP-98

2017-06-09 Thread hachikuji
Github user hachikuji commented on a diff in the pull request: https://github.com/apache/kafka-site/pull/60#discussion_r121249550 --- Diff: 0110/design.html --- @@ -261,15 +262,23 @@ It can read the messages, process the messages, and finally save its position. In this

[GitHub] kafka-site pull request #60: Update delivery semantics section for KIP-98

2017-06-09 Thread hachikuji
Github user hachikuji commented on a diff in the pull request: https://github.com/apache/kafka-site/pull/60#discussion_r121249508 --- Diff: 0110/design.html --- @@ -261,15 +262,23 @@ It can read the messages, process the messages, and finally save its position. In this

[jira] [Created] (KAFKA-5425) Kafka replication support all log segment files sync with leader

2017-06-09 Thread Pengwei (JIRA)
Pengwei created KAFKA-5425: -- Summary: Kafka replication support all log segment files sync with leader Key: KAFKA-5425 URL: https://issues.apache.org/jira/browse/KAFKA-5425 Project: Kafka Issue

[jira] [Updated] (KAFKA-5342) Distinguish abortable failures in transactional producer

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta updated KAFKA-5342: Fix Version/s: (was: 0.11.0.0) 0.11.0.1 > Distinguish abortable failures in

[jira] [Updated] (KAFKA-5286) Producer should await transaction completion in close

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta updated KAFKA-5286: Fix Version/s: (was: 0.11.0.0) 0.11.0.1 > Producer should await transaction

Jenkins build is back to normal : kafka-trunk-jdk8 #1686

2017-06-09 Thread Apache Jenkins Server
See

[jira] [Commented] (KAFKA-5418) ZkUtils.getAllPartitions() may fail if a topic is marked for deletion

2017-06-09 Thread huxihx (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045321#comment-16045321 ] huxihx commented on KAFKA-5418: --- Is it a duplicate of

Re: [ANNOUNCE] New committer: Damian Guy

2017-06-09 Thread Joe Stein
Congrats! ~ Joe Stein On Fri, Jun 9, 2017 at 6:49 PM, Neha Narkhede wrote: > Well deserved. Congratulations Damian! > > On Fri, Jun 9, 2017 at 1:34 PM Guozhang Wang wrote: > > > Hello all, > > > > > > The PMC of Apache Kafka is pleased to announce that

Re: [DISCUSS] KIP-113: Support replicas movement between log directories

2017-06-09 Thread Jun Rao
Just a few comments on this. 1. One of the issues with using RAID 0 is that a single disk failure causes a hard failure of the broker. Hard failure increases the unavailability window for all the partitions on the failed broker, which includes the failure detection time (tied to ZK session

[jira] [Updated] (KAFKA-5417) Clients get inconsistent connection states when SASL/SSL connection is marked CONECTED and DISCONNECTED at the same time

2017-06-09 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5417: --- Fix Version/s: 0.11.0.0 > Clients get inconsistent connection states when SASL/SSL connection is

[jira] [Updated] (KAFKA-5416) TransactionCoordinator doesn't complete transition to CompleteCommit

2017-06-09 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5416: --- Status: Patch Available (was: Reopened) > TransactionCoordinator doesn't complete transition to

[jira] [Commented] (KAFKA-5424) KafkaConsumer.listTopics() throws Exception when unauthorized topics exist in cluster

2017-06-09 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045301#comment-16045301 ] Ismael Juma commented on KAFKA-5424: Thanks for the report. Can you specify the version where you've

[GitHub] kafka-site pull request #60: Update delivery semantics section for KIP-98

2017-06-09 Thread ijuma
Github user ijuma commented on a diff in the pull request: https://github.com/apache/kafka-site/pull/60#discussion_r121246230 --- Diff: 0110/design.html --- @@ -261,15 +262,23 @@ It can read the messages, process the messages, and finally save its position. In this case

[GitHub] kafka-site pull request #60: Update delivery semantics section for KIP-98

2017-06-09 Thread ijuma
Github user ijuma commented on a diff in the pull request: https://github.com/apache/kafka-site/pull/60#discussion_r121246131 --- Diff: 0110/design.html --- @@ -261,15 +262,23 @@ It can read the messages, process the messages, and finally save its position. In this case

[jira] [Commented] (KAFKA-2526) Console Producer / Consumer's serde config is not working

2017-06-09 Thread huxihx (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045296#comment-16045296 ] huxihx commented on KAFKA-2526: --- [~guozhang] No, I am thinking [~mgharat] is working on this. > Console

[jira] [Created] (KAFKA-5424) KafkaConsumer.listTopics() throws Exception when unauthorized topics exist in cluster

2017-06-09 Thread Mike Fagan (JIRA)
Mike Fagan created KAFKA-5424: - Summary: KafkaConsumer.listTopics() throws Exception when unauthorized topics exist in cluster Key: KAFKA-5424 URL: https://issues.apache.org/jira/browse/KAFKA-5424

[GitHub] kafka pull request #3288: KAFKA-4661: Improve test coverage UsePreviousTimeO...

2017-06-09 Thread jeyhunkarimov
GitHub user jeyhunkarimov opened a pull request: https://github.com/apache/kafka/pull/3288 KAFKA-4661: Improve test coverage UsePreviousTimeOnInvalidTimestamp You can merge this pull request into a Git repository by running: $ git pull https://github.com/jeyhunkarimov/kafka

[jira] [Commented] (KAFKA-4661) Improve test coverage UsePreviousTimeOnInvalidTimestamp

2017-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045287#comment-16045287 ] ASF GitHub Bot commented on KAFKA-4661: --- GitHub user jeyhunkarimov opened a pull request:

[jira] [Assigned] (KAFKA-4661) Improve test coverage UsePreviousTimeOnInvalidTimestamp

2017-06-09 Thread Jeyhun Karimov (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeyhun Karimov reassigned KAFKA-4661: - Assignee: Jeyhun Karimov > Improve test coverage UsePreviousTimeOnInvalidTimestamp >

Build failed in Jenkins: kafka-trunk-jdk7 #2379

2017-06-09 Thread Apache Jenkins Server
See Changes: [jason] KAFKA-5415; Remove timestamp check in completeTransitionTo -- [...truncated 22.13 MB...] at java.lang.Thread.run(Thread.java:745) Caused by:

Jenkins build is back to normal : kafka-trunk-jdk7 #2378

2017-06-09 Thread Apache Jenkins Server
See

[jira] [Commented] (KAFKA-5415) TransactionCoordinator doesn't complete transition to PrepareCommit state

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

[GitHub] kafka pull request #3286: KAFKA-5415: Remove timestamp check in completeTran...

2017-06-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3286 --- 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] [Updated] (KAFKA-5415) TransactionCoordinator doesn't complete transition to PrepareCommit state

2017-06-09 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-5415: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull

Re: [Vote] KIP-150 - Kafka-Streams Cogroup

2017-06-09 Thread Sriram Subramanian
+1 On Fri, Jun 9, 2017 at 2:24 PM, Jay Kreps wrote: > +1 > > -Jay > > On Thu, Jun 8, 2017 at 11:16 AM, Guozhang Wang wrote: > > > I think we can continue on this voting thread. > > > > Currently we have one binding vote and 2 non-binging votes. I would

[jira] [Comment Edited] (KAFKA-5415) TransactionCoordinator doesn't complete transition to PrepareCommit state

2017-06-09 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044885#comment-16044885 ] Guozhang Wang edited comment on KAFKA-5415 at 6/9/17 11:28 PM: --- [~apurva]

Build failed in Jenkins: kafka-trunk-jdk8 #1685

2017-06-09 Thread Apache Jenkins Server
See Changes: [jason] KAFKA-5422; Handle multiple transitions to ABORTABLE_ERROR correctly -- [...truncated 911.44 KB...] at

[jira] [Commented] (KAFKA-5416) TransactionCoordinator doesn't complete transition to CompleteCommit

2017-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045195#comment-16045195 ] ASF GitHub Bot commented on KAFKA-5416: --- GitHub user guozhangwang opened a pull request:

[GitHub] kafka pull request #3287: KAFKA-5416: Re-prepare transition to CompleteCommi...

2017-06-09 Thread guozhangwang
GitHub user guozhangwang opened a pull request: https://github.com/apache/kafka/pull/3287 KAFKA-5416: Re-prepare transition to CompleteCommit/Abort upon retrying append to log In `TransationStateManager`, we reset the pending state if an error occurred while appending to log; this

[jira] [Comment Edited] (KAFKA-5415) TransactionCoordinator doesn't complete transition to PrepareCommit state

2017-06-09 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044885#comment-16044885 ] Guozhang Wang edited comment on KAFKA-5415 at 6/9/17 10:59 PM: --- [~apurva]

[jira] [Updated] (KAFKA-5415) TransactionCoordinator doesn't complete transition to PrepareCommit state

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta updated KAFKA-5415: Status: Patch Available (was: Open) > TransactionCoordinator doesn't complete transition to

[jira] [Commented] (KAFKA-5422) Multiple produce request failures causes invalid state transition in TransactionManager

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

[jira] [Updated] (KAFKA-5422) Multiple produce request failures causes invalid state transition in TransactionManager

2017-06-09 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-5422: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull

[GitHub] kafka pull request #3285: KAFKA-5422: Handle multiple transitions to ABORTAB...

2017-06-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3285 --- 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-5415) TransactionCoordinator doesn't complete transition to PrepareCommit state

2017-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045170#comment-16045170 ] ASF GitHub Bot commented on KAFKA-5415: --- GitHub user apurvam opened a pull request:

[GitHub] kafka pull request #3286: KAFKA-5415: Remove timestamp check in completeTran...

2017-06-09 Thread apurvam
GitHub user apurvam opened a pull request: https://github.com/apache/kafka/pull/3286 KAFKA-5415: Remove timestamp check in completeTransitionTo This assertion is hard to get right because the system time can roll backward on a host due to NTP (as shown in the ticket), and also

Re: [ANNOUNCE] New committer: Damian Guy

2017-06-09 Thread Neha Narkhede
Well deserved. Congratulations Damian! On Fri, Jun 9, 2017 at 1:34 PM Guozhang Wang wrote: > Hello all, > > > The PMC of Apache Kafka is pleased to announce that we have invited Damian > Guy as a committer to the project. > > Damian has made tremendous contributions to

[jira] [Comment Edited] (KAFKA-5415) TransactionCoordinator doesn't complete transition to PrepareCommit state

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045162#comment-16045162 ] Apurva Mehta edited comment on KAFKA-5415 at 6/9/17 10:48 PM: -- The last

[jira] [Commented] (KAFKA-5415) TransactionCoordinator doesn't complete transition to PrepareCommit state

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045162#comment-16045162 ] Apurva Mehta commented on KAFKA-5415: - The last successful metadata update was the following. The

[jira] [Commented] (KAFKA-5415) TransactionCoordinator doesn't complete transition to PrepareCommit state

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045151#comment-16045151 ] Apurva Mehta commented on KAFKA-5415: - The problem here seem to be this check:

[jira] [Updated] (KAFKA-5413) Log cleaner fails due to large offset in segment file

2017-06-09 Thread Nicholas Ngorok (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Ngorok updated KAFKA-5413: --- Attachment: 002147422683.log > Log cleaner fails due to large offset in segment file

[jira] [Updated] (KAFKA-5413) Log cleaner fails due to large offset in segment file

2017-06-09 Thread Nicholas Ngorok (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Ngorok updated KAFKA-5413: --- Attachment: (was: 002148098942.log) > Log cleaner fails due to large offset in

[jira] [Updated] (KAFKA-5413) Log cleaner fails due to large offset in segment file

2017-06-09 Thread Nicholas Ngorok (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Ngorok updated KAFKA-5413: --- Attachment: (was: 002148775326.index) > Log cleaner fails due to large offset in

Re: [ANNOUNCE] New committer: Damian Guy

2017-06-09 Thread Viktor Somogyi
Congrats Damian! :) On Fri, Jun 9, 2017 at 3:06 PM, Matthias J. Sax wrote: > Congrats Damian! > > On 6/9/17 2:25 PM, Eno Thereska wrote: > > Congrats Damian! > > > > Eno > >> On 9 Jun 2017, at 22:04, Ismael Juma wrote: > >> > >> Congratulations Damian!

[jira] [Updated] (KAFKA-5413) Log cleaner fails due to large offset in segment file

2017-06-09 Thread Nicholas Ngorok (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Ngorok updated KAFKA-5413: --- Attachment: .log 002148775326.index

[jira] [Created] (KAFKA-5423) Broker fails with TopicExistException with auto topic creation enabled

2017-06-09 Thread Matthias J. Sax (JIRA)
Matthias J. Sax created KAFKA-5423: -- Summary: Broker fails with TopicExistException with auto topic creation enabled Key: KAFKA-5423 URL: https://issues.apache.org/jira/browse/KAFKA-5423 Project:

Re: Changing JIRA notifications to remove Single Email Address (dev@kafka.apache.org)

2017-06-09 Thread Matthias J. Sax
+1 On 6/9/17 3:01 PM, Bill Bejeck wrote: > +1 > > Thanks, > Bill > > On Fri, Jun 9, 2017 at 4:56 PM, Gwen Shapira wrote: > >> +1, thank you >> >> On Fri, Jun 9, 2017 at 1:37 PM Jeff Widman wrote: >> >>> +1 >>> >>> Thanks for driving this >>> >>> On Jun

Re: [ANNOUNCE] New committer: Damian Guy

2017-06-09 Thread Matthias J. Sax
Congrats Damian! On 6/9/17 2:25 PM, Eno Thereska wrote: > Congrats Damian! > > Eno >> On 9 Jun 2017, at 22:04, Ismael Juma wrote: >> >> Congratulations Damian! :) >> >> Ismael >> >> On Fri, Jun 9, 2017 at 9:34 PM, Guozhang Wang wrote: >> >>> Hello all,

Re: Changing JIRA notifications to remove Single Email Address (dev@kafka.apache.org)

2017-06-09 Thread Bill Bejeck
+1 Thanks, Bill On Fri, Jun 9, 2017 at 4:56 PM, Gwen Shapira wrote: > +1, thank you > > On Fri, Jun 9, 2017 at 1:37 PM Jeff Widman wrote: > > > +1 > > > > Thanks for driving this > > > > On Jun 9, 2017 1:22 PM, "Guozhang Wang" wrote:

[jira] [Updated] (KAFKA-5422) Multiple produce request failures causes invalid state transition in TransactionManager

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta updated KAFKA-5422: Status: Patch Available (was: Open) > Multiple produce request failures causes invalid state

[jira] [Commented] (KAFKA-5422) Multiple produce request failures causes invalid state transition in TransactionManager

2017-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045069#comment-16045069 ] ASF GitHub Bot commented on KAFKA-5422: --- GitHub user apurvam opened a pull request:

[GitHub] kafka pull request #3285: KAFKA-5422: Handle multiple transitions to ABORTAB...

2017-06-09 Thread apurvam
GitHub user apurvam opened a pull request: https://github.com/apache/kafka/pull/3285 KAFKA-5422: Handle multiple transitions to ABORTABLE_ERROR correctly You can merge this pull request into a Git repository by running: $ git pull https://github.com/apurvam/kafka

Re: [ANNOUNCE] New committer: Damian Guy

2017-06-09 Thread Eno Thereska
Congrats Damian! Eno > On 9 Jun 2017, at 22:04, Ismael Juma wrote: > > Congratulations Damian! :) > > Ismael > > On Fri, Jun 9, 2017 at 9:34 PM, Guozhang Wang wrote: > >> Hello all, >> >> >> The PMC of Apache Kafka is pleased to announce that we

[jira] [Updated] (KAFKA-5422) Multiple produce request failures causes invalid state transition in TransactionManager

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta updated KAFKA-5422: Fix Version/s: 0.11.0.0 > Multiple produce request failures causes invalid state transition in >

Re: [Vote] KIP-150 - Kafka-Streams Cogroup

2017-06-09 Thread Jay Kreps
+1 -Jay On Thu, Jun 8, 2017 at 11:16 AM, Guozhang Wang wrote: > I think we can continue on this voting thread. > > Currently we have one binding vote and 2 non-binging votes. I would like to > call out for other people especially committers to also take a look at this >

[jira] [Updated] (KAFKA-5415) TransactionCoordinator doesn't complete transition to PrepareCommit state

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta updated KAFKA-5415: Summary: TransactionCoordinator doesn't complete transition to PrepareCommit state (was:

[jira] [Commented] (KAFKA-5415) TransactionCoordinator gets stuck in PrepareCommit state

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045051#comment-16045051 ] Apurva Mehta commented on KAFKA-5415: - [~guozhang]'s explanation above actually applies to KAFKA-5416.

[jira] [Assigned] (KAFKA-5415) TransactionCoordinator gets stuck in PrepareCommit state

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta reassigned KAFKA-5415: --- Assignee: Apurva Mehta (was: Guozhang Wang) > TransactionCoordinator gets stuck in

[jira] [Updated] (KAFKA-5416) TransactionCoordinator doesn't complete transition to CompleteCommit

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta updated KAFKA-5416: Fix Version/s: 0.11.0.0 > TransactionCoordinator doesn't complete transition to CompleteCommit >

[jira] [Reopened] (KAFKA-5416) TransactionCoordinator doesn't complete transition to CompleteCommit

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta reopened KAFKA-5416: - Assignee: Guozhang Wang This is not a dup of KAFKA-5415. Instead the cause for KAFKA-5415

[jira] [Assigned] (KAFKA-5422) Multiple produce request failures causes invalid state transition in TransactionManager

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta reassigned KAFKA-5422: --- Assignee: Apurva Mehta > Multiple produce request failures causes invalid state transition

[jira] [Updated] (KAFKA-5422) Multiple produce request failures causes invalid state transition in TransactionManager

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta updated KAFKA-5422: Summary: Multiple produce request failures causes invalid state transition in TransactionManager

[jira] [Created] (KAFKA-5422) Multiple expired batches causes invalid state transition in TransactionManager

2017-06-09 Thread Apurva Mehta (JIRA)
Apurva Mehta created KAFKA-5422: --- Summary: Multiple expired batches causes invalid state transition in TransactionManager Key: KAFKA-5422 URL: https://issues.apache.org/jira/browse/KAFKA-5422 Project:

Re: [ANNOUNCE] New committer: Damian Guy

2017-06-09 Thread Ismael Juma
Congratulations Damian! :) Ismael On Fri, Jun 9, 2017 at 9:34 PM, Guozhang Wang wrote: > Hello all, > > > The PMC of Apache Kafka is pleased to announce that we have invited Damian > Guy as a committer to the project. > > Damian has made tremendous contributions to Kafka.

Re: Changing JIRA notifications to remove Single Email Address (dev@kafka.apache.org)

2017-06-09 Thread Gwen Shapira
+1, thank you On Fri, Jun 9, 2017 at 1:37 PM Jeff Widman wrote: > +1 > > Thanks for driving this > > On Jun 9, 2017 1:22 PM, "Guozhang Wang" wrote: > > > I have just confirmed with Jun that de cannot change the notification > edits > > himself as well. So

Re: [ANNOUNCE] New committer: Damian Guy

2017-06-09 Thread Gwen Shapira
Congratulations :) On Fri, Jun 9, 2017 at 1:49 PM Vahid S Hashemian wrote: > Great news. > > Congrats Damian! > > --Vahid > > > > From: Guozhang Wang > To: "dev@kafka.apache.org" , > "us...@kafka.apache.org"

Re: [ANNOUNCE] New committer: Damian Guy

2017-06-09 Thread Vahid S Hashemian
Great news. Congrats Damian! --Vahid From: Guozhang Wang To: "dev@kafka.apache.org" , "us...@kafka.apache.org" , "priv...@kafka.apache.org" Date: 06/09/2017 01:34 PM Subject:

Re: [ANNOUNCE] New committer: Damian Guy

2017-06-09 Thread James Cheng
Congrats Damian! -James > On Jun 9, 2017, at 1:34 PM, Guozhang Wang wrote: > > Hello all, > > > The PMC of Apache Kafka is pleased to announce that we have invited Damian > Guy as a committer to the project. > > Damian has made tremendous contributions to Kafka. He has

Re: [ANNOUNCE] New committer: Damian Guy

2017-06-09 Thread Bill Bejeck
Well deserved. Congrats Damian! On Fri, Jun 9, 2017 at 4:34 PM, Guozhang Wang wrote: > Hello all, > > > The PMC of Apache Kafka is pleased to announce that we have invited Damian > Guy as a committer to the project. > > Damian has made tremendous contributions to Kafka. He

Re: Changing JIRA notifications to remove Single Email Address (dev@kafka.apache.org)

2017-06-09 Thread Jeff Widman
+1 Thanks for driving this On Jun 9, 2017 1:22 PM, "Guozhang Wang" wrote: > I have just confirmed with Jun that de cannot change the notification edits > himself as well. So I'll talk to Apache Infra anyways in order to make that > change. > > So I'd update my proposal to:

[ANNOUNCE] New committer: Damian Guy

2017-06-09 Thread Guozhang Wang
Hello all, The PMC of Apache Kafka is pleased to announce that we have invited Damian Guy as a committer to the project. Damian has made tremendous contributions to Kafka. He has not only contributed a lot into the Streams api, but have also been involved in many other areas like the producer

Re: Changing JIRA notifications to remove Single Email Address (dev@kafka.apache.org)

2017-06-09 Thread Guozhang Wang
I have just confirmed with Jun that de cannot change the notification edits himself as well. So I'll talk to Apache Infra anyways in order to make that change. So I'd update my proposal to: 1. create an "iss...@kafka.apache.org" which will receive all the JIRA events. 2. remove

Build failed in Jenkins: kafka-trunk-jdk7 #2377

2017-06-09 Thread Apache Jenkins Server
See Changes: [jason] HOTFIX: Use atomic boolean for inject errors in streams eos integration -- [...truncated 954.84 KB...] kafka.log.BrokerCompressionTest >

[jira] [Commented] (KAFKA-5415) TransactionCoordinator gets stuck in PrepareCommit state

2017-06-09 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044885#comment-16044885 ] Guozhang Wang commented on KAFKA-5415: -- [~apurva] [~hachikuji] The root cause is in a couple folds:

[jira] [Updated] (KAFKA-5416) TransactionCoordinator doesn't complete transition to CompleteCommit

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta updated KAFKA-5416: Summary: TransactionCoordinator doesn't complete transition to CompleteCommit (was:

[jira] [Assigned] (KAFKA-5415) TransactionCoordinator gets stuck in PrepareCommit state

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta reassigned KAFKA-5415: --- Assignee: Guozhang Wang (was: Apurva Mehta) > TransactionCoordinator gets stuck in

[jira] [Commented] (KAFKA-5415) TransactionCoordinator gets stuck in PrepareCommit state

2017-06-09 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044861#comment-16044861 ] Apurva Mehta commented on KAFKA-5415: - [~guozhang] has found the bug and will file the PR. Assigning

[jira] [Comment Edited] (KAFKA-1044) change log4j to slf4j

2017-06-09 Thread Viktor Somogyi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044842#comment-16044842 ] Viktor Somogyi edited comment on KAFKA-1044 at 6/9/17 6:53 PM: --- [~ewencp],

[jira] [Commented] (KAFKA-1044) change log4j to slf4j

2017-06-09 Thread Viktor Somogyi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044842#comment-16044842 ] Viktor Somogyi commented on KAFKA-1044: --- [~ewencp], thank you, started working on it. I found two

[GitHub] kafka pull request #3275: HOTFIX: use atomic boolean for inject errors in st...

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

[GitHub] kafka pull request #3284: MINOR: A few cleanups of usage of Either in TC

2017-06-09 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3284 MINOR: A few cleanups of usage of Either in TC You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka minor-either-usage-cleanup

[jira] [Updated] (KAFKA-5412) Using connect-console-sink/source.properties raises an exception related to "file" property not found

2017-06-09 Thread Randall Hauch (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch updated KAFKA-5412: - Description: With the latest 0.11.1.0-SNAPSHOT it happens that the Kafka Connect example using

[jira] [Updated] (KAFKA-5412) Using connect-console-sink/source.properties raises an exception related to "file" property not found

2017-06-09 Thread Randall Hauch (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch updated KAFKA-5412: - Description: Hi, with the latest 0.11.1.0-SNAPSHOT it happens that the Kafka Connect example

[jira] [Updated] (KAFKA-5421) Getting InvalidRecordException

2017-06-09 Thread Rishi Reddy Bokka (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rishi Reddy Bokka updated KAFKA-5421: - Description: In my application, I get data which gets queued using kafka and saved on the

[GitHub] kafka pull request #2928: HOTFIX [WIP]: Check on not owned partitions

2017-06-09 Thread guozhangwang
Github user guozhangwang closed the pull request at: https://github.com/apache/kafka/pull/2928 --- 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

[jira] [Commented] (KAFKA-5413) Log cleaner fails due to large offset in segment file

2017-06-09 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044669#comment-16044669 ] Jun Rao commented on KAFKA-5413: [~ny2ko], [~Federico Giraud], thanks for the reporting this issue. In

[jira] [Updated] (KAFKA-5413) Log cleaner fails due to large offset in segment file

2017-06-09 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5413: --- Labels: reliability (was: ) > Log cleaner fails due to large offset in segment file >

[jira] [Commented] (KAFKA-5413) Log cleaner fails due to large offset in segment file

2017-06-09 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044637#comment-16044637 ] Ismael Juma commented on KAFKA-5413: cc [~junrao] > Log cleaner fails due to large offset in segment

[jira] [Updated] (KAFKA-5412) Using connect-console-sink/source.properties raises an exception related to "file" property not found

2017-06-09 Thread Paolo Patierno (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paolo Patierno updated KAFKA-5412: -- Status: Patch Available (was: Open) > Using connect-console-sink/source.properties raises an

[jira] [Commented] (KAFKA-4743) Add a tool to Reset Consumer Group Offsets

2017-06-09 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044620#comment-16044620 ] Matthias J. Sax commented on KAFKA-4743: [~jeqo] As this is done, are you interested to extend

[jira] [Commented] (KAFKA-5412) Using connect-console-sink/source.properties raises an exception related to "file" property not found

2017-06-09 Thread Randall Hauch (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044608#comment-16044608 ] Randall Hauch commented on KAFKA-5412: -- [~ppatierno], you might want to use "Submit Patch" button to

[jira] [Updated] (KAFKA-5412) Using connect-console-sink/source.properties raises an exception related to "file" property not found

2017-06-09 Thread Randall Hauch (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch updated KAFKA-5412: - Affects Version/s: (was: 0.11.0.0) 0.10.2.1 > Using

[jira] [Commented] (KAFKA-5412) Using connect-console-sink/source.properties raises an exception related to "file" property not found

2017-06-09 Thread Randall Hauch (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044606#comment-16044606 ] Randall Hauch commented on KAFKA-5412: -- I've initially targeted this to 0.11.1.0, since I think the

[jira] [Updated] (KAFKA-5412) Using connect-console-sink/source.properties raises an exception related to "file" property not found

2017-06-09 Thread Randall Hauch (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch updated KAFKA-5412: - Fix Version/s: 0.11.1.0 > Using connect-console-sink/source.properties raises an exception

[jira] [Commented] (KAFKA-5409) Providing a custom client-id to the ConsoleProducer tool

2017-06-09 Thread Paolo Patierno (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044592#comment-16044592 ] Paolo Patierno commented on KAFKA-5409: --- I think that we can leave without the --client-id option

[jira] [Commented] (KAFKA-2170) 10 LogTest cases failed for file.renameTo failed under windows

2017-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044582#comment-16044582 ] ASF GitHub Bot commented on KAFKA-2170: --- GitHub user nxmbriggs404 opened a pull request:

[GitHub] kafka pull request #3283: KAFKA-2170: Updated Fixes For Windows Platform

2017-06-09 Thread nxmbriggs404
GitHub user nxmbriggs404 opened a pull request: https://github.com/apache/kafka/pull/3283 KAFKA-2170: Updated Fixes For Windows Platform During stress testing of kafka 0.10.2.1 on a Windows platform, our group has encountered some issues that appear to be known to the community but

[jira] [Updated] (KAFKA-5421) Getting InvalidRecordException

2017-06-09 Thread Rishi Reddy Bokka (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rishi Reddy Bokka updated KAFKA-5421: - Affects Version/s: 0.9.0.1 > Getting InvalidRecordException >

[jira] [Resolved] (KAFKA-5420) Console producer --key-serializer and --value-serializer are always overwritten by ByteArraySerializer

2017-06-09 Thread Paolo Patierno (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paolo Patierno resolved KAFKA-5420. --- Resolution: Duplicate Duplicate of KAFKA-2526 > Console producer --key-serializer and

[jira] [Resolved] (KAFKA-5419) Console consumer --key-deserializer and --value-deserializer are always overwritten by ByteArrayDeserializer

2017-06-09 Thread Paolo Patierno (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paolo Patierno resolved KAFKA-5419. --- Resolution: Duplicate Duplicate of KAFKA-2526 > Console consumer --key-deserializer and

  1   2   >