Build failed in Jenkins: kafka-0.11.0-jdk7 #252

2017-07-28 Thread Apache Jenkins Server
See Changes: [me] MINOR: Bump version to 0.11.0.1-SNAPSHOT -- [...truncated 862.71 KB...] kafka.api.AdminClientWithPoliciesIntegrationTest > testInvalidAlterConfigs

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

2017-07-28 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-5670: (KIP-120) Add Topology and deprecate TopologyBuilder -- [...truncated 2.72 MB...]

[GitHub] kafka pull request #3590: KAFKA-5670: (KIP-120) Add Topology and deprecate T...

2017-07-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3590 --- 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

[jira] [Created] (KAFKA-5676) MockStreamsMetrics should be in o.a.k.test

2017-07-28 Thread Guozhang Wang (JIRA)
Guozhang Wang created KAFKA-5676: Summary: MockStreamsMetrics should be in o.a.k.test Key: KAFKA-5676 URL: https://issues.apache.org/jira/browse/KAFKA-5676 Project: Kafka Issue Type: Bug

[GitHub] kafka pull request #3579: Bump version to 0.11.0.1-SNAPSHOT

2017-07-28 Thread ijuma
Github user ijuma closed the pull request at: https://github.com/apache/kafka/pull/3579 --- 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

[GitHub] kafka pull request #3594: KAFKA-5663; Fix LogDirFailureTest system test

2017-07-28 Thread lindong28
GitHub user lindong28 opened a pull request: https://github.com/apache/kafka/pull/3594 KAFKA-5663; Fix LogDirFailureTest system test You can merge this pull request into a Git repository by running: $ git pull https://github.com/lindong28/kafka KAFKA-5663 Alternatively you

[GitHub] kafka pull request #3593: KAFKA-5664: Disable auto offset commit in ConsoleC...

2017-07-28 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3593 KAFKA-5664: Disable auto offset commit in ConsoleConsumer if no group is provided This is to avoid polluting the Consumer Coordinator cache as the auto-generated group and its offsets are

Kafka Client for Swift 4

2017-07-28 Thread Kellan Burket Cummings
Here it is: https://github.com/kellanburket/franz Can someone with access to the Wiki please add it to the third-party clients page? Thanks, Kellan

[jira] [Resolved] (KAFKA-4868) Optimize RocksDb config for fast recovery/bulk load

2017-07-28 Thread Bill Bejeck (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bejeck resolved KAFKA-4868. Resolution: Fixed resolved with merge of KIP-167 > Optimize RocksDb config for fast recovery/bulk

[jira] [Created] (KAFKA-5675) Possible worker_id duplication in Connect

2017-07-28 Thread Dustin Cote (JIRA)
Dustin Cote created KAFKA-5675: -- Summary: Possible worker_id duplication in Connect Key: KAFKA-5675 URL: https://issues.apache.org/jira/browse/KAFKA-5675 Project: Kafka Issue Type: Bug

[GitHub] kafka pull request #3325: KAFKA-5363: KIP-167 implementing bulk load, restor...

2017-07-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3325 --- 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

[jira] [Resolved] (KAFKA-5363) Add ability to batch restore and receive restoration stats.

2017-07-28 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-5363. -- Resolution: Fixed Issue resolved by pull request 3325

[GitHub] kafka pull request #3583: KAFKA-5341; Add UnderMinIsrPartitionCount and per-...

2017-07-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3583 --- 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

Re: [DISCUSS] KIP-180: Add a broker metric specifying the number of consumer group rebalances in progress

2017-07-28 Thread Guozhang Wang
I feel we can change `AwaitSync` to `completeRebalance` while keeping the other as is. cc Jason? Guozhang On Fri, Jul 28, 2017 at 10:08 AM, Colin McCabe wrote: > Thanks for the explanation. I guess maybe we should just keep the group > names as they are, then? > > best, >

Re: [DISCUSS] KIP-180: Add a broker metric specifying the number of consumer group rebalances in progress

2017-07-28 Thread Colin McCabe
Thanks for the explanation. I guess maybe we should just keep the group names as they are, then? best, Colin On Wed, Jul 26, 2017, at 11:25, Guozhang Wang wrote: > To me `PreparingRebalance` sounds better than `StartingRebalance` since > only by the end of that stage we have formed a new

[GitHub] kafka pull request #3592: KAFKA-5673: refactor KeyValueStore hierarchy to ma...

2017-07-28 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3592 KAFKA-5673: refactor KeyValueStore hierarchy to make MeteredKeyValueStore outermost refactor StateStoreSuppliers such that a `MeteredKeyValueStore` is the outermost store. You can merge this pull

[jira] [Created] (KAFKA-5674) max.connections.per.ip minimum value to be zero to allow IP address blocking

2017-07-28 Thread Tristan Stevens (JIRA)
Tristan Stevens created KAFKA-5674: -- Summary: max.connections.per.ip minimum value to be zero to allow IP address blocking Key: KAFKA-5674 URL: https://issues.apache.org/jira/browse/KAFKA-5674

[jira] [Created] (KAFKA-5673) Refactor KeyValueStore hierarchy so that MeteredKeyValueStore is the outermost store

2017-07-28 Thread Damian Guy (JIRA)
Damian Guy created KAFKA-5673: - Summary: Refactor KeyValueStore hierarchy so that MeteredKeyValueStore is the outermost store Key: KAFKA-5673 URL: https://issues.apache.org/jira/browse/KAFKA-5673

Build failed in Jenkins: kafka-0.11.0-jdk7 #251

2017-07-28 Thread Apache Jenkins Server
See Changes: [damian.guy] HOTFIX: fix threading issue in MeteredKeyValueStore -- [...truncated 787.05 KB...] kafka.server.epoch.LeaderEpochFileCacheTest >

Re: Command tools : from Scala to Java, from Zookeeper utils to Admin Client API

2017-07-28 Thread Tom Bentley
Hi Paolo, Replies in line... On 28 July 2017 at 11:14, Paolo Patierno wrote: > Hi committers, > > in my understanding there is the common idea to move all tools from Scala > to Java and then using the new Admin Client API instead of using the > Zookeeper connection. > >

Command tools : from Scala to Java, from Zookeeper utils to Admin Client API

2017-07-28 Thread Paolo Patierno
Hi committers, in my understanding there is the common idea to move all tools from Scala to Java and then using the new Admin Client API instead of using the Zookeeper connection. Regarding this subject I started to work on refactoring the TopicCommand tool but with two steps at same time :

[jira] [Created] (KAFKA-5672) Move measureLatencyNs from StreamsMetricsImpl to StreamsMetrics

2017-07-28 Thread Damian Guy (JIRA)
Damian Guy created KAFKA-5672: - Summary: Move measureLatencyNs from StreamsMetricsImpl to StreamsMetrics Key: KAFKA-5672 URL: https://issues.apache.org/jira/browse/KAFKA-5672 Project: Kafka

[GitHub] kafka pull request #3588: HOTFIX: fix threading issue in MeteredKeyValueStor...

2017-07-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3588 --- 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