[jira] [Created] (KAFKA-6203) Kafka crash when deleting a topic

2017-11-11 Thread Anthony Communier (JIRA)
Anthony Communier created KAFKA-6203: Summary: Kafka crash when deleting a topic Key: KAFKA-6203 URL: https://issues.apache.org/jira/browse/KAFKA-6203 Project: Kafka Issue Type: Bug

Re: kafka-pr-jdk9-scala2.12 keeps failing

2017-11-11 Thread Ismael Juma
The issue is not related to Kafka. Ewen found the relevant issue in the PR builder project: https://github.com/jenkinsci/ghprb-plugin/pull/589 Ismael On Thu, Nov 9, 2017 at 4:30 AM, Ted Yu wrote: > I used jdk 9 build 181 on Linux to build which passed. > > I added --debug --stacktrace to ./gra

Re: [VOTE] 0.11.0.2 RC0

2017-11-11 Thread Ted Yu
Running test suite I saw: kafka.admin.ReassignPartitionsClusterTest > shouldExecuteThrottledReassignment FAILED java.lang.AssertionError: Expected replication to be < 1 but was 10138 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41)

Re: [VOTE] KIP-204 : adding records deletion operation to the new Admin Client API

2017-11-11 Thread Paolo Patierno
So I have updated the KIP-204 using a DeleteRecords class as a wrapper of the low watermark for now. I have updated the related PR

Re: Experimenting with Kafka and OpenSSL

2017-11-11 Thread Ismael Juma
Thanks Jaikiran. This is is useful. However, as you point out, the ciphers are an important factor. It would be good to ensure that the encryption strength is comparable to make it fair. The first step could be to output the ciphers used by Java 9 and OpenSSL by default. Ismael On 11 Nov 2017 7:3