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

2019-09-02 Thread Apache Jenkins Server
See Changes: [manikumar] KAFKA-8860: Let SslPrincipalMapper split SSL principal mapping rules -- [...truncated 2.67 MB...] kafka.server.KafkaConfigTest >

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

2019-09-02 Thread Apache Jenkins Server
See

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

2019-09-02 Thread Apache Jenkins Server
See Changes: [github] KAFKA-8760; New Java Authorizer API (KIP-504) (#7268) -- [...truncated 2.62 MB...] org.apache.kafka.connect.json.JsonConverterTest >

[jira] [Resolved] (KAFKA-8860) SslPrincipalMapper should handle distinguished names with spaces

2019-09-02 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-8860. -- Resolution: Fixed Issue resolved by pull request 7140 [https://github.com/apache/kafka/pull/7140] >

[jira] [Created] (KAFKA-8860) SslPrincipalMapper should handle distinguished names with spaces

2019-09-02 Thread Manikumar (Jira)
Manikumar created KAFKA-8860: Summary: SslPrincipalMapper should handle distinguished names with spaces Key: KAFKA-8860 URL: https://issues.apache.org/jira/browse/KAFKA-8860 Project: Kafka

Re: Request for contributor permissions

2019-09-02 Thread Vahid Hashemian
Hi Wladimir, I added your user. Thanks for your interest in contributing to Kafka. Regards, --Vahid On Sun, Sep 1, 2019 at 10:35 AM Wladimir Gaus wrote: > Hello everyone, > > I'm interested in supporting the development of the Kafka project. > Please add me to the contributors list. My Jira

[DISCUSS] KIP-309: Add toUpperCase support to sasl.kerberos.principal.to.local rule

2019-09-02 Thread Manikumar
Hi all, I would like to revive this minor KIP related to "sasl.kerberos.principal.to.local.rules" config. This KIP adds support to convert Kerberos principal names to uppercase.

Re: [DISCUSS] KIP-500: Replace ZooKeeper with a Self-Managed Metadata Quorum

2019-09-02 Thread Ron Dagostino
Hi Colin. It is not unusual for customers to wait before upgrading — to avoid so-called “point-zero” releases — to avoid as many of the inevitable bugs that ride along with new functionality as possible. Removal of Zookeeper is going feel especially risky to these customers, and arguably it

[jira] [Created] (KAFKA-8859) Refactor Cache-level Streams Metrics

2019-09-02 Thread Bruno Cadonna (Jira)
Bruno Cadonna created KAFKA-8859: Summary: Refactor Cache-level Streams Metrics Key: KAFKA-8859 URL: https://issues.apache.org/jira/browse/KAFKA-8859 Project: Kafka Issue Type: Improvement

[jira] [Created] (KAFKA-8858) Kafka Streams - Failed to Rebalance Error and stream consumer stuck for some reason

2019-09-02 Thread Ante B. (Jira)
Ante B. created KAFKA-8858: -- Summary: Kafka Streams - Failed to Rebalance Error and stream consumer stuck for some reason Key: KAFKA-8858 URL: https://issues.apache.org/jira/browse/KAFKA-8858 Project: Kafka

[jira] [Created] (KAFKA-8857) Config describe should not return isReadOnly=false based on synonyms

2019-09-02 Thread Rajini Sivaram (Jira)
Rajini Sivaram created KAFKA-8857: - Summary: Config describe should not return isReadOnly=false based on synonyms Key: KAFKA-8857 URL: https://issues.apache.org/jira/browse/KAFKA-8857 Project: Kafka

Re: [DISCUSS] KIP-515: Enable ZK client to use the new TLS supported authentication

2019-09-02 Thread Pere Urbón Bayes
Thanks for your time Harsha, anyone else with comments? looking forward to hearing from you. Stupid question: when do you move from discussion to vote? Missatge de Harsha Chintalapani del dia dv., 30 d’ag. 2019 a les 21:59: > Thanks Pere. KIP looks good to me. > -Harsha > > > On Fri, Aug

[jira] [Created] (KAFKA-8856) Add Streams Config for Backward-compatible Metrics

2019-09-02 Thread Bruno Cadonna (Jira)
Bruno Cadonna created KAFKA-8856: Summary: Add Streams Config for Backward-compatible Metrics Key: KAFKA-8856 URL: https://issues.apache.org/jira/browse/KAFKA-8856 Project: Kafka Issue Type:

Re: Are segment files identical in different replicas?

2019-09-02 Thread Lisheng Wang
Hi Ivan I think they are identical on byte level completely. the formats whether in persistence in disk or producing or consuming are same, so kafka can use "zero copy" to send message to consumer. as we know, the behavior of replication is same with consumption. you can use tool to verify ,

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

2019-09-02 Thread Rajini Sivaram
I would expect SslEngineBuilder interface to look something like this, perhaps with some tweaking: public interface SslEngineBuilder extends Configurable, Closeable { Set reconfigurableConfigs(); boolean shouldBeRebuilt(Map nextConfigs); SSLEngine createSslEngine(Mode mode, String

Re: Are segment files identical in different replicas?

2019-09-02 Thread Ivan Yurchenko
Hi Lisheng, Thank you. By "byte level" I literally mean bytes stored on disk. I'm looking into scenarios like this: in a cluster of Kafka brokers, a topic is replicated in N replicas. Messages are being produced to the topic. At some point, a segment e.g. 0123 overflows and

[jira] [Created] (KAFKA-8855) Collect and Expose Client's Name and Version in the Brokers

2019-09-02 Thread David Jacot (Jira)
David Jacot created KAFKA-8855: -- Summary: Collect and Expose Client's Name and Version in the Brokers Key: KAFKA-8855 URL: https://issues.apache.org/jira/browse/KAFKA-8855 Project: Kafka Issue

[jira] [Resolved] (KAFKA-8719) kafka-console-consumer bypassing sentry evaluations while specifying --partition option

2019-09-02 Thread huxihx (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] huxihx resolved KAFKA-8719. --- Resolution: Cannot Reproduce > kafka-console-consumer bypassing sentry evaluations while specifying >