Re: [VOTE] 1.0.1 RC0

2018-02-05 Thread Ewen Cheslack-Postava
@Ted Check now. I went back and double checked the details. Seems like the release details may have changed in a way that was not clearly documented because we have two separate uploads now -- the gradle process for most of the artifacts and the maven uploads for the streams quickstart examples. Th

Re: [VOTE] 1.0.1 RC0

2018-02-05 Thread Ewen Cheslack-Postava
Not sure, seems to be variable. I "closed" the upload on the Apache staging nexus repo per the release process, but I've never seen any indication of a reliable amount of time for it to show up. Didn't want to hold up the process waiting for it so I sent the email, but if it doesn't show up for too

Jenkins build is back to normal : kafka-trunk-jdk9 #367

2018-02-05 Thread Apache Jenkins Server
See

Re: [VOTE] 1.0.1 RC0

2018-02-05 Thread Ted Yu
Ewen: Do you know how long it takes for maven repo to be populated ? Looking at: https://repository.apache.org/content/groups/staging/org/apache/kafka/kafka-clients/ I don't see 1.0.1 version. Cheers On Mon, Feb 5, 2018 at 7:48 PM, Ewen Cheslack-Postava wrote: > Hello Kafka users, developers

[VOTE] 1.0.1 RC0

2018-02-05 Thread Ewen Cheslack-Postava
Hello Kafka users, developers and client-developers, Sorry for a bit of delay, but I've now prepared the first candidate for release of Apache Kafka 1.0.1. This is a bugfix release for the 1.0 branch that was first released with 1.0.0 about 3 months ago. We've fixed 46 significant issues since th

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

2018-02-05 Thread Apache Jenkins Server
See Changes: [me] MINOR: Update copyright year in NOTICE -- [...truncated 980.72 KB...] kafka.message.MessageTest > testEquality PASSED kafka.message.MessageCompressionTe

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

2018-02-05 Thread Apache Jenkins Server
See Changes: [me] MINOR: Update copyright year in NOTICE -- [...truncated 334.03 KB...] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:

[jira] [Created] (KAFKA-6536) Streams quickstart pom.xml is missing versions for a bunch of plugins

2018-02-05 Thread Ewen Cheslack-Postava (JIRA)
Ewen Cheslack-Postava created KAFKA-6536: Summary: Streams quickstart pom.xml is missing versions for a bunch of plugins Key: KAFKA-6536 URL: https://issues.apache.org/jira/browse/KAFKA-6536 P

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

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

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

2018-02-05 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-trunk-jdk7 #3155

2018-02-05 Thread Apache Jenkins Server
See Changes: [github] MINOR: improve log4j messaging (#4530) -- [...truncated 64.14 KB...]

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

2018-02-05 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-trunk-jdk8 #2390

2018-02-05 Thread Apache Jenkins Server
See Changes: [me] KAFKA-5987: Maintain order of metric tags in generated documentation [me] MINOR: Update copyright year in NOTICE [github] MINOR: improve log4j messaging (#4530) --

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

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

[jira] [Created] (KAFKA-6535) Set default retention ms for Streams repartition topics to infinity

2018-02-05 Thread Guozhang Wang (JIRA)
Guozhang Wang created KAFKA-6535: Summary: Set default retention ms for Streams repartition topics to infinity Key: KAFKA-6535 URL: https://issues.apache.org/jira/browse/KAFKA-6535 Project: Kafka

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

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

Re: [DISCUSS] KIP-251: Allow timestamp manipulation in Processor API

2018-02-05 Thread Guozhang Wang
This is not included in this KIP, but I'm wondering if we should still support forwarding to a child with index. Because 1) if users are using DSL, they would probably never use this API since the ordering of the child is hard to reason from a DSL anyways. 2) if users are using PAPI

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

2018-02-05 Thread Apache Jenkins Server
See Changes: [me] MINOR: Update copyright year in NOTICE -- Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building re

Build failed in Jenkins: kafka-0.10.1-jdk7 #131

2018-02-05 Thread Apache Jenkins Server
See Changes: [me] MINOR: Update copyright year in NOTICE -- Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building re

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

2018-02-05 Thread Apache Jenkins Server
See Changes: [me] MINOR: Update copyright year in NOTICE -- Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building re

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

2018-02-05 Thread Apache Jenkins Server
See Changes: [junrao] KAFKA-6452; Add documentation for delegation token authentication [me] KAFKA-5987: Maintain order of metric tags in generated documentation -- [...trunc

Re: [VOTE] KIP-232: Detect outdated metadata using leaderEpoch and partitionEpoch

2018-02-05 Thread Becket Qin
+1 on the KIP. I think the KIP is mainly about adding the capability of tracking the system state change lineage. It does not seem necessary to bundle this KIP with replacing the topic partition with partition epoch in produce/fetch. Replacing topic-partition string with partition epoch is essenti

description of unclean leader election

2018-02-05 Thread Ted Yu
Hi, I am reading unclean leader election in Kafka Definitive Guide. On page 120: ... with offsets 100-200 to replica 2 (then the leader). Now replica 3 is unavailable ... It seems 'replica 3' was meant to be 'replica 2'. Cheers

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

2018-02-05 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-5987) Kafka metrics templates used in document generation should maintain order of tags

2018-02-05 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava resolved KAFKA-5987. -- Resolution: Fixed Fix Version/s: 1.1.0 1.2.0 Issue res

[jira] [Created] (KAFKA-6534) Consumer.poll may not trigger rebalance in time when there is a task migration

2018-02-05 Thread Guozhang Wang (JIRA)
Guozhang Wang created KAFKA-6534: Summary: Consumer.poll may not trigger rebalance in time when there is a task migration Key: KAFKA-6534 URL: https://issues.apache.org/jira/browse/KAFKA-6534 Project:

[jira] [Resolved] (KAFKA-6452) Add documentation for delegation token authentication mechanism

2018-02-05 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-6452. Resolution: Fixed Fix Version/s: (was: 1.2.0) 1.1.0 The PR is merged to 1.1 an

Build failed in Jenkins: kafka-trunk-jdk7 #3152

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

Consumer group

2018-02-05 Thread Maria Pilar
Hi everyone, I have design a kafka api solution which has define some topics, these topics are produced by other api connect with Cassandra data model. So I need to fixed the sensical order and sequential order of the events, it means i need to guarantee that create, update and delete events will

[jira] [Resolved] (KAFKA-6254) Introduce Incremental FetchRequests to Increase Partition Scalability

2018-02-05 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-6254. Resolution: Fixed Fix Version/s: 1.1.0 The PR is merged. > Introduce Incremental FetchRequests to In

1.1 release progress

2018-02-05 Thread Damian Guy
Hi all, We are just over a week away from code freeze. We currently have 44 issues in progress and 3 open blockers: https://issues.apache.org/jira/projects/KAFKA/versions/12339769 If you have something that is in progress that is not going to make it into 1.1 can you please move it to a future re

[jira] [Created] (KAFKA-6533) Kafka log cleaner stopped due to "cannot allocate memory" error

2018-02-05 Thread Law (JIRA)
Law created KAFKA-6533: -- Summary: Kafka log cleaner stopped due to "cannot allocate memory" error Key: KAFKA-6533 URL: https://issues.apache.org/jira/browse/KAFKA-6533 Project: Kafka Issue Type: Bug

[jira] [Resolved] (KAFKA-6253) Improve sink connector topic regex validation

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

Android Integration

2018-02-05 Thread mina mohsen
Hi Dear, I am trying to include kafka client in android studio using this link compile group: 'org.apache.kafka', name: 'kafka_2.11', version: '1.0.0' but it gives me these errors Error:com.android.builder.dexing.DexArchiveBuilderException: Failed to process caches\modules-2\files-2.1\org.apac

[jira] [Created] (KAFKA-6532) Delegation token internals should not impact public interfaces

2018-02-05 Thread Rajini Sivaram (JIRA)
Rajini Sivaram created KAFKA-6532: - Summary: Delegation token internals should not impact public interfaces Key: KAFKA-6532 URL: https://issues.apache.org/jira/browse/KAFKA-6532 Project: Kafka