[jira] [Created] (KAFKA-5952) Refactor Consumer Fetcher metrics

2017-09-20 Thread James Cheng (JIRA)
James Cheng created KAFKA-5952: -- Summary: Refactor Consumer Fetcher metrics Key: KAFKA-5952 URL: https://issues.apache.org/jira/browse/KAFKA-5952 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-5951) Autogenerate Producer RecordAccumulator metrics

2017-09-20 Thread James Cheng (JIRA)
James Cheng created KAFKA-5951: -- Summary: Autogenerate Producer RecordAccumulator metrics Key: KAFKA-5951 URL: https://issues.apache.org/jira/browse/KAFKA-5951 Project: Kafka Issue Type: Sub-tas

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

2017-09-20 Thread Apache Jenkins Server
See Changes: [jason] KAFKA-5793; Tighten up the semantics of the OutOfOrderSequenceException [ismael] KAFKA-5856; Add AdminClient.createPartitions() (KIP-195) -- [...trun

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

2017-09-20 Thread Apache Jenkins Server
See Changes: [ismael] KAFKA-5856; Add AdminClient.createPartitions() (KIP-195) -- [...truncated 352.30 KB...] kafka.coordinator.transaction.TransactionCoordinatorTest >

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

2017-09-20 Thread Apache Jenkins Server
See Changes: [ismael] MINOR: Upgrade to Gradle 4.2 [rajinisivaram] KAFKA-5854; Handle SASL authentication failures as non-retriable -- [...truncated 3.69 MB...] org.apach

[GitHub] kafka pull request #3930: KAFKA-5856; AdminClient.createPartitions() follow-...

2017-09-20 Thread ijuma
GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/3930 KAFKA-5856; AdminClient.createPartitions() follow-up (KIP-195) - Remove DelayedCreatePartitions to reduce code duplication - Avoid unnecessary ZK calls (call it once per request instead of once

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

2017-09-20 Thread Apache Jenkins Server
See Changes: [ismael] KAFKA-5856; Add AdminClient.createPartitions() (KIP-195) -- [...truncated 1.02 MB...] org.apache.kafka.clients.producer.internals.SenderTest > testClu

[GitHub] kafka pull request #3870: KAFKA-5856: Add AdminClient.createPartitions()

2017-09-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3870 ---

[GitHub] kafka pull request #3865: KAFKA-5793: Tighten up the semantics of the OutOfO...

2017-09-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3865 ---

[GitHub] kafka pull request #3929: Minor: tighten up the check of partition states in...

2017-09-20 Thread junrao
GitHub user junrao opened a pull request: https://github.com/apache/kafka/pull/3929 Minor: tighten up the check of partition states in AbstractFetcherThread You can merge this pull request into a Git repository by running: $ git pull https://github.com/junrao/kafka minor-chan

[GitHub] kafka-site issue #82: Adding minor style changes

2017-09-20 Thread manjuapu
Github user manjuapu commented on the issue: https://github.com/apache/kafka-site/pull/82 @guozhangwang @dguy can you please delete this PR? ---

[jira] [Created] (KAFKA-5950) AdminClient should retry based on returned error codes

2017-09-20 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-5950: -- Summary: AdminClient should retry based on returned error codes Key: KAFKA-5950 URL: https://issues.apache.org/jira/browse/KAFKA-5950 Project: Kafka Issue Type:

Re: 1.0.0 KIPs Update

2017-09-20 Thread Ismael Juma
Yes, although it would have to be reviewed and merged by next Wednesday. Ismael On Thu, Sep 21, 2017 at 12:17 AM, James Cheng wrote: > Thanks Ismael. Yes, you're right, PR 3799 is purely a refactoring. > > There are new subtasks of https://issues.apache.org/jira/browse/KAFKA-3480 >

[jira] [Created] (KAFKA-5949) User Callback Exceptions need to be handled properly

2017-09-20 Thread Matthias J. Sax (JIRA)
Matthias J. Sax created KAFKA-5949: -- Summary: User Callback Exceptions need to be handled properly Key: KAFKA-5949 URL: https://issues.apache.org/jira/browse/KAFKA-5949 Project: Kafka Issue

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

2017-09-20 Thread Apache Jenkins Server
See

[GitHub] kafka pull request #3928: KAFKA-5947: Handle authentication failure in admin...

2017-09-20 Thread rajinisivaram
GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/3928 KAFKA-5947: Handle authentication failure in admin client, txn producer 1. Raise AuthenticationException for authentication failures in admin client 2. Handle AuthenticationException as a f

Re: 1.0.0 KIPs Update

2017-09-20 Thread James Cheng
Thanks Ismael. Yes, you're right, PR 3799 is purely a refactoring. There are new subtasks of https://issues.apache.org/jira/browse/KAFKA-3480 that I haven't yet filed, that I want to work on. They will add auto generation of metrics documentatio

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

2017-09-20 Thread Apache Jenkins Server
See

[GitHub] kafka-site pull request #82: Adding minor style changes

2017-09-20 Thread manjuapu
GitHub user manjuapu opened a pull request: https://github.com/apache/kafka-site/pull/82 Adding minor style changes You can merge this pull request into a Git repository by running: $ git pull https://github.com/manjuapu/kafka-site cust Alternatively you can review and apply

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

2017-09-20 Thread Apache Jenkins Server
See Changes: [me] KAFKA-5657: Connect REST API should include the connector type when -- [...truncated 2.54 MB...] org.apache.kafka.streams.integration.GlobalKTableIntegra

[GitHub] kafka pull request #3922: Kafka 5854: Handle authentication failures in Kafk...

2017-09-20 Thread rajinisivaram
Github user rajinisivaram closed the pull request at: https://github.com/apache/kafka/pull/3922 ---

Re: 1.0.0 KIPs Update

2017-09-20 Thread Ismael Juma
Hi James, Isn't PR 3799 purely a code refactoring (i.e. no change in behaviour)? If so, it would probably land in trunk only after today. If it's new functionality, then it depends on size, risk and importance. If you think it's important and should target 1.0.0, feel free to make your case in the

[GitHub] kafka pull request #3927: KAFKA-5862: Remove ZK dependency from Streams rese...

2017-09-20 Thread bbejeck
GitHub user bbejeck opened a pull request: https://github.com/apache/kafka/pull/3927 KAFKA-5862: Remove ZK dependency from Streams reset tool You can merge this pull request into a Git repository by running: $ git pull https://github.com/bbejeck/kafka KAFKA-5862_remove_zk_dep

[jira] [Created] (KAFKA-5948) EosIntegrationTest fails with TopicAlreadyMarkedForDeletionException

2017-09-20 Thread Matthias J. Sax (JIRA)
Matthias J. Sax created KAFKA-5948: -- Summary: EosIntegrationTest fails with TopicAlreadyMarkedForDeletionException Key: KAFKA-5948 URL: https://issues.apache.org/jira/browse/KAFKA-5948 Project: Kafka

Re: 1.0.0 KIPs Update

2017-09-20 Thread James Cheng
Hi. I'm a little unclear on what types of things are subject to the "Feature Freeze" today (Sept 20th). For changes such as https://github.com/apache/kafka/pull/3799 and https://issues.apache.org/jira/browse/KAFKA-3480

[jira] [Created] (KAFKA-5947) Handle authentication failures from transactional producer and KafkaAdminClient

2017-09-20 Thread Rajini Sivaram (JIRA)
Rajini Sivaram created KAFKA-5947: - Summary: Handle authentication failures from transactional producer and KafkaAdminClient Key: KAFKA-5947 URL: https://issues.apache.org/jira/browse/KAFKA-5947 Proje

[GitHub] kafka pull request #3832: KAFKA-5854: Handle SASL authentication failures as...

2017-09-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3832 ---

[GitHub] kafka pull request #3926: KAFKA-5934 Cross build for Scala 2.12

2017-09-20 Thread schrepfler
GitHub user schrepfler opened a pull request: https://github.com/apache/kafka/pull/3926 KAFKA-5934 Cross build for Scala 2.12 Tried to do some simple refactorings to publish Kafka 0.8.x for Scala 2.12 as it's still used quite a lot in the industry. Let me know if more needs to be d

[GitHub] kafka pull request #3923: MINOR: Upgrade to Gradle 4.2

2017-09-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3923 ---

[GitHub] kafka pull request #3925: KAFKA-5911 Avoid creation of extra Map for futures...

2017-09-20 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/kafka/pull/3925 KAFKA-5911 Avoid creation of extra Map for futures in KafkaAdminClient This reduces creation of garbage while keeping thread safety untouched. You can merge this pull request into a Git repository by

[GitHub] kafka pull request #3812: KAFKA-5657 Connect REST API should include the con...

2017-09-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3812 ---

[jira] [Resolved] (KAFKA-5657) Connect REST API should include the connector type when describing a connector

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

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

2017-09-20 Thread Apache Jenkins Server
See Changes: [jason] KAFKA-5358; Consumer perf tool should count rebalance time (KIP-177) -- [...truncated 2.55 MB...] org.apache.kafka.streams.integration.KStreamsFineGr

[jira] [Created] (KAFKA-5946) Give connector method parameter better name

2017-09-20 Thread Ted Yu (JIRA)
Ted Yu created KAFKA-5946: - Summary: Give connector method parameter better name Key: KAFKA-5946 URL: https://issues.apache.org/jira/browse/KAFKA-5946 Project: Kafka Issue Type: Improvement

[jira] [Created] (KAFKA-5945) Improve handling of authentication failures when credentials are removed

2017-09-20 Thread Rajini Sivaram (JIRA)
Rajini Sivaram created KAFKA-5945: - Summary: Improve handling of authentication failures when credentials are removed Key: KAFKA-5945 URL: https://issues.apache.org/jira/browse/KAFKA-5945 Project: Kaf

[jira] [Created] (KAFKA-5944) Add unit tests for handling of authentication failures in clients

2017-09-20 Thread Rajini Sivaram (JIRA)
Rajini Sivaram created KAFKA-5944: - Summary: Add unit tests for handling of authentication failures in clients Key: KAFKA-5944 URL: https://issues.apache.org/jira/browse/KAFKA-5944 Project: Kafka

Jenkins build is back to normal : kafka-0.11.0-jdk7 #310

2017-09-20 Thread Apache Jenkins Server
See

[GitHub] kafka pull request #3924: KAFKA-5547: Return TOPIC_AUTHORIZATION_FAILED erro...

2017-09-20 Thread omkreddy
GitHub user omkreddy opened a pull request: https://github.com/apache/kafka/pull/3924 KAFKA-5547: Return TOPIC_AUTHORIZATION_FAILED error if no describe access for topics You can merge this pull request into a Git repository by running: $ git pull https://github.com/omkreddy/

[GitHub] kafka pull request #3188: KAFKA-5358: Consumer perf tool should count rebala...

2017-09-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3188 ---

[jira] [Resolved] (KAFKA-5358) Consumer perf tool should count rebalance time separately

2017-09-20 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-5358. Resolution: Fixed Fix Version/s: 1.0.0 Issue resolved by pull request 3188 [https://g

[GitHub] kafka pull request #3914: Adding See how Kafka Streams is being used section...

2017-09-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3914 ---

[GitHub] kafka pull request #3923: MINOR: Upgrade to Gradle 4.2

2017-09-20 Thread ijuma
GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/3923 MINOR: Upgrade to Gradle 4.2 It includes the usual performance improvements, but the nicest improvement for me is that the findBugs plugin no longer outputs almost 1000 lines in Jenkins bui

[GitHub] kafka pull request #3922: Kafka 5854: Handle authentication failures in Kafk...

2017-09-20 Thread rajinisivaram
GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/3922 Kafka 5854: Handle authentication failures in KafkaAdminClient This is currently on top of the commits from #3832. You can merge this pull request into a Git repository by running: $ git

[jira] [Created] (KAFKA-5943) Reduce dependency on mock in connector tests

2017-09-20 Thread Ted Yu (JIRA)
Ted Yu created KAFKA-5943: - Summary: Reduce dependency on mock in connector tests Key: KAFKA-5943 URL: https://issues.apache.org/jira/browse/KAFKA-5943 Project: Kafka Issue Type: Improvement

[GitHub] kafka pull request #3921: MINOR: add upgrade note for KIP-173 topic configs

2017-09-20 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3921 MINOR: add upgrade note for KIP-173 topic configs You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka minor-kip-173-docs Alternatively you

[jira] [Created] (KAFKA-5942) Handle authentication failures in streams

2017-09-20 Thread Rajini Sivaram (JIRA)
Rajini Sivaram created KAFKA-5942: - Summary: Handle authentication failures in streams Key: KAFKA-5942 URL: https://issues.apache.org/jira/browse/KAFKA-5942 Project: Kafka Issue Type: Improve

[jira] [Created] (KAFKA-5941) Handle authentication failures in connect

2017-09-20 Thread Rajini Sivaram (JIRA)
Rajini Sivaram created KAFKA-5941: - Summary: Handle authentication failures in connect Key: KAFKA-5941 URL: https://issues.apache.org/jira/browse/KAFKA-5941 Project: Kafka Issue Type: Improve

Re: Limit Jenkins jobs on H0 to H13

2017-09-20 Thread Ismael Juma
Hi Ted, Thanks for following up with INFRA on the issues we've been seeing. I asked a clarifying comment in that ticket (for some reason it only allowed me to add an internal comment). Ismael On Wed, Sep 20, 2017 at 2:31 AM, Ted Yu wrote: > Hi, > See Gavin's comment: > > https://issues.apache.

[GitHub] kafka pull request #3905: MINOR: change task initialization logging levels

2017-09-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3905 ---

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

2017-09-20 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-5931) Deprecate KTable#to and KTable#through

2017-09-20 Thread Damian Guy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damian Guy resolved KAFKA-5931. --- Resolution: Fixed Issue resolved by pull request 3903 [https://github.com/apache/kafka/pull/3903] > D

[GitHub] kafka pull request #3903: KAFKA-5931: deprecate KTable#through and KTable#to

2017-09-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3903 ---

[GitHub] kafka pull request #3920: KAFKA5940: Throw exception if the JSON file is inv...

2017-09-20 Thread scholzj
GitHub user scholzj opened a pull request: https://github.com/apache/kafka/pull/3920 KAFKA5940: Throw exception if the JSON file is invalid Throw an exception when the JSON file with topics/partitions and offsets is incorrect (= when Json.parseFull(...) returns None). You can merge

[jira] [Created] (KAFKA-5940) kafka-delete-records.sh doesn't give any feedback when the JSON offset configuration file is invalid

2017-09-20 Thread Jakub Scholz (JIRA)
Jakub Scholz created KAFKA-5940: --- Summary: kafka-delete-records.sh doesn't give any feedback when the JSON offset configuration file is invalid Key: KAFKA-5940 URL: https://issues.apache.org/jira/browse/KAFKA-5940

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

2017-09-20 Thread Apache Jenkins Server
See

[GitHub] kafka-site pull request #81: MINOR: Fix typo in the gradle command for code ...

2017-09-20 Thread scholzj
GitHub user scholzj opened a pull request: https://github.com/apache/kafka-site/pull/81 MINOR: Fix typo in the gradle command for code style check Fix typo in the gradle command for code style check: chec**k**styleMain instead of chec**h**styleMain You can merge this pull request i

[GitHub] kafka pull request #3846: MINOR: update release script for streams quickstar...

2017-09-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3846 ---

[jira] [Created] (KAFKA-5939) Add a dryrun option to release.py

2017-09-20 Thread Damian Guy (JIRA)
Damian Guy created KAFKA-5939: - Summary: Add a dryrun option to release.py Key: KAFKA-5939 URL: https://issues.apache.org/jira/browse/KAFKA-5939 Project: Kafka Issue Type: Bug Component

[GitHub] kafka pull request #3758: KAFKA-3131: enable error level for SSLException lo...

2017-09-20 Thread omkreddy
Github user omkreddy closed the pull request at: https://github.com/apache/kafka/pull/3758 ---

[GitHub] kafka pull request #3919: [MINOR] Where possible, introduce EnumMap.

2017-09-20 Thread KoenDG
GitHub user KoenDG opened a pull request: https://github.com/apache/kafka/pull/3919 [MINOR] Where possible, introduce EnumMap. Very simple PR, introduce EnumMap in 2 places of the code. EnumMap: https://docs.oracle.com/javase/7/docs/api/java/util/EnumMap.html EnumMa

[jira] [Created] (KAFKA-5938) Oracle jdbc-source-connector with kafka-connect distributed mode will result in http 500 error

2017-09-20 Thread Wolfgang Clemens (JIRA)
Wolfgang Clemens created KAFKA-5938: --- Summary: Oracle jdbc-source-connector with kafka-connect distributed mode will result in http 500 error Key: KAFKA-5938 URL: https://issues.apache.org/jira/browse/KAFKA-5938

[GitHub] kafka pull request #3811: KAFKA-5839: Upgrade Guide doc changes for KIP-130

2017-09-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3811 ---

[GitHub] kafka pull request #3918: KAFKA-5920: Handle SSL handshake failures as authe...

2017-09-20 Thread rajinisivaram
GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/3918 KAFKA-5920: Handle SSL handshake failures as authentication exceptions You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka

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

2017-09-20 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: various random minor fixes and improve KafkaConsumer JavaDocs -- [...truncated 4.95 MB...] org.apache.kafka.streams.StreamsConfigTest > sh