Build failed in Jenkins: kafka-0.11.0-jdk7 #348

2018-01-21 Thread Apache Jenkins Server
See Changes: [me] KAFKA-6277: Ensure loadClass for plugin class loaders is thread-safe. -- [...truncated 2.45 MB...]

Re: [VOTE] KIP-222 - Add "describe consumer group" to KafkaAdminClient

2018-01-21 Thread Jun Rao
Hi, Jorge, For #3, I wasn't suggesting using the internal Assignment. We can just introduce a new public type that wraps List. We can call it sth like MemberAssignment to distinguish it from the internal one. This makes extending the type in the future easier. Thanks, Jun On Sun, Jan 21, 2018

Jenkins build is back to normal : kafka-trunk-jdk7 #3107

2018-01-21 Thread Apache Jenkins Server
See

Build failed in Jenkins: kafka-trunk-jdk9 #322

2018-01-21 Thread Apache Jenkins Server
See Changes: [me] KAFKA-6277: Ensure loadClass for plugin class loaders is thread-safe. -- [...truncated 1.87 MB...] org.apache.kafka.streams.tools.StreamsResetterTest >

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

2018-01-21 Thread Apache Jenkins Server
See Changes: [me] KAFKA-6277: Ensure loadClass for plugin class loaders is thread-safe. -- [...truncated 411.26 KB...] kafka.utils.CoreUtilsTest > testReadInt STARTED

Build failed in Jenkins: kafka-1.0-jdk7 #129

2018-01-21 Thread Apache Jenkins Server
See Changes: [me] KAFKA-6277: Ensure loadClass for plugin class loaders is thread-safe. -- [...truncated 1.44 MB...] V extends Object declared in interface

[jira] [Resolved] (KAFKA-6277) Make loadClass thread-safe for class loaders of Connect plugins

2018-01-21 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava resolved KAFKA-6277. -- Resolution: Fixed Fix Version/s: 1.1.0 Issue resolved by pull request

Re: [VOTE] KIP-145: Expose Record Headers in Kafka Connect

2018-01-21 Thread Ewen Cheslack-Postava
+1 (binding) Thanks for the work on this -- not a small upgrade to the Connect APIs! -Ewen On Fri, Jan 19, 2018 at 3:37 PM, Randall Hauch wrote: > Hi everyone, > > I'd like to start the voting on this KIP to add support for headers in > Connect.: > >

[jira] [Created] (KAFKA-6465) Add a metrics for the number of records per log

2018-01-21 Thread Ivan Babrou (JIRA)
Ivan Babrou created KAFKA-6465: -- Summary: Add a metrics for the number of records per log Key: KAFKA-6465 URL: https://issues.apache.org/jira/browse/KAFKA-6465 Project: Kafka Issue Type: Bug

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

2018-01-21 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-218: Make KafkaFuture.Function java 8 lambda compatible

2018-01-21 Thread Steven Aerts
Xavier, Ismael, I think I updated everything. The KIP has been lined up with the latest version of the PR, it is free for everyone to be reviewed. Thanks for your feedback, Steven Op do 18 jan. 2018 om 13:10 schreef Steven Aerts : > Ok, will cook something up by

[VOTE] KIP-249: Add Delegation Token Operations to Kafka Admin Client

2018-01-21 Thread Manikumar
Hi All, I would like to start a vote on KIP-249 which would add delegation token operations to Java Admin Client. We have merged DelegationToken API PR recently. We want to include admin client changes in the upcoming release. This will make the feature complete.

Re: [VOTE] KIP-222 - Add "describe consumer group" to KafkaAdminClient

2018-01-21 Thread Jorge Esteban Quilcate Otoya
Hi all, Thanks all for your votes and approving this KIP :) @Jun Rao: 1. Yes, KIP is updated with MemberDescription. 2. Changed: ``` public class ListGroupOffsetsResult { final KafkaFuture> future; ``` 3. Not sure about this one as Assignment type is

Re: [DISCUSS] KIP-212: Enforce set of legal characters for connector names

2018-01-21 Thread Sönke Liebau
I've updated the KIP to prohibit using control characters is connector names - will create a vote thread tomorrow unless I hear back on necessary changes from anybody. Current proposal is to ban all control characters including newline etc. as well as their escape sequences. I have not

Re: [DISCUSS] KIP-212: Enforce set of legal characters for connector names

2018-01-21 Thread Sönke Liebau
Hi everybody, I was out of touch for personal reasons the entire week, apologies. I'll update the KIP tonight and kick of a vote tomorrow morning if no one objects until then. That gives a little less than two full days for voting until the deadline kicks in - might work out if everybody is happy

[jira] [Created] (KAFKA-6464) Base64URL encoding under JRE 1.7 is broken due to incorrect padding assumption

2018-01-21 Thread Ron Dagostino (JIRA)
Ron Dagostino created KAFKA-6464: Summary: Base64URL encoding under JRE 1.7 is broken due to incorrect padding assumption Key: KAFKA-6464 URL: https://issues.apache.org/jira/browse/KAFKA-6464