[jira] [Reopened] (KAFKA-4600) Consumer proceeds on when ConsumerRebalanceListener fails

2019-04-01 Thread Braedon Vickers (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Braedon Vickers reopened KAFKA-4600: Hi [~guozhang], I'm going to reopen this, as the issue I raised hasn't been addressed. [~dana

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

2019-04-01 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-8181: Removed Avro topic from TOC on kafka (#6529) -- [...truncated 4.73 MB...] org.apache.kafka.streams.test.OutputVerifierTest > shouldNot

Re: [DISCUSS] KIP-445: In-memory Session Store

2019-04-01 Thread Guozhang Wang
Hello Sophie, Thanks for the KIP, I've made a pass on it and it lgtm. Guozhang On Fri, Mar 29, 2019 at 5:32 PM Sophie Blee-Goldman wrote: > Hello all, > > This KIP proposes adding an in-memory session store to round-out the API > and support built-in persistent and in-memory versions of ALL s

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

2019-04-01 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-8181) Streams docs on serialization include Avro header, but no content

2019-04-01 Thread Michael Drogalis (JIRA)
Michael Drogalis created KAFKA-8181: --- Summary: Streams docs on serialization include Avro header, but no content Key: KAFKA-8181 URL: https://issues.apache.org/jira/browse/KAFKA-8181 Project: Kafka

[jira] [Created] (KAFKA-8180) Deleting large number of topics can block the controller for the time it takes to delete all of them

2019-04-01 Thread Gwen Shapira (JIRA)
Gwen Shapira created KAFKA-8180: --- Summary: Deleting large number of topics can block the controller for the time it takes to delete all of them Key: KAFKA-8180 URL: https://issues.apache.org/jira/browse/KAFKA-8180

Re: [DISCUSS] KIP-405: Kafka Tiered Storage

2019-04-01 Thread Harsha
Hi Eno, Thanks for the comments. Answers are inline "Performance & durability -- - would be good to have more discussion on performance implications of tiering. Copying the data from the local storage to the remote storage is going to be expensive in terms of

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

2019-04-01 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-8179) Incremental Rebalance Protocol for Kafka Consumer

2019-04-01 Thread Guozhang Wang (JIRA)
Guozhang Wang created KAFKA-8179: Summary: Incremental Rebalance Protocol for Kafka Consumer Key: KAFKA-8179 URL: https://issues.apache.org/jira/browse/KAFKA-8179 Project: Kafka Issue Type: I

Re: Contributor subscription request

2019-04-01 Thread Bill Bejeck
Hi Anurag, No problem we'll just need your Apache Jira user id to get you added. Thanks, Bill On Sun, Mar 31, 2019 at 3:29 PM Anurag Saxena wrote: > Hi, > > Please add me to kafka contributor list so that I can start fixing Kafka > bugs and raise PRs. > > Regards, > Anurag. >

Re: Add Jira permission and wiki permission

2019-04-01 Thread Bill Bejeck
Hi, You're already in Jira as a contributor, but I can't seem to find you in the Apache Confluence (https://cwiki.apache.org/confluence) can you confirm your account there? Thanks, Bill On Mon, Apr 1, 2019 at 1:42 AM slim ouertani wrote: > Hello, > > user id: ouertani > > Thanks in advance. >

Re: Speeding up integration tests

2019-04-01 Thread Damian Guy
Just to throw my 2c in here. It would also be good if we could run the tests that failed "last time" first. That way at least if they are broken then we'd fail fast rather than waiting for ever. Not much sucks more than waiting for 2 hours to find out a test failed when it fails regularly and you c

Re: [DISCUSS] KIP-405: Kafka Tiered Storage

2019-04-01 Thread Viktor Somogyi-Vass
Hey Harsha, I have a rather technical question to this. How do you plan to package this extension? Does this mean that Kafka will depend on HDFS? I think it'd be nice to somehow separate this off to a different package in the project so that it could be built and released separately from the main