[jira] [Commented] (KAFKA-2985) Consumer group stuck in rebalancing state

2016-01-18 Thread Federico Fissore (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105037#comment-15105037 ] Federico Fissore commented on KAFKA-2985: - I'm too experiencing the same behaviour

[jira] [Comment Edited] (KAFKA-2985) Consumer group stuck in rebalancing state

2016-01-18 Thread Federico Fissore (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105037#comment-15105037 ] Federico Fissore edited comment on KAFKA-2985 at 1/18/16 10:00 AM: -

[jira] [Commented] (KAFKA-2985) Consumer group stuck in rebalancing state

2016-01-18 Thread Federico Fissore (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105078#comment-15105078 ] Federico Fissore commented on KAFKA-2985: - Below a snipped of the broker logs when

[GitHub] kafka pull request: MINOR: Adding -daemon option to zookeeper-serv...

2016-01-18 Thread atulsm
GitHub user atulsm opened a pull request: https://github.com/apache/kafka/pull/785 MINOR: Adding -daemon option to zookeeper-server-start.sh USAGE, similar to kafka-server-start.sh Output after fix: #satul# ./kafka-server-start.sh USAGE: ./kafka-server-start.sh [-daemon

[jira] [Commented] (KAFKA-2985) Consumer group stuck in rebalancing state

2016-01-18 Thread Michal Turek (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105539#comment-15105539 ] Michal Turek commented on KAFKA-2985: - I'm probably experiencing the same issue, I fou

[jira] [Comment Edited] (KAFKA-2985) Consumer group stuck in rebalancing state

2016-01-18 Thread Michal Turek (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105539#comment-15105539 ] Michal Turek edited comment on KAFKA-2985 at 1/18/16 5:19 PM: --

[jira] [Updated] (KAFKA-3083) a soft failure in controller may leave a topic partition in an inconsistent state

2016-01-18 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Junqueira updated KAFKA-3083: Summary: a soft failure in controller may leave a topic partition in an inconsistent state

[GitHub] kafka pull request: KAFKA-3105: Use `Utils.atomicMoveWithFallback`...

2016-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/771 --- 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 enabl

[jira] [Updated] (KAFKA-3105) Use `Utils.atomicMoveWithFallback` instead of `File.rename`

2016-01-18 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava updated KAFKA-3105: - Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved

[jira] [Commented] (KAFKA-3105) Use `Utils.atomicMoveWithFallback` instead of `File.rename`

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

[jira] [Commented] (KAFKA-2695) Handle null string/bytes protocol primitives

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

[GitHub] kafka pull request: KAFKA-2695: limited support for nullable byte ...

2016-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/780 --- 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 enabl

[jira] [Resolved] (KAFKA-2695) Handle null string/bytes protocol primitives

2016-01-18 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-2695. -- Resolution: Fixed Fix Version/s: 0.9.0.1 Issue resolved by pull request 780 [https://gith

[jira] [Commented] (KAFKA-3098) "partition.assignment.strategy" appears twice in documentation

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

[jira] [Commented] (KAFKA-3083) a soft failure in controller may leave a topic partition in an inconsistent state

2016-01-18 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105587#comment-15105587 ] Flavio Junqueira commented on KAFKA-3083: - [~junrao] bq. does controller A just re

[jira] [Commented] (KAFKA-3114) can't create as many partitions as brokers exists

2016-01-18 Thread Lukas Schmitt (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105588#comment-15105588 ] Lukas Schmitt commented on KAFKA-3114: -- The ticket can be closed or removed. I fixed

[GitHub] kafka pull request: KAFKA-3098: "partition.assignment.strategy" ap...

2016-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/774 --- 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 enabl

[jira] [Updated] (KAFKA-3098) "partition.assignment.strategy" appears twice in documentation

2016-01-18 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira updated KAFKA-3098: Resolution: Fixed Fix Version/s: 0.9.1.0 0.9.0.1 Status: Resolve

[jira] [Resolved] (KAFKA-3114) can't create as many partitions as brokers exists

2016-01-18 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira resolved KAFKA-3114. - Resolution: Not A Problem Thanks for updating us. > can't create as many partitions as brokers ex

[jira] [Commented] (KAFKA-3083) a soft failure in controller may leave a topic partition in an inconsistent state

2016-01-18 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105597#comment-15105597 ] Flavio Junqueira commented on KAFKA-3083: - [~junrao] bq. Even if it exists, it ha

[GitHub] kafka pull request: KAFKA-3095: No documentation on format of sasl...

2016-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/776 --- 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 enabl

[jira] [Commented] (KAFKA-3095) No documentation on format of sasl.kerberos.principal.to.local.rules

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

[jira] [Created] (KAFKA-3116) Failure to build

2016-01-18 Thread edwardt (JIRA)
edwardt created KAFKA-3116: -- Summary: Failure to build Key: KAFKA-3116 URL: https://issues.apache.org/jira/browse/KAFKA-3116 Project: Kafka Issue Type: Improvement Components: build A

[jira] [Resolved] (KAFKA-3095) No documentation on format of sasl.kerberos.principal.to.local.rules

2016-01-18 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira resolved KAFKA-3095. - Resolution: Fixed Fix Version/s: 0.9.1.0 0.9.0.1 Issue resolved by pull

[GitHub] kafka pull request: KAFKA-2999: Errors enum should be a 1 to 1 map...

2016-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/766 --- 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 enabl

[jira] [Updated] (KAFKA-2999) Errors enum should be a 1 to 1 mapping of error codes and exceptions

2016-01-18 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira updated KAFKA-2999: Resolution: Fixed Fix Version/s: 0.9.1.0 Status: Resolved (was: Patch Available)

[jira] [Commented] (KAFKA-2999) Errors enum should be a 1 to 1 mapping of error codes and exceptions

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

[jira] [Updated] (KAFKA-3116) Failure to build

2016-01-18 Thread edwardt (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] edwardt updated KAFKA-3116: --- Description: failure to build, says ScalaPlugin not found for project client Failed at bootstrap cd kafka_sour

[GitHub] kafka pull request: MINOR: MemoryRecords.sizeInBytes throws NPE wh...

2016-01-18 Thread dajac
GitHub user dajac opened a pull request: https://github.com/apache/kafka/pull/786 MINOR: MemoryRecords.sizeInBytes throws NPE when non-writable. I just noticed that `MemoryRecords.sizeInBytes` throws NPE when MemoryRecords is non-writable. `compressor` is explicitly set to null when

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

2016-01-18 Thread Apache Jenkins Server
See Changes: [me] KAFKA-3105: Use `Utils.atomicMoveWithFallback` instead of `File.rename` [wangguoz] KAFKA-2695: limited support for nullable byte arrays [cshapi] KAFKA-3098: "partition.assignment.strategy" appears twice in [cshapi]

[jira] [Commented] (KAFKA-3083) a soft failure in controller may leave a topic partition in an inconsistent state

2016-01-18 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105612#comment-15105612 ] Flavio Junqueira commented on KAFKA-3083: - [~mgharat] bq. I was just thinking if

[jira] [Updated] (KAFKA-3116) Failure to build

2016-01-18 Thread edwardt (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] edwardt updated KAFKA-3116: --- Description: failure to build, says ScalaPlugin not found for project client Failed at bootstrap cd kafka_sour

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

2016-01-18 Thread Apache Jenkins Server
See Changes: [me] KAFKA-3105: Use `Utils.atomicMoveWithFallback` instead of `File.rename` [wangguoz] KAFKA-2695: limited support for nullable byte arrays [cshapi] KAFKA-3098: "partition.assignment.strategy" appears twice in [cshapi]

[jira] [Commented] (KAFKA-1464) Add a throttling option to the Kafka replication tool

2016-01-18 Thread Eno Thereska (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105639#comment-15105639 ] Eno Thereska commented on KAFKA-1464: - An alternative to throttling background mainten

[jira] [Work started] (KAFKA-3104) Windowed Stream Aggregation Implementation

2016-01-18 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-3104 started by Guozhang Wang. > Windowed Stream Aggregation Implementation > --

[jira] [Commented] (KAFKA-3083) a soft failure in controller may leave a topic partition in an inconsistent state

2016-01-18 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105762#comment-15105762 ] Flavio Junqueira commented on KAFKA-3083: - Another thing to mention is that if ZkC

[GitHub] kafka pull request: KAFKA-3104: add windowed aggregation to KStrea...

2016-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/781 --- 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 enabl

[jira] [Resolved] (KAFKA-3104) Windowed Stream Aggregation Implementation

2016-01-18 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-3104. -- Resolution: Fixed Fix Version/s: 0.9.1.0 Issue resolved by pull request 781 [https://gith

[jira] [Commented] (KAFKA-3104) Windowed Stream Aggregation Implementation

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

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

2016-01-18 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-3104: add windowed aggregation to KStream -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-2 (docker Ubuntu

[GitHub] kafka pull request: MINOR: complete built-in stream aggregate func...

2016-01-18 Thread guozhangwang
GitHub user guozhangwang opened a pull request: https://github.com/apache/kafka/pull/787 MINOR: complete built-in stream aggregate functions You can merge this pull request into a Git repository by running: $ git pull https://github.com/guozhangwang/kafka KBuiltInAgg Alternat

[GitHub] kafka pull request: MINOR: complete built-in stream aggregate func...

2016-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/787 --- 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 enabl

[GitHub] kafka pull request: KAFKA-3111: Fix ConsumerPerformance output for...

2016-01-18 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/788 KAFKA-3111: Fix ConsumerPerformance output for zero interval lengths Interval lengths for ConsumerPerformance could sometime be calculated as zero. In such cases, when the bytes read or messag

[jira] [Commented] (KAFKA-3111) java.lang.ArithmeticException: / by zero in ConsumerPerformance

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

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

2016-01-18 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: complete built-in stream aggregate functions -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H11 (Ubuntu ubuntu)

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

2016-01-18 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-3104: add windowed aggregation to KStream -- [...truncated 2771 lines...] kafka.server.OffsetCommitTest > testOffsetExpiration PASSED kafka.server.OffsetCommitTest

Re: [VOTE] KIP-36 - Rack aware replica assignment

2016-01-18 Thread Jun Rao
Allen, Thanks for updating the KIP wiki. +1 Could other people take a look at the latest proposal and vote on it? Thanks, Jun On Mon, Jan 4, 2016 at 4:30 PM, Allen Wang wrote: > I would like to call for a vote for KIP-36 - Rack aware replica assignment. > > The latest proposal is at > > http

Re: [VOTE] KIP-41: Consumer Max Records

2016-01-18 Thread Jun Rao
Thanks for the proposal. +1. Jun On Wed, Jan 13, 2016 at 3:18 PM, Jason Gustafson wrote: > Hi All, > > I'd like to open up the vote on KIP-41. This KIP adds a new consumer > configuration option "max.poll.records" which sets an upper bound on the > number of records returned in a call to poll()

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

2016-01-18 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: complete built-in stream aggregate functions -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H11 (Ubuntu ubuntu)

Re: [VOTE] KIP-36 - Rack aware replica assignment

2016-01-18 Thread Onur Karaman
+1 (non-binding) On Mon, Jan 18, 2016 at 2:32 PM, Jun Rao wrote: > Allen, > > Thanks for updating the KIP wiki. +1 > > Could other people take a look at the latest proposal and vote on it? > > Thanks, > > Jun > > On Mon, Jan 4, 2016 at 4:30 PM, Allen Wang wrote: > > > I would like to call for a

[GitHub] kafka pull request: KAFKA-3111: Fix ConsumerPerformance output for...

2016-01-18 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/788 --- 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

[GitHub] kafka pull request: KAFKA-3111: Fix ConsumerPerformance output for...

2016-01-18 Thread vahidhashemian
GitHub user vahidhashemian reopened a pull request: https://github.com/apache/kafka/pull/788 KAFKA-3111: Fix ConsumerPerformance output for zero interval lengths Interval lengths for ConsumerPerformance could sometime be calculated as zero. In such cases, when the bytes read or mess

[jira] [Commented] (KAFKA-3111) java.lang.ArithmeticException: / by zero in ConsumerPerformance

2016-01-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105951#comment-15105951 ] ASF GitHub Bot commented on KAFKA-3111: --- GitHub user vahidhashemian reopened a pull

[jira] [Commented] (KAFKA-3111) java.lang.ArithmeticException: / by zero in ConsumerPerformance

2016-01-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105950#comment-15105950 ] ASF GitHub Bot commented on KAFKA-3111: --- Github user vahidhashemian closed the pull

[jira] [Commented] (KAFKA-1696) Kafka should be able to generate Hadoop delegation tokens

2016-01-18 Thread Parth Brahmbhatt (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106023#comment-15106023 ] Parth Brahmbhatt commented on KAFKA-1696: - [~gwenshap] Are you still working on th

[jira] [Created] (KAFKA-3117) Fail test at: PlaintextConsumerTest. testAutoCommitOnRebalance

2016-01-18 Thread edwardt (JIRA)
edwardt created KAFKA-3117: -- Summary: Fail test at: PlaintextConsumerTest. testAutoCommitOnRebalance Key: KAFKA-3117 URL: https://issues.apache.org/jira/browse/KAFKA-3117 Project: Kafka Issue Type

[jira] [Created] (KAFKA-3118) Fail test at: ProducerBounceTest. testBrokerFailure

2016-01-18 Thread edwardt (JIRA)
edwardt created KAFKA-3118: -- Summary: Fail test at: ProducerBounceTest. testBrokerFailure Key: KAFKA-3118 URL: https://issues.apache.org/jira/browse/KAFKA-3118 Project: Kafka Issue Type: Bug

[jira] [Updated] (KAFKA-3117) Fail test at: PlaintextConsumerTest. testAutoCommitOnRebalance

2016-01-18 Thread edwardt (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] edwardt updated KAFKA-3117: --- Labels: newbie test (was: ) > Fail test at: PlaintextConsumerTest. testAutoCommitOnRebalance > -

[jira] [Updated] (KAFKA-3111) java.lang.ArithmeticException: / by zero in ConsumerPerformance

2016-01-18 Thread Vahid Hashemian (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vahid Hashemian updated KAFKA-3111: --- Status: Patch Available (was: Open) > java.lang.ArithmeticException: / by zero in ConsumerPer

[jira] [Created] (KAFKA-3119) Adding -daemon option to zookeeper-server-start.sh USAGE

2016-01-18 Thread Atul Soman (JIRA)
Atul Soman created KAFKA-3119: - Summary: Adding -daemon option to zookeeper-server-start.sh USAGE Key: KAFKA-3119 URL: https://issues.apache.org/jira/browse/KAFKA-3119 Project: Kafka Issue Type:

[jira] [Commented] (KAFKA-3119) Adding -daemon option to zookeeper-server-start.sh USAGE

2016-01-18 Thread Atul Soman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106103#comment-15106103 ] Atul Soman commented on KAFKA-3119: --- Created pull request https://github.com/apache/kafk

[jira] [Commented] (KAFKA-3119) Adding -daemon option to zookeeper-server-start.sh USAGE

2016-01-18 Thread Atul Soman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106125#comment-15106125 ] Atul Soman commented on KAFKA-3119: --- I am unable to assign this issue to me. Is it becau

[jira] [Updated] (KAFKA-3119) Adding -daemon option to zookeeper-server-start.sh USAGE

2016-01-18 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira updated KAFKA-3119: Assignee: Atul Soman > Adding -daemon option to zookeeper-server-start.sh USAGE > --

[jira] [Commented] (KAFKA-3119) Adding -daemon option to zookeeper-server-start.sh USAGE

2016-01-18 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106128#comment-15106128 ] Gwen Shapira commented on KAFKA-3119: - Done :) > Adding -daemon option to zookeeper-s

[jira] [Resolved] (KAFKA-3119) Adding -daemon option to zookeeper-server-start.sh USAGE

2016-01-18 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira resolved KAFKA-3119. - Resolution: Fixed Fix Version/s: 0.9.1.0 Issue resolved by pull request 785 [https://github

[GitHub] kafka pull request: KAFKA-3119: Adding -daemon option to zookeeper...

2016-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/785 --- 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 enabl

[jira] [Commented] (KAFKA-3119) Adding -daemon option to zookeeper-server-start.sh USAGE

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

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

2016-01-18 Thread Apache Jenkins Server
See Changes: [cshapi] KAFKA-3119: Adding -daemon option to zookeeper-server-start.sh USAGE, -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubun

[GitHub] kafka pull request: KAFKA-3012: Avoid reserved.broker.max.id colli...

2016-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/762 --- 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 enabl

[jira] [Commented] (KAFKA-3012) Avoid reserved.broker.max.id collisions on upgrade

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

[jira] [Updated] (KAFKA-3012) Avoid reserved.broker.max.id collisions on upgrade

2016-01-18 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira updated KAFKA-3012: Resolution: Fixed Fix Version/s: 0.9.1.0 0.9.0.1 Status: Resolve

[jira] [Commented] (KAFKA-3091) Broker with an invalid id would not start when its id is updated to a new valid one

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

[GitHub] kafka pull request: KAFKA-3091: Broker with an invalid id would no...

2016-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/763 --- 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 enabl

[jira] [Updated] (KAFKA-3091) Broker with an invalid id would not start when its id is updated to a new valid one

2016-01-18 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira updated KAFKA-3091: Resolution: Fixed Fix Version/s: 0.9.1.0 Status: Resolved (was: Patch Available)

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

2016-01-18 Thread Apache Jenkins Server
See Changes: [cshapi] KAFKA-3119: Adding -daemon option to zookeeper-server-start.sh USAGE, [cshapi] KAFKA-3012: Avoid reserved.broker.max.id collisions on upgrade [cshapi] KAFKA-3091: Broker persists generated ID even when the ID can

Build failed in Jenkins: kafka_0.9.0_jdk7 #87

2016-01-18 Thread Apache Jenkins Server
See Changes: [cshapi] KAFKA-3012: Avoid reserved.broker.max.id collisions on upgrade -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu3 (Ubu

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

2016-01-18 Thread Apache Jenkins Server
See Changes: [cshapi] KAFKA-3012: Avoid reserved.broker.max.id collisions on upgrade [cshapi] KAFKA-3091: Broker persists generated ID even when the ID can't be used -- Started by an SCM change

Re: [VOTE] KIP-36 - Rack aware replica assignment

2016-01-18 Thread Guozhang Wang
+1 (binding) On Mon, Jan 18, 2016 at 2:43 PM, Onur Karaman wrote: > +1 (non-binding) > > On Mon, Jan 18, 2016 at 2:32 PM, Jun Rao wrote: > > > Allen, > > > > Thanks for updating the KIP wiki. +1 > > > > Could other people take a look at the latest proposal and vote on it? > > > > Thanks, > > >

[jira] [Updated] (KAFKA-2066) Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents

2016-01-18 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-2066: - Reviewer: Ismael Juma > Replace FetchRequest / FetchResponse with their > org.apache.kafka.common

[GitHub] kafka pull request: MINOR: MemoryRecords.sizeInBytes throws NPE wh...

2016-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/786 --- 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 enabl

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

2016-01-18 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: MemoryRecords.sizeInBytes throws NPE when non-writable. -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H11 (Ubun

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

2016-01-18 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: MemoryRecords.sizeInBytes throws NPE when non-writable. -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H11 (Ubun

Jenkins build is back to normal : kafka_0.9.0_jdk7 #88

2016-01-18 Thread Apache Jenkins Server
See