[jira] [Updated] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option

2016-07-30 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-3950: --- Affects Version/s: (was: 0.10.0.0) 0.9.0.0 > kafka mirror maker too

[jira] [Updated] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option

2016-07-30 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-3950: --- Reviewer: Ismael Juma Fix Version/s: 0.10.0.1 > kafka mirror maker tool is not respec

[jira] [Updated] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option

2016-07-30 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-3950: --- Affects Version/s: 0.10.0.0 > kafka mirror maker tool is not respecting whitelist option > ---

Re: [VOTE] 0.10.0.1 RC0

2016-07-30 Thread Ismael Juma
Thanks Matthias. We do indeed need another RC. The fact that `tools` acquired a dependency on `core` means that `connect-runtime` also depends on `core` (and all of its dependencies like `Scala`). Ismael On Sat, Jul 30, 2016 at 4:55 AM, Matthias J. Sax wrote: > Hi, > > I think we need a new RC

Re: [kafka-clients] [VOTE] 0.10.0.1 RC0

2016-07-30 Thread Ismael Juma
Hi Dana, Thanks for testing releases so promptly. Very much appreciated! It's funny, Ewen had suggested something similar with regards to the release notes a couple of days ago. We now have a Python script for generating the release notes: https://github.com/apache/kafka/blob/trunk/release_notes

Re: [VOTE] 0.10.0.1 RC0

2016-07-30 Thread Ismael Juma
Hi Harsha, I agree that we should fix KAFKA-3950 and include it in the 0.10.0 branch. I worked with Manikumar on the PR to improve the tests and to fix a bug for the case where the subscription pattern matches internal topics and `exclude.internal.topics` is true (the default). We should be able t

[jira] [Commented] (KAFKA-4008) Module "tools" should ne be dependent on "core"

2016-07-30 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15400920#comment-15400920 ] Ismael Juma commented on KAFKA-4008: Note that `connect-runtime` has a dependency on `

[jira] [Comment Edited] (KAFKA-4008) Module "tools" should ne be dependent on "core"

2016-07-30 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15400920#comment-15400920 ] Ismael Juma edited comment on KAFKA-4008 at 7/31/16 2:36 AM: -

[jira] [Updated] (KAFKA-4008) Module "tools" should ne be dependent on "core"

2016-07-30 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4008: --- Priority: Blocker (was: Critical) > Module "tools" should ne be dependent on "core" > ---

[GitHub] kafka pull request #1689: HOTFIX: Fix punctuation timestamp in PunctuationQu...

2016-07-30 Thread antonnazaruk
GitHub user antonnazaruk opened a pull request: https://github.com/apache/kafka/pull/1689 HOTFIX: Fix punctuation timestamp in PunctuationQueue.java Actually, there are two problems: 1) Processor's "punctuate" method is not calling if there are NO new messages in "source" t

[GitHub] kafka pull request #1679: MINOR: replace reference to HoppingWindows in stre...

2016-07-30 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/1679 --- 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

[GitHub] kafka pull request #1682: HOTFIX: non-unique state.dirs in integration tests...

2016-07-30 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/1682 --- 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

[GitHub] kafka pull request #1688: MINOR: Remove unnecessary synchronized block in or...

2016-07-30 Thread PierreCoquentin
GitHub user PierreCoquentin opened a pull request: https://github.com/apache/kafka/pull/1688 MINOR: Remove unnecessary synchronized block in org.apache.kafka.streams.processor.internals.StreamTask The StreamTask is owned by a specific thread, so it doesn't seem necessary to synchro