[jira] [Updated] (KAFKA-6211) PartitionAssignmentState is protected whereas KafkaConsumerGroupService.describeGroup() returns PartitionAssignmentState Object

2017-11-16 Thread Subhransu Acharya (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Subhransu Acharya updated KAFKA-6211: - Reviewer: Guozhang Wang (was: Jay Kreps) > PartitionAssignmentState is protected whereas

[jira] [Comment Edited] (KAFKA-5846) Use singleton NoOpConsumerRebalanceListener in subscribe() call where listener is not specified

2017-11-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16191405#comment-16191405 ] Ted Yu edited comment on KAFKA-5846 at 11/17/17 5:37 AM: - Patch looks good . was

[jira] [Created] (KAFKA-6224) Can not build Kafka 1.0.0 with gradle 3.2.1

2017-11-16 Thread Chao Ren (JIRA)
Chao Ren created KAFKA-6224: --- Summary: Can not build Kafka 1.0.0 with gradle 3.2.1 Key: KAFKA-6224 URL: https://issues.apache.org/jira/browse/KAFKA-6224 Project: Kafka Issue Type: Bug

[jira] [Commented] (KAFKA-6212) Kafka Streams - Incorrect partition rebalancing

2017-11-16 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16256486#comment-16256486 ] Guozhang Wang commented on KAFKA-6212: -- I cannot really think of a reason that {{print}} has anything

[jira] [Commented] (KAFKA-6138) Simplify StreamsBuilder#addGlobalStore

2017-11-16 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16256453#comment-16256453 ] Guozhang Wang commented on KAFKA-6138: -- [~Sandeep S] I think Matthias' point here is that, unlike the

[jira] [Commented] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread huxihx (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16256450#comment-16256450 ] huxihx commented on KAFKA-6221: --- Did you continually observe this exception even after all the topics were

[jira] [Commented] (KAFKA-6219) Inconsistent behavior for kafka-consumer-groups

2017-11-16 Thread huxihx (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16256414#comment-16256414 ] huxihx commented on KAFKA-6219: --- Since the enclosing method captures all Throwables and explicitly prints

[jira] [Commented] (KAFKA-5007) Kafka Replica Fetcher Thread- Resource Leak

2017-11-16 Thread atul (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16256278#comment-16256278 ] atul commented on KAFKA-5007: - [~huxi_2b] [~joseph.alias...@gmail.com] Do you know if this item/JIRA is taken

[jira] [Commented] (KAFKA-6218) Optimize condition in if statement to reduce the number of comparisons

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

[jira] [Resolved] (KAFKA-6218) Optimize condition in if statement to reduce the number of comparisons

2017-11-16 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava resolved KAFKA-6218. -- Resolution: Fixed Reviewer: Ewen Cheslack-Postava > Optimize condition in

[jira] [Updated] (KAFKA-6218) Optimize condition in if statement to reduce the number of comparisons

2017-11-16 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava updated KAFKA-6218: - Fix Version/s: 1.1.0 > Optimize condition in if statement to reduce the number of

[jira] [Assigned] (KAFKA-6218) Optimize condition in if statement to reduce the number of comparisons

2017-11-16 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava reassigned KAFKA-6218: Assignee: sachin bhalekar > Optimize condition in if statement to reduce

[jira] [Commented] (KAFKA-5505) Connect: Do not restart connector and existing tasks on task-set change

2017-11-16 Thread Gaurav Nanda (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16256037#comment-16256037 ] Gaurav Nanda commented on KAFKA-5505: - Yea, the root cause for both our problems seems to be the same,

[jira] [Commented] (KAFKA-6219) Inconsistent behavior for kafka-consumer-groups

2017-11-16 Thread Vahid Hashemian (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255838#comment-16255838 ] Vahid Hashemian commented on KAFKA-6219: [~huxi_2b] Yes, it makes sense. This JIRA aims at

[jira] [Comment Edited] (KAFKA-5007) Kafka Replica Fetcher Thread- Resource Leak

2017-11-16 Thread Hongguo An (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255805#comment-16255805 ] Hongguo An edited comment on KAFKA-5007 at 11/16/17 7:13 PM: - Thanks, does it

[jira] [Commented] (KAFKA-5007) Kafka Replica Fetcher Thread- Resource Leak

2017-11-16 Thread Hongguo An (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255805#comment-16255805 ] Hongguo An commented on KAFKA-5007: --- Thanks, does it include this particular fix (sockets stuck in

[jira] [Commented] (KAFKA-5007) Kafka Replica Fetcher Thread- Resource Leak

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255781#comment-16255781 ] Ismael Juma commented on KAFKA-5007: I recommend upgrading to 0.11.0.2, which will be announced

[jira] [Commented] (KAFKA-6212) Kafka Streams - Incorrect partition rebalancing

2017-11-16 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255754#comment-16255754 ] Matthias J. Sax commented on KAFKA-6212: That's weird. No idea atm what could cause this. But it

[jira] [Resolved] (KAFKA-6213) Stream processor receives messages after close() is invoked

2017-11-16 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-6213. Resolution: Not A Problem > Stream processor receives messages after close() is invoked >

[jira] [Commented] (KAFKA-6213) Stream processor receives messages after close() is invoked

2017-11-16 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255751#comment-16255751 ] Matthias J. Sax commented on KAFKA-6213: Thanks for confirming. Closing as "not an issue". >

[jira] [Commented] (KAFKA-5007) Kafka Replica Fetcher Thread- Resource Leak

2017-11-16 Thread Hongguo An (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255722#comment-16255722 ] Hongguo An commented on KAFKA-5007: --- Hi: We had simular crashed in our production since we upgraded from

[jira] [Commented] (KAFKA-5811) Trogdor should handle injecting disk faults

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

[jira] [Resolved] (KAFKA-5811) Trogdor should handle injecting disk faults

2017-11-16 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram resolved KAFKA-5811. --- Resolution: Fixed Fix Version/s: 1.1.0 Issue resolved by pull request 4195

[jira] [Commented] (KAFKA-6193) ReassignPartitionsClusterTest.shouldPerformMultipleReassignmentOperationsOverVariousTopics fails sometimes

2017-11-16 Thread Arjun Satish (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255688#comment-16255688 ] Arjun Satish commented on KAFKA-6193: - This test is failing for a PR I created. The Jenkins build is

[jira] [Resolved] (KAFKA-414) Evaluate mmap-based writes for Log implementation

2017-11-16 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Kreps resolved KAFKA-414. - Resolution: Won't Fix > Evaluate mmap-based writes for Log implementation >

[jira] [Commented] (KAFKA-414) Evaluate mmap-based writes for Log implementation

2017-11-16 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255582#comment-16255582 ] Jay Kreps commented on KAFKA-414: - This was meant as more of a "memo to myself". No reason to leave it

[jira] [Commented] (KAFKA-414) Evaluate mmap-based writes for Log implementation

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255512#comment-16255512 ] Ismael Juma commented on KAFKA-414: --- I don't know to be honest. The JIRA is more than 5 years old. :) >

[jira] [Commented] (KAFKA-414) Evaluate mmap-based writes for Log implementation

2017-11-16 Thread JIRA
[ https://issues.apache.org/jira/browse/KAFKA-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255509#comment-16255509 ] Sönke Liebau commented on KAFKA-414: True, I was looking at the index file code, sorry for the mixup!

[jira] [Commented] (KAFKA-6214) Using standby replicas with an in memory state store causes Streams to crash

2017-11-16 Thread Matt Farmer (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255490#comment-16255490 ] Matt Farmer commented on KAFKA-6214: Is the answer here, then, to just remove that {{if}} statement?

[jira] [Resolved] (KAFKA-1408) Kafk broker can not stop itself normaly after problems with connection to ZK

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-1408. Resolution: Duplicate Closing as duplicate of KAFKA-1317 based on other comments and the fact that

[jira] [Resolved] (KAFKA-381) Changes made by a request do not affect following requests in the same packet.

2017-11-16 Thread JIRA
[ https://issues.apache.org/jira/browse/KAFKA-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sönke Liebau resolved KAFKA-381. Resolution: Not A Bug I think we can safely close this issue, the behavior was sufficiently

[jira] [Commented] (KAFKA-6223) Please delete old releases from mirroring system

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255403#comment-16255403 ] Ismael Juma commented on KAFKA-6223: I'll delete the relevant directories from the svn repo once the

[jira] [Commented] (KAFKA-6223) Please delete old releases from mirroring system

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255400#comment-16255400 ] Ismael Juma commented on KAFKA-6223: Thanks [~s...@apache.org], [~rsivaram] is in the process of

[jira] [Assigned] (KAFKA-6223) Please delete old releases from mirroring system

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma reassigned KAFKA-6223: -- Assignee: Rajini Sivaram > Please delete old releases from mirroring system >

[jira] [Commented] (KAFKA-6222) Download page must not link to dist.apache.org

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255398#comment-16255398 ] Ismael Juma commented on KAFKA-6222: Thanks [~s...@apache.org], [~rsivaram] is in the process of

[jira] [Assigned] (KAFKA-6222) Download page must not link to dist.apache.org

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma reassigned KAFKA-6222: -- Assignee: Rajini Sivaram > Download page must not link to dist.apache.org >

[jira] [Created] (KAFKA-6223) Please delete old releases from mirroring system

2017-11-16 Thread Sebb (JIRA)
Sebb created KAFKA-6223: --- Summary: Please delete old releases from mirroring system Key: KAFKA-6223 URL: https://issues.apache.org/jira/browse/KAFKA-6223 Project: Kafka Issue Type: Bug

[jira] [Created] (KAFKA-6222) Download page must not link to dist.apache.org

2017-11-16 Thread Sebb (JIRA)
Sebb created KAFKA-6222: --- Summary: Download page must not link to dist.apache.org Key: KAFKA-6222 URL: https://issues.apache.org/jira/browse/KAFKA-6222 Project: Kafka Issue Type: Bug

[jira] [Resolved] (KAFKA-1993) Enable topic deletion as default

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-1993. Resolution: Duplicate > Enable topic deletion as default > > >

[jira] [Reopened] (KAFKA-1993) Enable topic deletion as default

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma reopened KAFKA-1993: > Enable topic deletion as default > > > Key:

[jira] [Updated] (KAFKA-6098) Delete and Re-create topic operation could result in race condition

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-6098: --- Labels: reliability (was: ) > Delete and Re-create topic operation could result in race condition >

[jira] [Updated] (KAFKA-6098) Delete and Re-create topic operation could result in race condition

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-6098: --- Fix Version/s: 1.1.0 > Delete and Re-create topic operation could result in race condition >

[jira] [Resolved] (KAFKA-4675) Subsequent CreateTopic command could be lost after a DeleteTopic command

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-4675. Resolution: Duplicate KAFKA-6098 is the same issue and has more information. > Subsequent

[jira] [Commented] (KAFKA-6212) Kafka Streams - Incorrect partition rebalancing

2017-11-16 Thread Ivan Atanasov (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255122#comment-16255122 ] Ivan Atanasov commented on KAFKA-6212: -- Thanks [~mjsax], on further testing it seems that this only

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex Dunayevsky (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Dunayevsky updated KAFKA-6221: --- Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way

[jira] [Closed] (KAFKA-6220) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex Dunayevsky (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Dunayevsky closed KAFKA-6220. -- DUP: https://issues.apache.org/jira/browse/KAFKA-6221 > ReplicaFetcherThread throws

[jira] [Commented] (KAFKA-414) Evaluate mmap-based writes for Log implementation

2017-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255084#comment-16255084 ] Ismael Juma commented on KAFKA-414: --- We are still using `FileChannel` for log appends (see

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex Dunayevsky (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Dunayevsky updated KAFKA-6221: --- Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex Dunayevsky (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Dunayevsky updated KAFKA-6221: --- Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex Dunayevsky (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Dunayevsky updated KAFKA-6221: --- Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way

[jira] [Commented] (KAFKA-414) Evaluate mmap-based writes for Log implementation

2017-11-16 Thread JIRA
[ https://issues.apache.org/jira/browse/KAFKA-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255038#comment-16255038 ] Sönke Liebau commented on KAFKA-414: The switch to using MappedByteBuffers was made as part of

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Resolved] (KAFKA-6220) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Mickael Maison (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-6220. --- Resolution: Duplicate DUP of https://issues.apache.org/jira/browse/KAFKA-6221 >

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Updated] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex updated KAFKA-6221: Description: This issue appeared to happen frequently on 0.10.2.0. On 0.10.2.1 it's a way harder to reproduce.

[jira] [Created] (KAFKA-6221) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
Alex created KAFKA-6221: --- Summary: ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation Key: KAFKA-6221 URL: https://issues.apache.org/jira/browse/KAFKA-6221 Project: Kafka

[jira] [Created] (KAFKA-6220) ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation

2017-11-16 Thread Alex (JIRA)
Alex created KAFKA-6220: --- Summary: ReplicaFetcherThread throws UnknownTopicOrPartitionExeption on topic creation Key: KAFKA-6220 URL: https://issues.apache.org/jira/browse/KAFKA-6220 Project: Kafka

[jira] [Resolved] (KAFKA-4) Confusing Error mesage from producer when no kafka brokers are available

2017-11-16 Thread JIRA
[ https://issues.apache.org/jira/browse/KAFKA-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sönke Liebau resolved KAFKA-4. -- Resolution: Fixed (was: Unresolved) > Confusing Error mesage from producer when no kafka brokers are

[jira] [Issue Comment Deleted] (KAFKA-4) Confusing Error mesage from producer when no kafka brokers are available

2017-11-16 Thread JIRA
[ https://issues.apache.org/jira/browse/KAFKA-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sönke Liebau updated KAFKA-4: - Comment: was deleted (was: Better error message introduced by fix for KAFKA-5179) > Confusing Error mesage

[jira] [Comment Edited] (KAFKA-4) Confusing Error mesage from producer when no kafka brokers are available

2017-11-16 Thread JIRA
[ https://issues.apache.org/jira/browse/KAFKA-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254975#comment-16254975 ] Sönke Liebau edited comment on KAFKA-4 at 11/16/17 9:10 AM: Current error message

[jira] [Updated] (KAFKA-4) Confusing Error mesage from producer when no kafka brokers are available

2017-11-16 Thread JIRA
[ https://issues.apache.org/jira/browse/KAFKA-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sönke Liebau updated KAFKA-4: - Fix Version/s: 0.11.0.0 > Confusing Error mesage from producer when no kafka brokers are available >

[jira] [Commented] (KAFKA-4) Confusing Error mesage from producer when no kafka brokers are available

2017-11-16 Thread JIRA
[ https://issues.apache.org/jira/browse/KAFKA-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254981#comment-16254981 ] Sönke Liebau commented on KAFKA-4: -- Better error message introduced by fix for KAFKA-5179 > Confusing Error

[jira] [Commented] (KAFKA-6213) Stream processor receives messages after close() is invoked

2017-11-16 Thread Bart De Vylder (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254953#comment-16254953 ] Bart De Vylder commented on KAFKA-6213: --- Hi [~mjsax], I didn't think of the {{init}} call and it is