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

2018-09-28 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H32 (ubuntu xenial) in workspace

[jira] [Created] (KAFKA-7458) Avoid enforced processing during bootstrap phase

2018-09-28 Thread Guozhang Wang (JIRA)
Guozhang Wang created KAFKA-7458: Summary: Avoid enforced processing during bootstrap phase Key: KAFKA-7458 URL: https://issues.apache.org/jira/browse/KAFKA-7458 Project: Kafka Issue Type:

Jenkins build is back to normal : kafka-trunk-jdk10 #530

2018-09-28 Thread Apache Jenkins Server
See

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

2018-09-28 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace

Re: [STREAMS] Qs on code of State Managers (AbstractStateManager, ProcessorStateManager and GlobalStateManagerImpl)

2018-09-28 Thread Guozhang Wang
Hello Jacek, Your observation is valid, currently the code hierarchy of AbstractStateManager, ProcessorStateManager and GlobalStateManagerImpl are a bit intrusive to each other and would better be cleaned a bit. Feel free to create a JIRA with your observed placed to clean up and submit a PR.

Build failed in Jenkins: kafka-trunk-jdk10 #529

2018-09-28 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H30 (ubuntu xenial) in workspace

[jira] [Resolved] (KAFKA-6620) Documentation about "exactly_once" doesn't mention "transaction.state.log.min.isr"

2018-09-28 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-6620. -- Resolution: Fixed Fix Version/s: 2.1.0 > Documentation about "exactly_once" doesn't

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

2018-09-28 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace

Build failed in Jenkins: kafka-trunk-jdk10 #528

2018-09-28 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H30 (ubuntu xenial) in workspace

[jira] [Created] (KAFKA-7457) AbstractCoordinator struck in discover

2018-09-28 Thread Joseph Aliase (JIRA)
Joseph Aliase created KAFKA-7457: Summary: AbstractCoordinator struck in discover Key: KAFKA-7457 URL: https://issues.apache.org/jira/browse/KAFKA-7457 Project: Kafka Issue Type: Bug

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

2018-09-28 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace

Build failed in Jenkins: kafka-trunk-jdk10 #527

2018-09-28 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H30 (ubuntu xenial) in workspace

Re: [VOTE] KIP-372: Naming Repartition Topics for Joins and Grouping

2018-09-28 Thread Bill Bejeck
All, I've made a slight adjustment to the KIP and changed the "Joined.name" to "Joined.named" Thanks, Bill On Thu, Sep 20, 2018 at 4:49 PM Bill Bejeck wrote: > Hi All, > > KIP-372 is now accepted with: > - 3 Binding +1 (Damian, Guozhang, Matthias) > - 3 Non-binding +1 (Dongjin, John, Bill) >

[jira] [Created] (KAFKA-7456) Serde Inheritance in Streams DSL

2018-09-28 Thread Guozhang Wang (JIRA)
Guozhang Wang created KAFKA-7456: Summary: Serde Inheritance in Streams DSL Key: KAFKA-7456 URL: https://issues.apache.org/jira/browse/KAFKA-7456 Project: Kafka Issue Type: Improvement

[jira] [Created] (KAFKA-7455) JmxTool cannot connect to an SSL-enabled JMX RMI port

2018-09-28 Thread Attila Sasvari (JIRA)
Attila Sasvari created KAFKA-7455: - Summary: JmxTool cannot connect to an SSL-enabled JMX RMI port Key: KAFKA-7455 URL: https://issues.apache.org/jira/browse/KAFKA-7455 Project: Kafka Issue

Re: [VOTE] KIP-339: Create a new IncrementalAlterConfigs API

2018-09-28 Thread Colin McCabe
Hi all, Thanks for the discussion. I'm going to close the vote later today if there are no more comments. cheers, Colin On Mon, Sep 24, 2018, at 22:33, Colin McCabe wrote: > +1 (binding) > > Colin > > > On Mon, Sep 24, 2018, at 17:49, Ismael Juma wrote: > > Thanks Colin. I think this is

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

2018-09-28 Thread Viktor Somogyi-Vass
Hi All, I made an update to the KIP. Just in short: Currently KafkaAdminClient.describeTopics() and KafkaAdminClient.listTopics() uses the Metadata protocol to acquire topic information. The returned response however won't contain the topics that are under deletion but couldn't complete yet (for

[jira] [Created] (KAFKA-7454) Use lazy allocation for SslTransportLayer buffers

2018-09-28 Thread Rajini Sivaram (JIRA)
Rajini Sivaram created KAFKA-7454: - Summary: Use lazy allocation for SslTransportLayer buffers Key: KAFKA-7454 URL: https://issues.apache.org/jira/browse/KAFKA-7454 Project: Kafka Issue

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

2018-09-28 Thread Viktor Somogyi-Vass
Hi Mickael, Thanks for the feedback, I also think that many customers wanted this for a long time. Cheers, Viktor On Fri, Sep 28, 2018 at 11:45 AM Mickael Maison wrote: > Hi Viktor, > Thanks for taking this task! > This is a very nice change as it will allow users to use this tool in > many

[jira] [Created] (KAFKA-7453) Enable idle expiry of connections which are never selected

2018-09-28 Thread Rajini Sivaram (JIRA)
Rajini Sivaram created KAFKA-7453: - Summary: Enable idle expiry of connections which are never selected Key: KAFKA-7453 URL: https://issues.apache.org/jira/browse/KAFKA-7453 Project: Kafka

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

2018-09-28 Thread Apache Jenkins Server
See

Build failed in Jenkins: kafka-trunk-jdk10 #526

2018-09-28 Thread Apache Jenkins Server
See Changes: [jason] KAFKA-7409; Validate message format version before creating topics or -- [...truncated 2.15 MB...] org.apache.kafka.streams.TopologyTestDriverTest >

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

2018-09-28 Thread Mickael Maison
Hi Viktor, Thanks for taking this task! This is a very nice change as it will allow users to use this tool in many Cloud environments where direct zookeeper access is not available. On Thu, Sep 27, 2018 at 10:34 AM Viktor Somogyi-Vass wrote: > > Hi All, > > This is the continuation of the old

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

2018-09-28 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace

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

2018-09-28 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace

Build failed in Jenkins: kafka-trunk-jdk10 #525

2018-09-28 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H31 (ubuntu xenial) in workspace

[jira] [Created] (KAFKA-7452) Deleting snapshot files after check-pointing log recovery offsets can slow down replication when truncation happens

2018-09-28 Thread Zhanxiang (Patrick) Huang (JIRA)
Zhanxiang (Patrick) Huang created KAFKA-7452: Summary: Deleting snapshot files after check-pointing log recovery offsets can slow down replication when truncation happens Key: KAFKA-7452 URL:

[jira] [Created] (KAFKA-7451) Missing JMX metrics

2018-09-28 Thread Jork Zijlstra (JIRA)
Jork Zijlstra created KAFKA-7451: Summary: Missing JMX metrics Key: KAFKA-7451 URL: https://issues.apache.org/jira/browse/KAFKA-7451 Project: Kafka Issue Type: Bug Components:

[jira] [Created] (KAFKA-7450) kafka controller RequestSendThread stuck in infinite loop after SSL handshake failure with peer brokers

2018-09-28 Thread Yu Yang (JIRA)
Yu Yang created KAFKA-7450: -- Summary: kafka controller RequestSendThread stuck in infinite loop after SSL handshake failure with peer brokers Key: KAFKA-7450 URL: https://issues.apache.org/jira/browse/KAFKA-7450

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

2018-09-28 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace

Build failed in Jenkins: kafka-trunk-jdk10 #524

2018-09-28 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H31 (ubuntu xenial) in workspace