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

2019-08-17 Thread Apache Jenkins Server
See Changes: [ismael] KAFKA-8800: Increase poll timeout in poll[Records]UntilTrue (#7211) [ismael] KAFKA-8041: Enable producer retries in log dir failure test to address

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

2019-08-17 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-486 Support for pluggable KeyStore and TrustStore

2019-08-17 Thread Maulin Vasavada
On top of everything above I feel strongly to add the 4th point which is based on Java APIs for TrustManagerFactory.init(KeyStore) ( https://docs.oracle.com/javase/7/docs/api/javax/net/ssl/TrustManagerFactory.html#init(java.security.KeyStore)) and KeyManagerFactory.init(KeyStore, char[]) (

Build failed in Jenkins: kafka-2.3-jdk8 #92

2019-08-17 Thread Apache Jenkins Server
See Changes: [ismael] MINOR: Fixing log format typo (#7219) -- [...truncated 2.92 MB...] kafka.zk.KafkaZkClientTest > testIsrChangeNotificationsDeletion STARTED

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

2019-08-17 Thread Apache Jenkins Server
See Changes: [manikumar.reddy] MINOR: Fixing log format typo (#7219) -- [...truncated 8.51 MB...] org.apache.kafka.streams.scala.kstream.JoinedTest > Create a Joined

Build failed in Jenkins: kafka-2.3-jdk8 #91

2019-08-17 Thread Apache Jenkins Server
See Changes: [ismael] KAFKA-8800: Increase poll timeout in poll[Records]UntilTrue (#7211) -- [...truncated 2.84 MB...] kafka.zk.KafkaZkClientTest > testGetChildren PASSED

Build failed in Jenkins: kafka-trunk-jdk11 #762

2019-08-17 Thread Apache Jenkins Server
See Changes: [manikumar.reddy] MINOR: Fixing log format typo (#7219) -- [...truncated 2.59 MB...] org.apache.kafka.streams.TopologyTest >

[jira] [Resolved] (KAFKA-7553) Jenkins PR tests hung

2019-08-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-7553. Resolution: Fixed I'm going to mark this as fixed since this is pretty old. I have seen a few

[jira] [Resolved] (KAFKA-7937) Flaky Test ResetConsumerGroupOffsetTest.testResetOffsetsNotExistingGroup

2019-08-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-7937. Resolution: Fixed Assignee: Bob Barrett (was: Gwen Shapira) Should be fixed by

[jira] [Resolved] (KAFKA-8798) SaslOAuthBearerSslEndToEndAuthorizationTest.testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl

2019-08-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-8798. Resolution: Duplicate Duplicate of KAFKA-8800. >

[jira] [Resolved] (KAFKA-8772) Flaky Test kafka.api.DelegationTokenEndToEndAuthorizationTest.testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl

2019-08-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-8772. Resolution: Duplicate Duplicate of KAFKA-8800. > Flaky Test >

[jira] [Resolved] (KAFKA-8677) Flakey test GroupEndToEndAuthorizationTest#testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl

2019-08-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-8677. Resolution: Duplicate Duplicate of KAFKA-8800. > Flakey test >

[jira] [Resolved] (KAFKA-8692) Transient failure in kafka.api.SaslScramSslEndToEndAuthorizationTest.testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl

2019-08-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-8692. Resolution: Duplicate Duplicate of KAFKA-8800. > Transient failure in >

[jira] [Resolved] (KAFKA-8783) SaslOAuthBearerSslEndToEndAuthorizationTest.testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl

2019-08-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-8783. Resolution: Duplicate Duplicate of KAFKA-8800. >

[jira] [Resolved] (KAFKA-8800) Flaky Test SaslScramSslEndToEndAuthorizationTest#testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl

2019-08-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-8800. Resolution: Fixed Fix Version/s: 2.3.1 2.4.0 > Flaky Test >

Re: [VOTE] KIP-504 - Add new Java Authorizer Interface

2019-08-17 Thread Harsha Chintalapani
+1 (binding). Thanks, Harsha On Sat, Aug 17, 2019 at 2:53 AM, Manikumar wrote: > Hi, > > +1 (binding). > > Thanks for the KIP. LGTM. > > Regards, > Manikumar > > On Sat, Aug 17, 2019 at 4:41 AM Colin McCabe wrote: > > +1 (binding) > > Thanks, Rajini! > > best, > Colin > > On Fri, Aug 16,

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

2019-08-17 Thread Apache Jenkins Server
See Changes: [cmccabe] MINOR: Remove Deprecated Scala Procedure Syntax (#7214) [cmccabe] KAFKA-8601: Add UniformStickyPartitioner and tests (#7199) -- [...truncated 8.50

[jira] [Created] (KAFKA-8811) Can not delete topics in Windows OS

2019-08-17 Thread Chen Jinniu (JIRA)
Chen Jinniu created KAFKA-8811: -- Summary: Can not delete topics in Windows OS Key: KAFKA-8811 URL: https://issues.apache.org/jira/browse/KAFKA-8811 Project: Kafka Issue Type: Bug

Re: [VOTE] KIP-503: deleted topics metric

2019-08-17 Thread Manikumar
+1 (binding). Thanks for the KIP. LGTM. Thanks, Manikumar On Wed, Aug 14, 2019 at 11:54 PM David Jacot wrote: > +1 (non-binding) > > Thanks for the KIP! Simple yet very useful. > > Best, > David > > On Wed, Aug 14, 2019 at 9:24 AM Robert Barrett > wrote: > > > +1 (non-binding) > > > > This

Re: [VOTE] KIP-504 - Add new Java Authorizer Interface

2019-08-17 Thread Manikumar
Hi, +1 (binding). Thanks for the KIP. LGTM. Regards, Manikumar On Sat, Aug 17, 2019 at 4:41 AM Colin McCabe wrote: > +1 (binding) > > Thanks, Rajini! > > best, > Colin > > On Fri, Aug 16, 2019, at 09:52, Rajini Sivaram wrote: > > Hi all, > > > > I would like to start the vote for KIP-504: >