[jira] [Commented] (KAFKA-3396) Unauthorized topics are returned to the user

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15538039#comment-15538039 ] ASF GitHub Bot commented on KAFKA-3396: --- GitHub user hachikuji opened a pull request

[GitHub] kafka pull request #1946: MINOR: Follow-up minor improvements/cleanup for KA...

2016-09-30 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/1946 MINOR: Follow-up minor improvements/cleanup for KAFKA-3396 You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka followup-for-kafka-

[jira] [Commented] (KAFKA-3396) Unauthorized topics are returned to the user

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15537984#comment-15537984 ] ASF GitHub Bot commented on KAFKA-3396: --- Github user asfgit closed the pull request

[jira] [Updated] (KAFKA-3396) Unauthorized topics are returned to the user

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-3396: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull requ

[GitHub] kafka pull request #1908: KAFKA-3396 : Unauthorized topics are returned to t...

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1908 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

Re: [DISCUSS] KIP-68 Add a consumed log retention before log retention

2016-09-30 Thread Becket Qin
Hi Pengwei, Thanks for the KIP proposal. It is a very useful KIP. At a high level, the proposed behavior looks reasonable to me. However, it seems that some of the details are not mentioned in the KIP. For example, 1. How will the expected consumer group be specified? Is it through a per topic d

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

2016-09-30 Thread Apache Jenkins Server
See Changes: [jason] HOTFIX: Revert async change in ProduceConsumeValidateTest [jason] KAFKA-3824; Clarify autocommit delivery semantics for consumer -- [...truncated 13827 lines...] org.apache.

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

2016-09-30 Thread Apache Jenkins Server
See

[jira] [Commented] (KAFKA-3824) Docs indicate auto.commit breaks at least once delivery but that is incorrect

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15537517#comment-15537517 ] ASF GitHub Bot commented on KAFKA-3824: --- Github user asfgit closed the pull request

[jira] [Updated] (KAFKA-3824) Docs indicate auto.commit breaks at least once delivery but that is incorrect

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-3824: --- Resolution: Fixed Fix Version/s: (was: 0.10.0.2) Status: Resolved (was:

[GitHub] kafka pull request #1936: KAFKA-3824: Clarify autocommit delivery semantics ...

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1936 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

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

2016-09-30 Thread Apache Jenkins Server
See

[GitHub] kafka pull request #1945: HOTFIX: Revert async change in ProduceConsumeValid...

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1945 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] kafka pull request #1945: HOTFIX: Revert async change in ProduceConsumeValid...

2016-09-30 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/1945 HOTFIX: Revert async change in ProduceConsumeValidateTest You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka hotfix-produce-cons

Re: [DISCUSS] KIP-80: Kafka REST Server

2016-09-30 Thread Jay Kreps
Hey guys, There's already a REST interface maintained as a separate project--it's open source and apache licensed and actively maintained ( https://github.com/confluentinc/kafka-rest). What is wrong with that? You mentioned that there was some compatibility concern, but compatibility has to do wit

Re: [DISCUSS] KIP-82 - Add Record Headers

2016-09-30 Thread radai
I think headers are a great idea. Right now, people who are trying to implement any sort of org-wide functionality like monitoring, tracing, profiling etc pretty much have to define their own wrapper layers, which probably leads to everyone implementing their own variants of the same underlying fu

[jira] [Assigned] (KAFKA-4244) Update our website look & feel

2016-09-30 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira reassigned KAFKA-4244: --- Assignee: Gwen Shapira > Update our website look & feel > -- > >

[jira] [Created] (KAFKA-4244) Update our website look & feel

2016-09-30 Thread Gwen Shapira (JIRA)
Gwen Shapira created KAFKA-4244: --- Summary: Update our website look & feel Key: KAFKA-4244 URL: https://issues.apache.org/jira/browse/KAFKA-4244 Project: Kafka Issue Type: Improvement

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

2016-09-30 Thread Apache Jenkins Server
See Changes: [wangguoz] HOTFIX: do not call partitioner if num partitions is non-positive -- [...truncated 3972 lines...]

[jira] [Commented] (KAFKA-4238) consumer-subscription not working, when accessing a newly created topic immediately after its creation with the AdminUtils

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15537069#comment-15537069 ] Jason Gustafson commented on KAFKA-4238: [~apa...@flwi.de] The consumer periodical

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

2016-09-30 Thread Apache Jenkins Server
See Changes: [wangguoz] HOTFIX: do not call partitioner if num partitions is non-positive -- [...truncated 13828 lines...] org.apache.kafka.streams.processor.internals.assignment.TaskAssignorTest

[jira] [Commented] (KAFKA-4234) Consumer should not commit offsets in unsubscribe()

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536986#comment-15536986 ] ASF GitHub Bot commented on KAFKA-4234: --- Github user asfgit closed the pull request

[jira] [Updated] (KAFKA-4234) Consumer should not commit offsets in unsubscribe()

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-4234: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull requ

[GitHub] kafka pull request #1944: KAFKA-4234: Temporarily disable committing offsets...

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1944 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] kafka-site pull request #20: new design

2016-09-30 Thread derrickdoo
GitHub user derrickdoo opened a pull request: https://github.com/apache/kafka-site/pull/20 new design Updated theme - new nav and layout - updated homepage copy - mobile styles You can merge this pull request into a Git repository by running: $ git pull https://git

[jira] [Updated] (KAFKA-3994) Deadlock between consumer heartbeat expiration and offset commit.

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-3994: --- Status: Patch Available (was: Open) > Deadlock between consumer heartbeat expiration and offs

[jira] [Updated] (KAFKA-3930) IPv6 address can't used as ObjectName

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-3930: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull requ

[jira] [Commented] (KAFKA-3930) IPv6 address can't used as ObjectName

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536848#comment-15536848 ] ASF GitHub Bot commented on KAFKA-3930: --- Github user asfgit closed the pull request

[GitHub] kafka pull request #1848: KAFKA-3930: Replace colon in ipv6 addresses used i...

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1848 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Commented] (KAFKA-4058) Failure in org.apache.kafka.streams.integration.ResetIntegrationTest.testReprocessingFromScratchAfterReset

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536828#comment-15536828 ] ASF GitHub Bot commented on KAFKA-4058: --- Github user asfgit closed the pull request

[jira] [Resolved] (KAFKA-4058) Failure in org.apache.kafka.streams.integration.ResetIntegrationTest.testReprocessingFromScratchAfterReset

2016-09-30 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-4058. Resolution: Fixed Fix Version/s: 0.10.1.0 Issue resolved by pull request 1938 [https://github

[GitHub] kafka pull request #1938: KAFKA-4058: improved test condition evaluation

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1938 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Created] (KAFKA-4243) Ensure metric names are quoted as necessary for JMX

2016-09-30 Thread Jason Gustafson (JIRA)
Jason Gustafson created KAFKA-4243: -- Summary: Ensure metric names are quoted as necessary for JMX Key: KAFKA-4243 URL: https://issues.apache.org/jira/browse/KAFKA-4243 Project: Kafka Issue T

[jira] [Commented] (KAFKA-4039) Exit Strategy: using exceptions instead of inline invocation of exit/halt

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536786#comment-15536786 ] Jason Gustafson commented on KAFKA-4039: Looks like we're going to have to push th

[jira] [Updated] (KAFKA-4039) Exit Strategy: using exceptions instead of inline invocation of exit/halt

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-4039: --- Fix Version/s: (was: 0.10.1.0) 0.10.1.1 > Exit Strategy: using exceptio

[jira] [Created] (KAFKA-4242) Re-enable committing offsets in consumer's unsubscribe() when auto commit is enabled

2016-09-30 Thread Vahid Hashemian (JIRA)
Vahid Hashemian created KAFKA-4242: -- Summary: Re-enable committing offsets in consumer's unsubscribe() when auto commit is enabled Key: KAFKA-4242 URL: https://issues.apache.org/jira/browse/KAFKA-4242

[jira] [Commented] (KAFKA-4233) StateDirectory fails to create directory if any parent directory does not exist

2016-09-30 Thread Ryan Worsley (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536773#comment-15536773 ] Ryan Worsley commented on KAFKA-4233: - Thanks :) > StateDirectory fails to create dir

[jira] [Updated] (KAFKA-4234) Consumer should not commit offsets in unsubscribe()

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-4234: --- Status: Patch Available (was: Open) > Consumer should not commit offsets in unsubscribe() > -

[jira] [Updated] (KAFKA-3234) Minor documentation edits: clarify minISR; some topic-level configs are missing

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-3234: --- Fix Version/s: (was: 0.10.1.0) 0.10.2.0 > Minor documentation edits: cl

[jira] [Resolved] (KAFKA-4213) Add system tests for replication throttling (KIP-73)

2016-09-30 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-4213. Resolution: Fixed Issue resolved by pull request 1904 [https://github.com/apache/kafka/pull/1904] >

[jira] [Updated] (KAFKA-4241) StreamsConfig doesn't pass through custom consumer and producer properties to ConsumerConfig and ProducerConfig

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-4241: --- Status: Patch Available (was: Open) > StreamsConfig doesn't pass through custom consumer and

[jira] [Updated] (KAFKA-3213) [CONNECT] It looks like we are not backing off properly when reconfiguring tasks

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-3213: --- Fix Version/s: (was: 0.10.1.0) 0.10.1.1 > [CONNECT] It looks like we ar

[jira] [Updated] (KAFKA-3824) Docs indicate auto.commit breaks at least once delivery but that is incorrect

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-3824: --- Status: Patch Available (was: Open) > Docs indicate auto.commit breaks at least once delivery

[jira] [Commented] (KAFKA-4213) Add system tests for replication throttling (KIP-73)

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536751#comment-15536751 ] ASF GitHub Bot commented on KAFKA-4213: --- Github user asfgit closed the pull request

[GitHub] kafka pull request #1904: KAFKA-4213: First set of system tests for replicat...

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1904 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Resolved] (KAFKA-4233) StateDirectory fails to create directory if any parent directory does not exist

2016-09-30 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-4233. -- Resolution: Fixed Fix Version/s: 0.10.2.0 Issue resolved by pull request 1942 [https://gi

[jira] [Commented] (KAFKA-4233) StateDirectory fails to create directory if any parent directory does not exist

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536743#comment-15536743 ] ASF GitHub Bot commented on KAFKA-4233: --- Github user asfgit closed the pull request

[GitHub] kafka pull request #1942: KAFKA-4233: StateDirectory fails to create directo...

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1942 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Updated] (KAFKA-3832) Kafka Connect's JSON Converter never outputs a null value

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-3832: --- Fix Version/s: (was: 0.10.1.0) 0.10.1.1 > Kafka Connect's JSON Converte

[GitHub] kafka pull request #1939: KAFKA-4235: Fix the race condition in Sender.initi...

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1939 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Commented] (KAFKA-4235) Fix the closing order in Sender.initiateClose().

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536731#comment-15536731 ] ASF GitHub Bot commented on KAFKA-4235: --- Github user asfgit closed the pull request

[jira] [Resolved] (KAFKA-4235) Fix the closing order in Sender.initiateClose().

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-4235. Resolution: Fixed Issue resolved by pull request 1939 [https://github.com/apache/kafka/pull/

[jira] [Commented] (KAFKA-4234) Consumer should not commit offsets in unsubscribe()

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536715#comment-15536715 ] ASF GitHub Bot commented on KAFKA-4234: --- GitHub user vahidhashemian opened a pull re

[GitHub] kafka pull request #1944: KAFKA-4234: Temporarily disable committing offsets...

2016-09-30 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/1944 KAFKA-4234: Temporarily disable committing offsets in consumer's `unsubscribe()` Temporarily disable the offset commit (when auto commit is enabled) in the new consumer's `unsubscribe()` met

[jira] [Updated] (KAFKA-4240) Remove disableLogging from API

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-4240: --- Fix Version/s: (was: 0.10.1.0) 0.10.2.0 > Remove disableLogging from AP

[jira] [Updated] (KAFKA-4178) Replication Throttling: Consolidate Rate Classes

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-4178: --- Fix Version/s: (was: 0.10.1.0) 0.10.1.1 > Replication Throttling: Conso

[jira] [Updated] (KAFKA-3284) Consider removing beta label in security documentation

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-3284: --- Fix Version/s: (was: 0.10.1.0) 0.10.2.0 > Consider removing beta label

[jira] [Updated] (KAFKA-3829) Warn that kafka-connect group.id must not conflict with connector names

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-3829: --- Fix Version/s: (was: 0.10.1.0) 0.10.1.1 > Warn that kafka-connect group

[jira] [Updated] (KAFKA-3334) First message on new topic not actually being sent, no exception thrown

2016-09-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-3334: --- Fix Version/s: (was: 0.10.1.0) 0.10.2.0 > First message on new topic no

[GitHub] kafka pull request #1929: HOTFIX: do not call partitioner if num partitions ...

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1929 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Commented] (KAFKA-4161) Decouple flush and offset commits

2016-09-30 Thread Dean Arnold (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536415#comment-15536415 ] Dean Arnold commented on KAFKA-4161: I'm the requester for this feature. My particular

[jira] [Commented] (KAFKA-873) Consider replacing zkclient with curator (with zkclient-bridge)

2016-09-30 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536316#comment-15536316 ] Jordan Zimmerman commented on KAFKA-873: FYI - Curator would be happy to shade Guav

[jira] [Commented] (KAFKA-1194) The kafka broker cannot delete the old log files after the configured time

2016-09-30 Thread Abhi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536308#comment-15536308 ] Abhi commented on KAFKA-1194: - Has any one made the windows build using the same patch.. I don

[jira] [Commented] (KAFKA-4234) Consumer should not commit offsets in unsubscribe()

2016-09-30 Thread Vahid Hashemian (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536297#comment-15536297 ] Vahid Hashemian commented on KAFKA-4234: Sounds fair. One approach would be to som

[GitHub] kafka pull request #1918: [WIP] allow Processors to write to State Stores du...

2016-09-30 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/1918 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

[jira] [Commented] (KAFKA-4241) StreamsConfig doesn't pass through custom consumer and producer properties to ConsumerConfig and ProducerConfig

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536254#comment-15536254 ] ASF GitHub Bot commented on KAFKA-4241: --- GitHub user dguy opened a pull request:

[GitHub] kafka pull request #1943: KAFKA-4241: StreamsConfig doesn't pass through cus...

2016-09-30 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/1943 KAFKA-4241: StreamsConfig doesn't pass through custom consumer and producer properties to ConsumerConfig and ProducerConfig pass through user-defined consumer and producer properties from StreamsConfi

[jira] [Updated] (KAFKA-4241) StreamsConfig doesn't pass through custom consumer and producer properties to ConsumerConfig and ProducerConfig

2016-09-30 Thread Damian Guy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damian Guy updated KAFKA-4241: -- Description: The StreamsConfig doesn't currently pass custom configs defined by the user to the Consume

[jira] [Created] (KAFKA-4241) StreamsConfig doesn't pass through custom consumer and producer properties to ConsumerConfig and ProducerConfig

2016-09-30 Thread Damian Guy (JIRA)
Damian Guy created KAFKA-4241: - Summary: StreamsConfig doesn't pass through custom consumer and producer properties to ConsumerConfig and ProducerConfig Key: KAFKA-4241 URL: https://issues.apache.org/jira/browse/KAFKA

[jira] [Created] (KAFKA-4240) Remove disableLogging from API

2016-09-30 Thread Eno Thereska (JIRA)
Eno Thereska created KAFKA-4240: --- Summary: Remove disableLogging from API Key: KAFKA-4240 URL: https://issues.apache.org/jira/browse/KAFKA-4240 Project: Kafka Issue Type: Improvement

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

2016-09-30 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-4239) Replication Quotas: kafka-configs.sh should allow the throttled rate to be set using broker wildcards

2016-09-30 Thread Ben Stopford (JIRA)
Ben Stopford created KAFKA-4239: --- Summary: Replication Quotas: kafka-configs.sh should allow the throttled rate to be set using broker wildcards Key: KAFKA-4239 URL: https://issues.apache.org/jira/browse/KAFKA-4239

[jira] [Commented] (KAFKA-873) Consider replacing zkclient with curator (with zkclient-bridge)

2016-09-30 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536047#comment-15536047 ] Flavio Junqueira commented on KAFKA-873: One clarification here, isn't this call pr

[jira] [Created] (KAFKA-4238) consumer-subscription not working, when accessing a newly created topic immediately after its creation with the AdminUtils

2016-09-30 Thread Florian Witteler (JIRA)
Florian Witteler created KAFKA-4238: --- Summary: consumer-subscription not working, when accessing a newly created topic immediately after its creation with the AdminUtils Key: KAFKA-4238 URL: https://issues.apach

[jira] [Commented] (KAFKA-3900) High CPU util on broker

2016-09-30 Thread Maurice Wolter (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535902#comment-15535902 ] Maurice Wolter commented on KAFKA-3900: --- I experience the same issue with kafka 0.9.

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

2016-09-30 Thread Apache Jenkins Server
See Changes: [ismael] KAFKA-4225; Replication Quotas: Control Leader & Follower Limit [ismael] HOTFIX: turn off auto topic creation in embedded kafka cluster -- [...truncated 2253 lines...] kafk

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

2016-09-30 Thread Apache Jenkins Server
See Changes: [ismael] KAFKA-4225; Replication Quotas: Control Leader & Follower Limit -- [...truncated 4864 lines...] kafka.coordinator.GroupMetadataManagerTest > testCommitOffset STARTED kafk

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

2016-09-30 Thread Apache Jenkins Server
See Changes: [ismael] KAFKA-4223; RocksDBStore should close all open iterators on close -- [...truncated 2916 lines...] kafka.KafkaTest > testGetKafkaConfigFromArgsNonArgsAtTheBegging STARTED ka

[GitHub] kafka pull request #1941: HOTFIX: turn off auto topic creation in embedded k...

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1941 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

Jenkins build is back to normal : kafka-0.10.1-jdk7 #30

2016-09-30 Thread Apache Jenkins Server
See

[jira] [Updated] (KAFKA-4225) Replication Quotas: Control Leader & Follower Limit Separately

2016-09-30 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4225: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request 1932

[jira] [Commented] (KAFKA-4233) StateDirectory fails to create directory if any parent directory does not exist

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535633#comment-15535633 ] ASF GitHub Bot commented on KAFKA-4233: --- GitHub user dguy opened a pull request:

[GitHub] kafka pull request #1942: KAFKA-4233: StateDirectory fails to create directo...

2016-09-30 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/1942 KAFKA-4233: StateDirectory fails to create directory if any parent directory does not exist Change the creation of the directories, in the StateDirectory constructor, to use mkdirs so any parents get

[jira] [Commented] (KAFKA-4225) Replication Quotas: Control Leader & Follower Limit Separately

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535632#comment-15535632 ] ASF GitHub Bot commented on KAFKA-4225: --- Github user asfgit closed the pull request

[GitHub] kafka pull request #1932: KAFKA-4225: Replication Quotas: Control Leader & F...

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1932 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Work started] (KAFKA-4233) StateDirectory fails to create directory if any parent directory does not exist

2016-09-30 Thread Damian Guy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-4233 started by Damian Guy. - > StateDirectory fails to create directory if any parent directory does not > exist >

[jira] [Assigned] (KAFKA-4233) StateDirectory fails to create directory if any parent directory does not exist

2016-09-30 Thread Damian Guy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damian Guy reassigned KAFKA-4233: - Assignee: Damian Guy (was: Guozhang Wang) > StateDirectory fails to create directory if any pare

[GitHub] kafka pull request #1941: HOTFIX: turn off auto topic creation in embedded k...

2016-09-30 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/1941 HOTFIX: turn off auto topic creation in embedded kafka cluster Turning off auto topic creation in the EmbeddedKafkaCluster used by Streams as it can cause race conditions that lead to build hangs.

[jira] [Resolved] (KAFKA-4223) RocksDBStore should close all open iterators on close

2016-09-30 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-4223. Resolution: Fixed > RocksDBStore should close all open iterators on close >

[jira] [Commented] (KAFKA-4223) RocksDBStore should close all open iterators on close

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535436#comment-15535436 ] ASF GitHub Bot commented on KAFKA-4223: --- Github user asfgit closed the pull request

[GitHub] kafka pull request #1917: KAFKA-4223: RocksDBStore should close all open ite...

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1917 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

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

2016-09-30 Thread Apache Jenkins Server
See Changes: [jason] KAFKA-3965; MirrorMaker should not commit offset when exception is [jason] KAFKA-3697; Clean up website documentation of client usage -- [...truncated 1650 lines...] kafka.a

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

2016-09-30 Thread Apache Jenkins Server
See Changes: [jason] KAFKA-3697; Clean up website documentation of client usage -- [...truncated 13803 lines...] org.apache.kafka.streams.StreamsConfigTest > shouldSupportPrefixedProducerConfigs