Re: [VOTE] 2.0.1 RC0

2018-10-30 Thread Vahid Hashemian
+1 Tested build with Java 8 and ran quick start successfully on Ubuntu. Thanks for running the release. --Vahid On Thu, Oct 25, 2018 at 7:29 PM Manikumar wrote: > Hello Kafka users, developers and client-developers, > > This is the first candidate for release of Apache Kafka 2.0.1. > > This is

Re: Help on 'Error while writing to checkpoint file' Issue

2018-10-30 Thread Dasun Nirmitha
Hello Dhruvil Ok sure, I opened a Jira and attached a rar containing the error screenshots. Would you please look into it : https://issues.apache.org/jira/browse/KAFKA-7575 On Wed, Oct 31, 2018 at 11:06 AM Dhruvil Shah wrote: > Hi Dasun, seems like the screenshots were not attached. Could you pl

[jira] [Created] (KAFKA-7575) 'Error while writing to checkpoint file' Issue

2018-10-30 Thread Dasun Nirmitha (JIRA)
Dasun Nirmitha created KAFKA-7575: - Summary: 'Error while writing to checkpoint file' Issue Key: KAFKA-7575 URL: https://issues.apache.org/jira/browse/KAFKA-7575 Project: Kafka Issue Type: Bu

Re: Help on 'Error while writing to checkpoint file' Issue

2018-10-30 Thread Dhruvil Shah
Hi Dasun, seems like the screenshots were not attached. Could you please open a Jira here: https://issues.apache.org/jira/projects/KAFKA Thanks, Dhruvil On Tue, Oct 30, 2018 at 10:29 PM Dasun Nirmitha wrote: > Hello Guys > I'm currently testing a Java Kafka producer application coded to retriev

Help on 'Error while writing to checkpoint file' Issue

2018-10-30 Thread Dasun Nirmitha
Hello Guys I'm currently testing a Java Kafka producer application coded to retrieve a db value from a local mysql db and produce to a single topic. Locally I've got a Zookeeper server and a Kafka single broker running. My issue is I need to produce this from the Kafka producer each second, and tha

Jenkins build is back to normal : kafka-trunk-jdk11 #71

2018-10-30 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-7574) Kafka unable to delete segment file in Linux

2018-10-30 Thread Ben Maas (JIRA)
Ben Maas created KAFKA-7574: --- Summary: Kafka unable to delete segment file in Linux Key: KAFKA-7574 URL: https://issues.apache.org/jira/browse/KAFKA-7574 Project: Kafka Issue Type: Bug Co

Re: [VOTE] KIP-380: Detect outdated control requests and bounced brokers using broker generation

2018-10-30 Thread Patrick Huang
Hi, Since we have three binding votes (Jun, Dong, Harsha), if there are no other concerns, I will go ahead to conclude this voting thread and mark the KIP as accepted. For implementation review and discussion, we can go to the PR for this KIP: https://github.com/apache/kafka/pull/5821 Thanks

[jira] [Resolved] (KAFKA-7567) Clean up internal metadata usage for consistency and extensibility

2018-10-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-7567. Resolution: Fixed Fix Version/s: 2.2.0 > Clean up internal metadata usage for consis

[jira] [Created] (KAFKA-7573) Add an interface that allows broker to intercept every request/response pair

2018-10-30 Thread Lincong Li (JIRA)
Lincong Li created KAFKA-7573: - Summary: Add an interface that allows broker to intercept every request/response pair Key: KAFKA-7573 URL: https://issues.apache.org/jira/browse/KAFKA-7573 Project: Kafka

[jira] [Created] (KAFKA-7572) Producer should not send requests with negative partition id

2018-10-30 Thread Yaodong Yang (JIRA)
Yaodong Yang created KAFKA-7572: --- Summary: Producer should not send requests with negative partition id Key: KAFKA-7572 URL: https://issues.apache.org/jira/browse/KAFKA-7572 Project: Kafka Iss

Re: [VOTE] KIP-380: Detect outdated control requests and bounced brokers using broker generation

2018-10-30 Thread Harsha Chintalapani
Thanks for the KIP. +1 (binding) -Harsha On Oct 29, 2018, 5:08 PM -0700, Jun Rao , wrote: > Hi, Patrick, > > Thanks for the updated KIP. +1 > > Jun > > On Wed, Oct 24, 2018 at 4:52 PM, Patrick Huang wrote: > > > Hi Jun, > > > > Sure. I already updated the KIP. Thanks! > > > > Best, > > Zhanxiang

Re: [EXTERNAL] - Re: KAFKA-3932 - Consumer fails to consume in a round robin fashion

2018-10-30 Thread Matthias J. Sax
I added you to the list of contributes. You can now self-assign ticket to yourself. Before you start working on this, we need to understand what the actual issue is in detail. Note, that sending fetch request to partitions and what poll() returns is two different things by design. You might also

[jira] [Created] (KAFKA-7571) Add system tests for downgrading Kafka

2018-10-30 Thread Jason Gustafson (JIRA)
Jason Gustafson created KAFKA-7571: -- Summary: Add system tests for downgrading Kafka Key: KAFKA-7571 URL: https://issues.apache.org/jira/browse/KAFKA-7571 Project: Kafka Issue Type: Improvem

[jira] [Created] (KAFKA-7570) Make internal offsets/transaction schemas forward compatible

2018-10-30 Thread Jason Gustafson (JIRA)
Jason Gustafson created KAFKA-7570: -- Summary: Make internal offsets/transaction schemas forward compatible Key: KAFKA-7570 URL: https://issues.apache.org/jira/browse/KAFKA-7570 Project: Kafka

RE: [EXTERNAL] - Re: KAFKA-3932 - Consumer fails to consume in a round robin fashion

2018-10-30 Thread ChienHsing Wu
I just looked at the release schedule. I guess the 2.2 is around Feb/2019, right? --CH -Original Message- From: ChienHsing Wu Sent: Tuesday, October 30, 2018 10:56 AM To: dev@kafka.apache.org Subject: RE: [EXTERNAL] - Re: KAFKA-3932 - Consumer fails to consume in a round robin fashion

RE: [EXTERNAL] - Re: KAFKA-3932 - Consumer fails to consume in a round robin fashion

2018-10-30 Thread ChienHsing Wu
Hi Matthias, Sorry about the late reply. I have a Jira account. It's chienhsw. I am using the latest version 2.0. Would it be possible to add that to 2.0 as a minor release? Thanks, ChienHsing -Original Message- From: Matthias J. Sax Sent: Wednesday, October 24, 2018 6:41 PM To: dev@

[VOTE] - KIP-213 Support non-key joining in KTable

2018-10-30 Thread Adam Bellemare
Hi All I would like to call a vote on https://cwiki.apache.org/confluence/display/KAFKA/KIP-213+Support+non-key+joining+in+KTable. This allows a Kafka Streams DSL user to perform KTable to KTable foreign-key joins on their data. I have been using this in production for some time and I have compose

Re: [VOTE] 2.1.0 RC0

2018-10-30 Thread Eno Thereska
2 tests failed for me and 4 were skipped when doing ./gradlew test: Failed tests: DeleteTopicTest. testAddPartitionDuringDeleteTopic SaslOAuthBearerSslEndToEndAuthorizationTest. testNoConsumeWithDescribeAclViaSubscribe Ignored tests: ConsumerBounceTest. testConsumptionWithBrokerFailures UncleanLe

[jira] [Created] (KAFKA-7569) Kafka doesnt appear to cleanup dangling partitions

2018-10-30 Thread Dao Quang Minh (JIRA)
Dao Quang Minh created KAFKA-7569: - Summary: Kafka doesnt appear to cleanup dangling partitions Key: KAFKA-7569 URL: https://issues.apache.org/jira/browse/KAFKA-7569 Project: Kafka Issue Type

Re: [VOTE] 2.0.1 RC0

2018-10-30 Thread Eno Thereska
Ok, +1 (non-binding) Eno On Mon, Oct 29, 2018 at 5:09 PM Manikumar wrote: > Hi Eno, > > This looks like an existing issue occuring only on source artifacts. We > are able to generate aggregate docs on cloned repo. > I am getting similar error on previous release and 2.1.0 RC0 src artifacts. >

Re: [VOTE] 2.0.1 RC0

2018-10-30 Thread Magnus Edenhill
+1 (non-binding) Passes librdkafka integration test suite Den mån 29 okt. 2018 kl 18:08 skrev Manikumar : > Hi Eno, > > This looks like an existing issue occuring only on source artifacts. We > are able to generate aggregate docs on cloned repo. > I am getting similar error on previous release a

Re: [VOTE] KIP-377: TopicCommand to use AdminClient

2018-10-30 Thread Viktor Somogyi-Vass
Hi All, I'm closing the vote as there has been a few days without any more feedback and the KIP collected 3 binding votes (Gwen, Harsha and Colin) and 2 non-binding (Mickael and Kevin) - therefore it got accepted. I'll update its status and work on the implementation (I have a WIP PR but that stil