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

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

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

2018-10-04 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-7483) Streams should allow headers to be passed to Serializer

2018-10-04 Thread Kamal Chandraprakash (JIRA)
Kamal Chandraprakash created KAFKA-7483: --- Summary: Streams should allow headers to be passed to Serializer Key: KAFKA-7483 URL: https://issues.apache.org/jira/browse/KAFKA-7483 Project: Kafka

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

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

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

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

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

2018-10-04 Thread Apache Jenkins Server
See Changes: [me] MINOR: Increase timeout for starting JMX tool (#5735) -- [...truncated 189.29 KB...] kafka.api.AdminClientIntegrationTest > testMinimumRequestTimeouts

Build failed in Jenkins: kafka-0.10.2-jdk7 #234

2018-10-04 Thread Apache Jenkins Server
See Changes: [me] MINOR: Increase timeout for starting JMX tool (#5735) -- [...truncated 1.13 MB...] org.apache.kafka.common.security.auth.KafkaPrincipalTest >

[jira] [Resolved] (KAFKA-7476) SchemaProjector is not properly handling Date-based logical types

2018-10-04 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava resolved KAFKA-7476. -- Resolution: Fixed Fix Version/s: 2.1.0 0.10.2.3

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

2018-10-04 Thread Apache Jenkins Server
See Changes: [mjsax] KAFKA-7277: Migrate Streams API to Duration instead of longMs times [github] KAFKA-7415; Persist leader epoch and start offset on becoming a leader

Build failed in Jenkins: kafka-1.1-jdk7 #216

2018-10-04 Thread Apache Jenkins Server
See Changes: [me] MINOR: Increase timeout for starting JMX tool (#5735) -- [...truncated 419.76 KB...] kafka.server.epoch.LeaderEpochFileCacheTest >

[jira] [Created] (KAFKA-7482) LeaderAndIsrRequest should be sent to the shutting down broker

2018-10-04 Thread Jun Rao (JIRA)
Jun Rao created KAFKA-7482: -- Summary: LeaderAndIsrRequest should be sent to the shutting down broker Key: KAFKA-7482 URL: https://issues.apache.org/jira/browse/KAFKA-7482 Project: Kafka Issue

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

2018-10-04 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-7481) Consider options for safer upgrade of offset commit value schema

2018-10-04 Thread Jason Gustafson (JIRA)
Jason Gustafson created KAFKA-7481: -- Summary: Consider options for safer upgrade of offset commit value schema Key: KAFKA-7481 URL: https://issues.apache.org/jira/browse/KAFKA-7481 Project: Kafka

New release branch 2.1.0

2018-10-04 Thread Dong Lin
Hello Kafka developers and users, As promised in the release plan https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044, we now have a release branch for 2.1.0 release. Trunk will soon be bumped to 2.2.0-SNAPSHOT. I'll be going over the JIRAs to move every non-blocker from

[jira] [Resolved] (KAFKA-7441) Allow LogCleanerManager.resumeCleaning() to be used concurrently

2018-10-04 Thread Dong Lin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin resolved KAFKA-7441. - Resolution: Fixed > Allow LogCleanerManager.resumeCleaning() to be used concurrently >

Downgradability affected by KIP-211/KAFKA-4682?

2018-10-04 Thread Jonghyun Lee
Hello, KIP-211/KAFKA-4682 introduced a new offset value schema, OFFSET_COMMIT_VALUE_SCHEMA_v2 in GroupMetadataManager.scala. This new schema is used for offset commit messages if inter.broker.protocol.version is set to >= 2.1 AND OffsetAndMetadata does not contain explicit expireTimestamp (in

[jira] [Resolved] (KAFKA-7415) OffsetsForLeaderEpoch may incorrectly respond with undefined epoch causing truncation to HW

2018-10-04 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-7415. Resolution: Fixed Fix Version/s: 2.1.0 2.0.1 >

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

2018-10-04 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 #3064

2018-10-04 Thread Apache Jenkins Server
See Changes: [lindong28] KAFKA-7196; Remove heartbeat delayed operation for those removed -- [...truncated 2.72 MB...] org.apache.kafka.streams.test.OutputVerifierTest >

Re: [DISCUSS] KIP-221: Repartition Topic Hints in Streams

2018-10-04 Thread Jeyhun Karimov
Hi Lei, Please feel free to take over the KIP. Cheers, Jeyhun On Fri, Sep 21, 2018, 22:27 Lei Chen wrote: > Hi, > > Just want to know is anyone actively working on this and also KAFKA-4835 > ? Seems like the JIRA > has been inactive for couple

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

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

Jenkins build is back to normal : kafka-1.1-jdk7 #215

2018-10-04 Thread Apache Jenkins Server
See

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

2018-10-04 Thread Apache Jenkins Server
See Changes: [lindong28] KAFKA-7196; Remove heartbeat delayed operation for those removed -- [...truncated 2.24 MB...] org.apache.kafka.streams.TopologyTestDriverTest >

Re: [EXTERNAL] Incremental Cooperative Rebalancing

2018-10-04 Thread McCaig, Rhys
This is fantastic. Im really excited to see the work on this. > On Oct 2, 2018, at 4:22 PM, Konstantine Karantasis > wrote: > > Hey everyone, > > I'd like to bring to your attention a general design document that was just > published in Apache Kafka's wiki space: > >

Re: [VOTE] KIP-291: Have separate queues for control requests and data requests

2018-10-04 Thread Ismael Juma
Have we considered control plane if we think control by itself is ambiguous? I agree with the original concern that "controller" may be confusing for something that affects all brokers. Ismael On 4 Oct 2018 11:08 am, "Lucas Wang" wrote: Thanks Jun. I've changed the KIP with the suggested 2

Re: [VOTE] KIP-291: Have separate queues for control requests and data requests

2018-10-04 Thread Lucas Wang
Thanks Jun. I've changed the KIP with the suggested 2 step upgrade. Please take a look again when you have time. Regards, Lucas On Thu, Oct 4, 2018 at 10:06 AM Jun Rao wrote: > Hi, Lucas, > > 200. That's a valid concern. So, we can probably just keep the current > name. > > 201. I am thinking

Build failed in Jenkins: kafka-1.1-jdk7 #214

2018-10-04 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-371: Add a configuration to build custom SSL principal name

2018-10-04 Thread Manikumar
Bump. On Mon, Sep 24, 2018 at 8:44 PM Manikumar wrote: > Bump. This KIP requires one more binding vote. > Please take a look. > > Thanks, > > On Sun, Sep 23, 2018 at 9:14 PM Satish Duggana > wrote: > >> +1 (non binding) >> >> Thanks, >> Satish. >> >> On Fri, Sep 21, 2018 at 3:26 PM, Rajini

Re: [VOTE] KIP-291: Have separate queues for control requests and data requests

2018-10-04 Thread Jun Rao
Hi, Lucas, 200. That's a valid concern. So, we can probably just keep the current name. 201. I am thinking that you would upgrade in the same way as changing inter.broker.listener.name. This requires 2 rounds of rolling restart. In the first round, we add the controller endpoint to the listeners

Re: [VOTE] KIP-328: Ability to suppress updates for KTables

2018-10-04 Thread John Roesler
Update: Here's a link to the documented eviction behavior: https://cwiki.apache.org/confluence/display/KAFKA/KIP-328%3A+Ability+to+suppress+updates+for+KTables#KIP-328:AbilitytosuppressupdatesforKTables-BufferEvictionBehavior(akaSuppressEmitBehavior) On Thu, Oct 4, 2018 at 11:12 AM John Roesler

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

2018-10-04 Thread Apache Jenkins Server
See

Re: [VOTE] KIP-328: Ability to suppress updates for KTables

2018-10-04 Thread John Roesler
Hello again, all, During review, we realized that there is a relationship between this (KIP-328) and KIP-372. KIP-372 proposed to allow naming *all* internal topics, and KIP-328 adds a new internal topic (the changelog for the suppression buffer). However, we didn't consider this relationship

[jira] [Reopened] (KAFKA-7477) Improve Streams close timeout semantics

2018-10-04 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax reopened KAFKA-7477: > Improve Streams close timeout semantics > --- > >

[jira] [Resolved] (KAFKA-7477) Improve Streams close timeout semantics

2018-10-04 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-7477. Resolution: Fixed > Improve Streams close timeout semantics >

Re: [DISCUSSION] KIP-376: Implement AutoClosable on appropriate classes that has close()

2018-10-04 Thread John Roesler
> Overall, it seems that `AutoClosable` might be the better interface to > use though because it's more generic. This sounds good to me. I don't know whether or not it's worth actually transitioning any existing classes from Closeable to AutoCloseable. I don't think it would affect any

[jira] [Created] (KAFKA-7480) GlobalThread should honor custom auto.offset.reset policy

2018-10-04 Thread Matthias J. Sax (JIRA)
Matthias J. Sax created KAFKA-7480: -- Summary: GlobalThread should honor custom auto.offset.reset policy Key: KAFKA-7480 URL: https://issues.apache.org/jira/browse/KAFKA-7480 Project: Kafka

Re: Request for contributor permissions

2018-10-04 Thread Matthias J. Sax
Done On 10/4/18 3:06 AM, 張雅涵 wrote: > Hi, I'd like to request for contributor permission. > > Thank you very much!! > > Jira ID: littleskyqueen > > cwiki ID: 張雅涵 littleskyqueen > > > *Yvonne Chang 張雅涵* > *亦思科技專業資訊服務團隊* > 看見新世代資料庫---*HareDB* >

[jira] [Created] (KAFKA-7479) Call to "producer.initTransaction" hangs when using IP for "bootstrap.servers"

2018-10-04 Thread Gene B. (JIRA)
Gene B. created KAFKA-7479: -- Summary: Call to "producer.initTransaction" hangs when using IP for "bootstrap.servers" Key: KAFKA-7479 URL: https://issues.apache.org/jira/browse/KAFKA-7479 Project: Kafka

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

2018-10-04 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 #3061

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

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

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

Request for contributor permissions

2018-10-04 Thread 張雅涵
Hi, I'd like to request for contributor permission. Thank you very much!! Jira ID: littleskyqueen cwiki ID: 張雅涵 littleskyqueen *Yvonne Chang 張雅涵* *亦思科技專業資訊服務團隊* 看見新世代資料庫---*HareDB* Tel:03-5630345 Ext.18 Mobile: 0963-756811 Fax:03-5631345 新竹科學園區展業二路4號3樓

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

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

[jira] [Created] (KAFKA-7478) Reduce OAuthBearerLoginModule verbosity

2018-10-04 Thread Stanislav Kozlovski (JIRA)
Stanislav Kozlovski created KAFKA-7478: -- Summary: Reduce OAuthBearerLoginModule verbosity Key: KAFKA-7478 URL: https://issues.apache.org/jira/browse/KAFKA-7478 Project: Kafka Issue

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

2018-10-04 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 #3057

2018-10-04 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 #3056

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