Re: [VOTE] 1.0.0 RC0

2017-10-11 Thread Vahid S Hashemian
Hi Guozhang, Thanks for running the release. I tested building from source and the quickstarts on Linux, Mac, and Windows 64 (with Java 8 and Gradle 4.2.1). Everything worked well on Linux and Mac, but I ran into some issues on my Windows 64 VM: I reported one issue in KAFKA-6055, but it's

[jira] [Created] (KAFKA-6056) LogCleaner always cleaning into 1 Segment might exeed relativ offset range

2017-10-11 Thread Jan Filipiak (JIRA)
Jan Filipiak created KAFKA-6056: --- Summary: LogCleaner always cleaning into 1 Segment might exeed relativ offset range Key: KAFKA-6056 URL: https://issues.apache.org/jira/browse/KAFKA-6056 Project:

[jira] [Resolved] (KAFKA-5988) Consider removing StreamThread#STREAM_THREAD_ID_SEQUENCE

2017-10-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved KAFKA-5988. --- Resolution: Won't Fix > Consider removing StreamThread#STREAM_THREAD_ID_SEQUENCE >

Re: Limit Jenkins jobs on H0 to H13

2017-10-11 Thread Ted Yu
qnode3 experiences 'No space left on device' See https://builds.apache.org/job/kafka-pr-jdk9-scala2.12/2001/console Can this server be taken out of PR run ? On Wed, Sep 20, 2017 at 4:34 AM, Ismael Juma wrote: > Hi Ted, > >

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

2017-10-11 Thread Apache Jenkins Server
See

[GitHub] kafka pull request #4064: MINOR: add unit test for StateStoreSerdes

2017-10-11 Thread mjsax
GitHub user mjsax opened a pull request: https://github.com/apache/kafka/pull/4064 MINOR: add unit test for StateStoreSerdes You can merge this pull request into a Git repository by running: $ git pull https://github.com/mjsax/kafka minor-add-state-serdes-test Alternatively

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

2017-10-11 Thread Apache Jenkins Server
See Changes: [rajinisivaram] MINOR: Push JMX metric name mangling into the JmxReporter (KIP-190 [wangguoz] MINOR: Redesign of Streams page to include video & logos --

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

2017-10-11 Thread Apache Jenkins Server
See Changes: [rajinisivaram] MINOR: Push JMX metric name mangling into the JmxReporter (KIP-190 [wangguoz] MINOR: Redesign of Streams page to include video & logos --

[GitHub] kafka pull request #4063: MINOR: improve Store parameter checks

2017-10-11 Thread mjsax
GitHub user mjsax opened a pull request: https://github.com/apache/kafka/pull/4063 MINOR: improve Store parameter checks You can merge this pull request into a Git repository by running: $ git pull https://github.com/mjsax/kafka minor-improve-store-parameter-checks

[GitHub] kafka pull request #4062: KAFKA-6055: Fix a JVM misconfiguration that affect...

2017-10-11 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4062 KAFKA-6055: Fix a JVM misconfiguration that affects Windows tools You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka

[jira] [Created] (KAFKA-6055) Running tools on Windows fail due to misconfigured JVM config

2017-10-11 Thread Vahid Hashemian (JIRA)
Vahid Hashemian created KAFKA-6055: -- Summary: Running tools on Windows fail due to misconfigured JVM config Key: KAFKA-6055 URL: https://issues.apache.org/jira/browse/KAFKA-6055 Project: Kafka

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

2017-10-11 Thread Apache Jenkins Server
See Changes: [wangguoz] HOTFIX: Updates on release.py before 1.0.0 [rajinisivaram] MINOR: Push JMX metric name mangling into the JmxReporter (KIP-190 -- [...truncated

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

2017-10-11 Thread Apache Jenkins Server
See Changes: [wangguoz] HOTFIX: Updates on release.py before 1.0.0 -- [...truncated 1.77 MB...] org.apache.kafka.streams.integration.RegexSourceIntegrationTest >

[GitHub] kafka-site pull request #96: Fixed video paramas

2017-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka-site/pull/96 ---

[GitHub] kafka-site issue #96: Fixed video paramas

2017-10-11 Thread guozhangwang
Github user guozhangwang commented on the issue: https://github.com/apache/kafka-site/pull/96 LGTM. Merged to `asf-site`. ---

Jenkins build is back to normal : kafka-1.0-jdk7 #25

2017-10-11 Thread Apache Jenkins Server
See

Re: [VOTE] 1.0.0 RC0

2017-10-11 Thread Ted Yu
Looks like the following change is needed for some downstream project to compile their code (which was using 0.11.0.1): -import org.apache.kafka.common.protocol.SecurityProtocol; +import org.apache.kafka.common.security.auth.SecurityProtocol; I took a look at docs/upgrade.html but didn't see any

[GitHub] kafka-site pull request #96: Fixed video paramas

2017-10-11 Thread manjuapu
Github user manjuapu commented on a diff in the pull request: https://github.com/apache/kafka-site/pull/96#discussion_r144151112 --- Diff: css/styles.css --- @@ -1074,7 +1074,6 @@ nav .btn { .sticky-top { white-space: nowrap; overflow-y: hidden; -

[GitHub] kafka pull request #4059: Redesign of Streams page to include video & logos

2017-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/4059 ---

[GitHub] kafka-site pull request #96: Fixed video paramas

2017-10-11 Thread guozhangwang
Github user guozhangwang commented on a diff in the pull request: https://github.com/apache/kafka-site/pull/96#discussion_r144150407 --- Diff: css/styles.css --- @@ -1074,7 +1074,6 @@ nav .btn { .sticky-top { white-space: nowrap; overflow-y: hidden; -

[GitHub] kafka pull request #3980: MINOR: Push JMX metric name mangling into the JmxR...

2017-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3980 ---

Re: [VOTE] 1.0.0 RC0

2017-10-11 Thread Guozhang Wang
Thanks for the check Ted. I just made the jars available at mvn staging now: https://repository.apache.org/content/groups/staging/org/apache/kafka/ Guozhang On Tue, Oct 10, 2017 at 6:43 PM, Ted Yu wrote: > Guozhang: > I took a brief look under the staging tree. > e.g. >

[GitHub] kafka pull request #4054: HOTFIX: Updates on release.py before 1.0.0

2017-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/4054 ---

[GitHub] kafka pull request #4060: MINOR: Add Kafka Streams upgrade workflow

2017-10-11 Thread bbejeck
GitHub user bbejeck opened a pull request: https://github.com/apache/kafka/pull/4060 MINOR: Add Kafka Streams upgrade workflow You can merge this pull request into a Git repository by running: $ git pull https://github.com/bbejeck/kafka MINOR_add_upgrade_workflow

[GitHub] kafka pull request #4059: Redesign of Streams page to include video & logos

2017-10-11 Thread manjuapu
GitHub user manjuapu opened a pull request: https://github.com/apache/kafka/pull/4059 Redesign of Streams page to include video & logos @guozhangwang Please review. You can merge this pull request into a Git repository by running: $ git pull

Re: Kafka Consumer - org.apache.kafka.common.errors.TimeoutException: Failed to get offsets by times in 305000 ms

2017-10-11 Thread Ted Yu
I don't see values for the Consumer Properties. Can you try out 0.11.0.1 ? See http://search-hadoop.com/m/Kafka/uyzND1qxYr5prjxv?subj=Incorrect+consumer+offsets+after+broker+restart+0+11+0+0 On Wed, Oct 11, 2017 at 11:37 AM, SenthilKumar K wrote: > Hi All , Recently we

[GitHub] kafka-site issue #96: Fixed video paramas

2017-10-11 Thread manjuapu
Github user manjuapu commented on the issue: https://github.com/apache/kafka-site/pull/96 @guozhangwang Can you please review. ---

[GitHub] kafka-site pull request #96: Fixed video paramas

2017-10-11 Thread manjuapu
GitHub user manjuapu opened a pull request: https://github.com/apache/kafka-site/pull/96 Fixed video paramas You can merge this pull request into a Git repository by running: $ git pull https://github.com/manjuapu/kafka-site streams-updates Alternatively you can review and

Kafka Consumer - org.apache.kafka.common.errors.TimeoutException: Failed to get offsets by times in 305000 ms

2017-10-11 Thread SenthilKumar K
Hi All , Recently we starting seeing Kafka Consumer error with Timeout . What could be the cause here ? Version : kafka_2.11-0.11.0.0 Consumer Properties: *bootstrap.servers, enable.auto.commit,auto.commit.interval.ms ,session.timeout.ms

[GitHub] kafka pull request #4058: MINOR: Fixed format string

2017-10-11 Thread mimaison
GitHub user mimaison opened a pull request: https://github.com/apache/kafka/pull/4058 MINOR: Fixed format string Use Scala string templates instead of format You can merge this pull request into a Git repository by running: $ git pull https://github.com/mimaison/kafka

[GitHub] kafka pull request #4057: KAFKA-6053: Fix NoSuchMethodError when creating Pr...

2017-10-11 Thread apurvam
GitHub user apurvam opened a pull request: https://github.com/apache/kafka/pull/4057 KAFKA-6053: Fix NoSuchMethodError when creating ProducerRecords with older client versions You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (KAFKA-6054) ERROR "SubscriptionInfo - unable to decode subscription data: version=2" when upgrading from 0.10.0.0 to 0.10.2.1

2017-10-11 Thread James Cheng (JIRA)
James Cheng created KAFKA-6054: -- Summary: ERROR "SubscriptionInfo - unable to decode subscription data: version=2" when upgrading from 0.10.0.0 to 0.10.2.1 Key: KAFKA-6054 URL:

[jira] [Created] (KAFKA-6053) NoSuchMethodError when creating ProducerRecord in upgrade system tests

2017-10-11 Thread Apurva Mehta (JIRA)
Apurva Mehta created KAFKA-6053: --- Summary: NoSuchMethodError when creating ProducerRecord in upgrade system tests Key: KAFKA-6053 URL: https://issues.apache.org/jira/browse/KAFKA-6053 Project: Kafka

[jira] [Created] (KAFKA-6052) Consumers not polling when isolation.level=read_committed

2017-10-11 Thread Ansel Zandegran (JIRA)
Ansel Zandegran created KAFKA-6052: -- Summary: Consumers not polling when isolation.level=read_committed Key: KAFKA-6052 URL: https://issues.apache.org/jira/browse/KAFKA-6052 Project: Kafka

[GitHub] kafka pull request #4056: KAFKA-6051 Close the ReplicaFetcherBlockingSend ea...

2017-10-11 Thread mayt
GitHub user mayt opened a pull request: https://github.com/apache/kafka/pull/4056 KAFKA-6051 Close the ReplicaFetcherBlockingSend earlier on shutdown Rearranged the testAddPartitionDuringDeleteTopic() test to keep the likelyhood of the race condition. You can merge this pull

[jira] [Created] (KAFKA-6051) ReplicaFetcherThread should close the ReplicaFetcherBlockingSend earlier on shutdown

2017-10-11 Thread Maytee Chinavanichkit (JIRA)
Maytee Chinavanichkit created KAFKA-6051: Summary: ReplicaFetcherThread should close the ReplicaFetcherBlockingSend earlier on shutdown Key: KAFKA-6051 URL:

[GitHub] kafka pull request #4055: MINOR: Update `config/consumer.properties` to have...

2017-10-11 Thread omkreddy
GitHub user omkreddy opened a pull request: https://github.com/apache/kafka/pull/4055 MINOR: Update `config/consumer.properties` to have new consumer properties You can merge this pull request into a Git repository by running: $ git pull https://github.com/omkreddy/kafka

[jira] [Created] (KAFKA-6050) Cannot alter default topic config

2017-10-11 Thread Tom Bentley (JIRA)
Tom Bentley created KAFKA-6050: -- Summary: Cannot alter default topic config Key: KAFKA-6050 URL: https://issues.apache.org/jira/browse/KAFKA-6050 Project: Kafka Issue Type: Bug

Re: [VOTE] KIP-204 : adding records deletion operation to the new Admin Client API

2017-10-11 Thread Ted Yu
+1 On Mon, Oct 2, 2017 at 10:51 PM, Paolo Patierno wrote: > Hi all, > > I didn't see any further discussion around this KIP, so I'd like to start > the vote for it. > > Just for reference : https://cwiki.apache.org/ > confluence/display/KAFKA/KIP-204+%3A+adding+records+ >

Re: [VOTE] KIP-204 : adding records deletion operation to the new Admin Client API

2017-10-11 Thread Paolo Patierno
Hi all, since I started voting KIP-204 on October 3rd I haven't seen any votes on that. I know you are busy on 1.0.0 release, just as reminder Thanks. Paolo Patierno Senior Software Engineer (IoT) @ Red Hat Microsoft MVP on Azure & IoT Microsoft Azure Advisor Twitter :

[VOTE] KIP-201: Rationalising policy interfaces

2017-10-11 Thread Tom Bentley
I would like to start a vote on KIP-201, which proposes to replace the existing policy interfaces with a single new policy interface that also extends policy support to cover new and existing APIs in the AdminClient.