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

2017-10-03 Thread Apache Jenkins Server
See

[GitHub] kafka pull request #4006: MINOR: JavaDoc improvements for new state store AP...

2017-10-03 Thread mjsax
GitHub user mjsax opened a pull request: https://github.com/apache/kafka/pull/4006 MINOR: JavaDoc improvements for new state store API You can merge this pull request into a Git repository by running: $ git pull https://github.com/mjsax/kafka minor-javadoc-improvments-for-sto

[jira] [Created] (KAFKA-6005) Reject JoinGroup request from first member with empty protocol type/protocol list

2017-10-03 Thread Manikumar (JIRA)
Manikumar created KAFKA-6005: Summary: Reject JoinGroup request from first member with empty protocol type/protocol list Key: KAFKA-6005 URL: https://issues.apache.org/jira/browse/KAFKA-6005 Project: Kafk

[jira] [Resolved] (KAFKA-4946) Evaluation of kafka_mx4jenable is inverted

2017-10-03 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-4946. Resolution: Duplicate Marking as duplicate of KAFKA-5843 as that had a PR. Credited Ralph as well in

[GitHub] kafka pull request #3797: KAFKA-5843; Mx4jLoader.maybeLoad should only be ex...

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

[GitHub] kafka pull request #4007: MINOR: Java 9 version handling improvements

2017-10-03 Thread ijuma
GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/4007 MINOR: Java 9 version handling improvements - Upgrade Gradle to 4.2.1, which handles Azul Zulu 9's version correctly. - Add tests to our Java version handling code - Refactor the code to ma

Re: [DISCUSS] URIs on Producer and Consumer

2017-10-03 Thread Clebert Suconic
Maybe I didn't make the message clear enough... Would using an URI to the constructor (in addition to the properties) help the API, or anyone see a reason to not do it? KafkaConsumer consumer = new KafkaConsumer<>("tcp://localhost:?receive.buffer.bytes=-2", new ByteArrayDeserializer(), new By

Re: [DISCUSS] URIs on Producer and Consumer

2017-10-03 Thread Christopher Shannon
I think this would be useful as a secondary way to configure. If others agree then you can write up a KIP and it can be discussed in more detail. On Tue, Oct 3, 2017 at 8:56 AM, Clebert Suconic wrote: > Maybe I didn't make the message clear enough... > > Would using an URI to the constructor (i

[GitHub] kafka pull request #4008: MINOR: Add / to connect docs, because HTML ...

2017-10-03 Thread tombentley
GitHub user tombentley opened a pull request: https://github.com/apache/kafka/pull/4008 MINOR: Add / to connect docs, because HTML render doesn't respect blank lines This just adds / to paragraphs in Kafak Connect docs. @ewencp are you a good person to review this? You can

[jira] [Created] (KAFKA-6006) Default replication factor should be set in server.properties

2017-10-03 Thread Martin M (JIRA)
Martin M created KAFKA-6006: --- Summary: Default replication factor should be set in server.properties Key: KAFKA-6006 URL: https://issues.apache.org/jira/browse/KAFKA-6006 Project: Kafka Issue Type

[GitHub] kafka pull request #4005: MINOR: fix JavaDocs warnings

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

[GitHub] kafka-site issue #77: MINOR: Update verbiage on landing page https://kafka.a...

2017-10-03 Thread joel-hamill
Github user joel-hamill commented on the issue: https://github.com/apache/kafka-site/pull/77 @miguno done https://github.com/apache/kafka-site/pull/77#issuecomment-333752239 ---

[jira] [Resolved] (KAFKA-6005) Reject JoinGroup request from first member with empty protocol type/protocol list

2017-10-03 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-6005. Resolution: Fixed Issue resolved by pull request 3957 [https://github.com/apache/kafka/pull/

[GitHub] kafka pull request #3957: KAFKA-6005: Reject JoinGroup request from first me...

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

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

2017-10-03 Thread Apache Jenkins Server
See Changes: [damian.guy] MINOR: fix JavaDocs warnings -- [...truncated 2.95 MB...] org.apache.kafka.common.security.JaasContextTest > testControlFlag PASSED org.apache.k

[GitHub] kafka pull request #4009: MINOR: add with method to Materialized

2017-10-03 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/4009 MINOR: add with method to Materialized Add a `with(Serde keySerde, Serde valSerde)` to `Materialized` for cases where people don't care about the state store name. You can merge this pull request into

[GitHub] kafka pull request #3871: KAFKA-5909; Removed the source jars from classpath...

2017-10-03 Thread Kamal15
Github user Kamal15 closed the pull request at: https://github.com/apache/kafka/pull/3871 ---

[GitHub] kafka pull request #4010: KAFKA-5909; Removed the source jars from classpath

2017-10-03 Thread Kamal15
GitHub user Kamal15 opened a pull request: https://github.com/apache/kafka/pull/4010 KAFKA-5909; Removed the source jars from classpath Executing CLI tools don't require source jars so removed it from the classpath. You can merge this pull request into a Git repository by running:

[GitHub] kafka pull request #4008: MINOR: Add / to connect docs, because HTML ...

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

[GitHub] kafka pull request #1937: KAFKA-4108: Improve DumpLogSegments offsets-decode...

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

[GitHub] kafka-site issue #77: MINOR: Update verbiage on landing page https://kafka.a...

2017-10-03 Thread joel-hamill
Github user joel-hamill commented on the issue: https://github.com/apache/kafka-site/pull/77 ping @guozhangwang for merge ---

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

2017-10-03 Thread Apache Jenkins Server
See

[DISCUSS] URIs on Producer and Consumer

2017-10-03 Thread Clebert Suconic
I believe I need write access to the WIKI Page: https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals As I don't see the KIP Template.. If anyone could please include me the to the group please? On Tue, Oct 3, 2017 at 9:23 AM, Christopher Shannon wrote: > I think t

[jira] [Resolved] (KAFKA-5902) Create Connect metrics for sink tasks

2017-10-03 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava resolved KAFKA-5902. -- Resolution: Fixed Issue resolved by pull request 3975 [https://github.com/apache

[GitHub] kafka pull request #3975: KAFKA-5902: Added sink task metrics

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

TimeoutException: Timed out waiting for a node assignment. when AdminClient attempts to create topics

2017-10-03 Thread Elliot Metsger
Hi everyone, New user to Kafka, and am psyched to get it working in our environment! I'm on 0.11.0.0, and using spring-kafka 2.0.0.rc1. I'm struggling to get things working in our unit/integration tests. I don't want to overload everyone with the context of the issues, but this is the stacktrace

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

2017-10-03 Thread Apache Jenkins Server
See Changes: [me] KAFKA-5902: Added sink task metrics (KIP-196) -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H26 (couch

Re: TimeoutException: Timed out waiting for a node assignment. when AdminClient attempts to create topics

2017-10-03 Thread Elliot Metsger
I always do this: post a detailed explanation and then find some discrepancy: the earlier message contains log snippits from another test run and so the ports don't match up with my text. Here's log snippets from the posted files: Queuing the call: 13:52:40.968 [ main] D

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

2017-10-03 Thread Apache Jenkins Server
See Changes: [me] MINOR: Add / to connect docs, because HTML render doesn't respect [jason] KAFKA-4108; Improve DumpLogSegments offsets-decoder output format -- [...trunc

[VOTE] KIP-206: Add support for UUID serialization and deserialization

2017-10-03 Thread Jakub Scholz
Hi, Since there were no further discussion points, I would like to start the voting for KIP-206. For more details about the KIP go to https://cwiki.apache.org/confluence/display/KAFKA/KIP-206%3A+Add+support+for+UUID+serialization+and+deserialization Thanks & Regards Jakub

Re: [VOTE] KIP-206: Add support for UUID serialization and deserialization

2017-10-03 Thread Ted Yu
+1 Original message From: Jakub Scholz Date: 10/3/17 2:24 PM (GMT-08:00) To: dev@kafka.apache.org Subject: [VOTE] KIP-206: Add support for UUID serialization and deserialization Hi, Since there were no further discussion points, I would like to start the voting for KIP-206.

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

2017-10-03 Thread Apache Jenkins Server
See Changes: [me] KAFKA-5902: Added sink task metrics (KIP-196) -- [...truncated 1.39 MB...] org.apache.kafka.common.security.JaasContextTest > testControlFlag PASSED org

[jira] [Created] (KAFKA-6007) Connect can't validate against transforms in plugins.path

2017-10-03 Thread Stephane Maarek (JIRA)
Stephane Maarek created KAFKA-6007: -- Summary: Connect can't validate against transforms in plugins.path Key: KAFKA-6007 URL: https://issues.apache.org/jira/browse/KAFKA-6007 Project: Kafka I

[GitHub] kafka pull request #3820: KAFKA-5864; ReplicaFetcherThread should not die du...

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

[GitHub] kafka-site issue #77: MINOR: Update verbiage on landing page https://kafka.a...

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

[GitHub] kafka-site pull request #77: MINOR: Update verbiage on landing page https://...

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

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

2017-10-03 Thread Apache Jenkins Server
See

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

2017-10-03 Thread Apache Jenkins Server
See Changes: [junrao] KAFKA-5864; ReplicaFetcherThread should not die due to replica in -- [...truncated 3.34 MB...] kafka.security.auth.SimpleAclAuthorizerTest > testAclI

[GitHub] kafka pull request #4011: KAFKA-5903: Added Connect metrics to the worker an...

2017-10-03 Thread rhauch
GitHub user rhauch opened a pull request: https://github.com/apache/kafka/pull/4011 KAFKA-5903: Added Connect metrics to the worker and distributed herder Added metrics to the Connect worker and rebalancing metrics to the distributed herder. This is built on top of #3987, a

Re: [DISCUSS] KIP-158: Kafka Connect should allow source connectors to set topic-specific settings for new topics

2017-10-03 Thread Stephane Maarek
Hi Randall, Thanks for the KIP. I like it What happens when the target topic is already created but the configs do not match? i.e. wrong RF, num partitions, or missing / additional configs? Will you attempt to apply the necessary changes or throw an error? Thanks! Stephane On 24/5/17, 5:59

[jira] [Resolved] (KAFKA-5993) Kafka Admin Client throws a warning for sasl.jaas.config

2017-10-03 Thread Stephane Maarek (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephane Maarek resolved KAFKA-5993. Resolution: Not A Problem > Kafka Admin Client throws a warning for sasl.jaas.config > -