Re: Request for permission to edit pages in the wiki

2015-05-21 Thread Ismael Juma
On Thu, May 21, 2015 at 11:51 PM, Joel Koshy wrote: > Sorry about that - should work now. > Thank you. It does indeed. Best, Ismael

Re: [DISCUSS] KIP-4 - Command line and centralized administrative operations (Thread 2)

2015-05-21 Thread Mayuresh Gharat
Hi Jun, Thanks a lot. I get it now. Point 4) will actually enable clients to who don't want to create a topic with default partitions, if it does not exist and then can manually create the topic with their own configs(#partitions). Thanks, Mayuresh On Thu, May 21, 2015 at 6:16 PM, Jun Rao wro

[jira] [Commented] (KAFKA-2201) Open file handle leak

2015-05-21 Thread jaikiran pai (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14555458#comment-14555458 ] jaikiran pai commented on KAFKA-2201: - This might be related http://mail-archives.apa

Re: Review Request 34450: Fix KAFKA-2017

2015-05-21 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34450/ --- (Updated May 22, 2015, 2:03 a.m.) Review request for kafka. Bugs: KAFKA-2017

[jira] [Updated] (KAFKA-2017) Persist Coordinator State for Coordinator Failover

2015-05-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-2017: - Attachment: KAFKA-2017_2015-05-21_19:02:47.patch > Persist Coordinator State for Coordinator Failo

[jira] [Commented] (KAFKA-2017) Persist Coordinator State for Coordinator Failover

2015-05-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14555452#comment-14555452 ] Guozhang Wang commented on KAFKA-2017: -- Updated reviewboard https://reviews.apache.or

Re: Review Request 34450: Fix KAFKA-2017

2015-05-21 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34450/ --- (Updated May 22, 2015, 2:02 a.m.) Review request for kafka. Summary (updated)

Re: Review Request 34450: Fix KAFKA-2017; rebased

2015-05-21 Thread Guozhang Wang
> On May 21, 2015, 12:16 a.m., Jun Rao wrote: > > core/src/main/scala/kafka/coordinator/ConsumerCoordinator.scala, lines > > 102-106 > > > > > > Another way to do this is to only load from ZK on the becoming leader >

[jira] [Created] (KAFKA-2217) Refactor Client Selectable Interface for Better Concurrency Options

2015-05-21 Thread Jason Gustafson (JIRA)
Jason Gustafson created KAFKA-2217: -- Summary: Refactor Client Selectable Interface for Better Concurrency Options Key: KAFKA-2217 URL: https://issues.apache.org/jira/browse/KAFKA-2217 Project: Kafka

Re: [DISCUSS] KIP-4 - Command line and centralized administrative operations (Thread 2)

2015-05-21 Thread Jun Rao
Mayuresh, The current plan is the following. 1. Add TMR v1, which still triggers auto topic creation. 2. Change the consumer client to TMR v1. Change the producer client to use TMR v1 and on UnknownTopicException, issue TopicCreateRequest to explicitly create the topic with the default server sid

[jira] [Commented] (KAFKA-2168) New consumer poll() can block other calls like position(), commit(), and close() indefinitely

2015-05-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14555396#comment-14555396 ] Guozhang Wang commented on KAFKA-2168: -- Currently the NetworkClient's blocking calls:

Re: Review Request 33620: Patch for KAFKA-1690

2015-05-21 Thread Jun Rao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33620/#review84845 --- clients/src/main/java/org/apache/kafka/common/network/SSLFactory.ja

Re: [DISCUSS] KIP-19 Add a request timeout to NetworkClient

2015-05-21 Thread Jiangjie Qin
Based on the discussion we have, I just updated the KIP with the following proposal and want to see if there is further comments. The proposal is to have the following four timeout as end state. 1. max.buffer.full.block.ms - To replace block.on.buffer.full. The max time to block when buffer is

Re: [DISCUSS] KIP-4 - Command line and centralized administrative operations (Thread 2)

2015-05-21 Thread Joel Koshy
> Here are some ideas to address this : > > 1) The way this can be addressed is that TopicMetadata request should have > a way to specify whether it should only check if the topic exist or check > and create a topic with given number of partitions. If the number of > partitions is not specified u

Re: Review Request 33620: Patch for KAFKA-1690

2015-05-21 Thread Jun Rao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33620/#review84232 --- Thanks for the patch. A few more comments below. clients/src/main/

Re: [DISCUSS] KIP-4 - Command line and centralized administrative operations (Thread 2)

2015-05-21 Thread Mayuresh Gharat
Hi, I had a question about TopicMetadata Request. Currently the way it works is : 1) Suppose a topic T1 does not exist. 2) Client wants to produce data to T1 using producer P1. 3) Since T1 does not exist, P1 issues a TopicMetadata request to kafka. This in turn creates the default number of partit

Re: Review Request 33620: Patch for KAFKA-1690

2015-05-21 Thread Sriharsha Chintalapani
> On May 22, 2015, 12:14 a.m., Michael Herstine wrote: > > clients/src/main/java/org/apache/kafka/common/security/auth/PrincipalBuilder.java, > > line 44 > > > > > > I'm trying to imagine implementing `buildPrincipal`

Re: Review Request 33620: Patch for KAFKA-1690

2015-05-21 Thread Michael Herstine
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33620/#review84235 --- clients/src/main/java/org/apache/kafka/common/network/SSLFactory.ja

Re: Request for permission to edit pages in the wiki

2015-05-21 Thread Joel Koshy
Sorry about that - should work now. On Thu, May 21, 2015 at 11:22:40PM +0100, Ismael Juma wrote: > On Wed, May 20, 2015 at 11:54 PM, Joel Koshy wrote: > > > Done > > > > Thank you Joel, but the "Edit" link is still not available to me. > > Best, > Ismael > > > > > > On Wed, May 20, 2015 at 1

Jenkins build is back to normal : Kafka-trunk #495

2015-05-21 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-25 System test improvements

2015-05-21 Thread Geoffrey Anderson
Hi Ashish, Looks like Ewen already hit the main points, but a few additions: 1. ducktape repo is here: https://github.com/confluentinc/ducktape ducktape itself will be pip installable in the near future, and Kafka system tests will be able to depend on a particular version of ducktape. 2. The r

Re: Request for permission to edit pages in the wiki

2015-05-21 Thread Ismael Juma
On Wed, May 20, 2015 at 11:54 PM, Joel Koshy wrote: > Done > Thank you Joel, but the "Edit" link is still not available to me. Best, Ismael > > On Wed, May 20, 2015 at 11:45:48PM +0100, Ismael Juma wrote: > > Hi, > > > > In order to edit the "Patch submission and review" page with information

Re: [DISCUSS] KIP-25 System test improvements

2015-05-21 Thread Ewen Cheslack-Postava
Ashish, 1. That was the plan. We put some effort into cleanly separating the framework so it would be reusable across many projects. 2. I think you're seeing a test in progress where the final report hasn't been created yet. If you visit one of the older ones you'll see it has a landing page with

Jenkins build is back to normal : KafkaPreCommit #107

2015-05-21 Thread Apache Jenkins Server
See

[jira] [Commented] (KAFKA-2186) Follow-up patch of KAFKA-1650

2015-05-21 Thread Jiangjie Qin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14555145#comment-14555145 ] Jiangjie Qin commented on KAFKA-2186: - Created reviewboard https://reviews.apache.org/

Review Request 34569: Patch for KAFKA-2186

2015-05-21 Thread Jiangjie Qin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34569/ --- Review request for kafka. Bugs: KAFKA-2186 https://issues.apache.org/jira/b

[jira] [Updated] (KAFKA-2186) Follow-up patch of KAFKA-1650

2015-05-21 Thread Jiangjie Qin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiangjie Qin updated KAFKA-2186: Status: Patch Available (was: Reopened) > Follow-up patch of KAFKA-1650 > -

[jira] [Updated] (KAFKA-2186) Follow-up patch of KAFKA-1650

2015-05-21 Thread Jiangjie Qin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiangjie Qin updated KAFKA-2186: Attachment: KAFKA-2186.patch > Follow-up patch of KAFKA-1650 > - > >

Re: [DISCUSS] KIP-25 System test improvements

2015-05-21 Thread Ashish Singh
Geoffrey, This looks great! A few questions. 1. Will ducktape be maintained separately as a github repo? 2. How easy is viewing the test results and logs. The link in KIP, http://testing.confluent.io/confluent_platform/latest/, lists a bunch of files and dirs. Could you add to KIP how the result

[jira] [Reopened] (KAFKA-2186) Follow-up patch of KAFKA-1650

2015-05-21 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Koshy reopened KAFKA-2186: --- Reverted. Reopening due to compilation failure. > Follow-up patch of KAFKA-1650 > ---

Re: [DISCUSS] KIP-25 System test improvements

2015-05-21 Thread Geoffrey Anderson
Great, I'll work on putting together a more detailed map of this replacement process. On Thu, May 21, 2015 at 11:13 AM, Gwen Shapira wrote: > Love this idea :) > > I took a look at Ducktape API and it looks like a good fit - clean API, > extensible, easy to use and powerful enough for our use-ca

Build failed in Jenkins: KafkaPreCommit #106

2015-05-21 Thread Apache Jenkins Server
See Changes: [jjkoshy] KAFKA-2190; Flush mirror maker before commiting offsets; abort the [jjkoshy] KAFKA-2186; Follow-up to KAFKA-1650 - add selective offset commit to -- Started by an SCM change

Build failed in Jenkins: Kafka-trunk #494

2015-05-21 Thread Apache Jenkins Server
See Changes: [jjkoshy] KAFKA-2190; Flush mirror maker before commiting offsets; abort the [jjkoshy] KAFKA-2186; Follow-up to KAFKA-1650 - add selective offset commit to -- [...truncated 446 lines...]

[jira] [Commented] (KAFKA-2168) New consumer poll() can block other calls like position(), commit(), and close() indefinitely

2015-05-21 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554867#comment-14554867 ] Jason Gustafson commented on KAFKA-2168: Yes, that is the tradeoff, but at least i

[jira] [Updated] (KAFKA-2186) Follow-up patch of KAFKA-1650

2015-05-21 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Koshy updated KAFKA-2186: -- Resolution: Fixed Status: Resolved (was: Patch Available) Thanks for the patch - committed to t

[jira] [Updated] (KAFKA-2190) Incorporate close(timeout) to Mirror Maker

2015-05-21 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Koshy updated KAFKA-2190: -- Resolution: Fixed Status: Resolved (was: Patch Available) Thanks for the patch - committed to t

RE: [VOTE] KIP-21 Dynamic Configuration

2015-05-21 Thread Aditya Auradkar
I think we should remove the config part in TopicMetadataResponse. It's probably cleaner if Alter and Describe are the only way to view and modify configs but I don't feel very strongly about it. Re-summarizing the proposed changes to KIP-4: - Change AlterTopic to not allow setting configs. Con

[jira] [Commented] (KAFKA-2168) New consumer poll() can block other calls like position(), commit(), and close() indefinitely

2015-05-21 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554799#comment-14554799 ] Ewen Cheslack-Postava commented on KAFKA-2168: -- But isn't that going to make

Re: [DISCUSS] KIP-25 System test improvements

2015-05-21 Thread Gwen Shapira
Love this idea :) I took a look at Ducktape API and it looks like a good fit - clean API, extensible, easy to use and powerful enough for our use-case. Something I'd like to see as part of the KIP is a map of what system-test currently tests, which ones we want to replace and a JIRA for replacing

[DISCUSS] KIP-25 System test improvements

2015-05-21 Thread Geoffrey Anderson
Hi, Just kicking off the discussion thread on KIP-25 https://cwiki.apache.org/confluence/display/KAFKA/KIP+-+25+System+test+improvements Thanks, Geoff

[jira] [Commented] (KAFKA-2168) New consumer poll() can block other calls like position(), commit(), and close() indefinitely

2015-05-21 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554743#comment-14554743 ] Jason Gustafson commented on KAFKA-2168: Note that the coordinator has a couple ca

Re: Review Request 34554: Patch for KAFKA-2205

2015-05-21 Thread Aditya Auradkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34554/ --- (Updated May 21, 2015, 5:55 p.m.) Review request for kafka. Bugs: KAFKA-2205

[jira] [Commented] (KAFKA-2205) Generalize TopicConfigManager to handle multiple entity configs

2015-05-21 Thread Aditya A Auradkar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554734#comment-14554734 ] Aditya A Auradkar commented on KAFKA-2205: -- Created reviewboard https://reviews.a

[jira] [Updated] (KAFKA-2205) Generalize TopicConfigManager to handle multiple entity configs

2015-05-21 Thread Aditya A Auradkar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aditya A Auradkar updated KAFKA-2205: - Attachment: KAFKA-2205.patch > Generalize TopicConfigManager to handle multiple entity con

Re: [VOTE] KIP-21 Dynamic Configuration

2015-05-21 Thread Jun Rao
What about TopicMetadataResponse in KIP-4? Do we remove the config part in it? Thanks, Jun On Thu, May 21, 2015 at 10:25 AM, Aditya Auradkar < aaurad...@linkedin.com.invalid> wrote: > Hey Jun, > > I've added a section on error codes on the KIP-21 wiki. > > Here are the proposed changes to KIP-4

Review Request 34554: Patch for KAFKA-2205

2015-05-21 Thread Aditya Auradkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34554/ --- Review request for kafka. Bugs: KAFKA-2205 https://issues.apache.org/jira/b

[jira] [Commented] (KAFKA-2168) New consumer poll() can block other calls like position(), commit(), and close() indefinitely

2015-05-21 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554724#comment-14554724 ] Jason Gustafson commented on KAFKA-2168: I feel a little wary about finer-grained

Re: [Vote] KIP-11 Authorization design for kafka security

2015-05-21 Thread Gwen Shapira
The KIP and design were accepted, so the WIKI should say "accepted" or something similar. Specific patch status is reflected in the JIRA. On Thu, May 21, 2015 at 8:37 PM, Parth Brahmbhatt < pbrahmbh...@hortonworks.com> wrote: > I am sorry to be ignorant about this but what is the new state? Adopt

[jira] [Updated] (KAFKA-1690) new java producer needs ssl support as a client

2015-05-21 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriharsha Chintalapani updated KAFKA-1690: -- Attachment: KAFKA-1690_2015-05-21_10:37:08.patch > new java producer needs ssl s

[jira] [Commented] (KAFKA-1690) new java producer needs ssl support as a client

2015-05-21 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554714#comment-14554714 ] Sriharsha Chintalapani commented on KAFKA-1690: --- Updated reviewboard https:/

Re: [Vote] KIP-11 Authorization design for kafka security

2015-05-21 Thread Parth Brahmbhatt
I am sorry to be ignorant about this but what is the new state? Adopted seems too early given we are still in code review process. Should I just make it ³Code review²? Thanks Parth On 5/21/15, 8:43 AM, "Jun Rao" wrote: >Parth, > >Thanks for driving this. Could you update the status of the KIP i

Re: Review Request 33620: Patch for KAFKA-1690

2015-05-21 Thread Sriharsha Chintalapani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33620/ --- (Updated May 21, 2015, 5:37 p.m.) Review request for kafka. Bugs: KAFKA-1690

RE: [VOTE] KIP-21 Dynamic Configuration

2015-05-21 Thread Aditya Auradkar
Hey Jun, I've added a section on error codes on the KIP-21 wiki. Here are the proposed changes to KIP-4. I'll update the wiki shortly. - Change AlterTopic to not allow setting configs. Config changes will flow through AlterConfig. CreateTopic will still allow setting configs as it is nice to be

Re: Review Request 33065: Patch for KAFKA-1928

2015-05-21 Thread Jun Rao
> On May 21, 2015, 2:11 a.m., Guozhang Wang wrote: > > core/src/main/scala/kafka/network/RequestChannel.scala, line 110 > > > > > > This would result in the following log entry: > > > > TRACE Completed > > r

Kafka server validating incoming messages

2015-05-21 Thread Grant Henke
When working on my own implementation of the wire protocol, via a copy and paste error, I accidentally sent an OffsetCommit message to the ConsumerMetadata api. This was clearly my mistake but what surprised me is that I got a valid ConsumerMetadata response back with no error. Digging a little de

Find all consumer groups without Zookeeper

2015-05-21 Thread Grant Henke
It doesn't look like there is a way to get all consumer groups via the wire protocol/api. I can go to zookeeper and list all the children at '/consumers' but would like to use zookeeper as minimally as possible. Would this be a good feature to add the the ConsumerMetadataRequest? Am I missing/misus

Re: Review Request 33065: Patch for KAFKA-1928

2015-05-21 Thread Gwen Shapira
> On May 21, 2015, 2:11 a.m., Guozhang Wang wrote: > > core/src/main/scala/kafka/network/RequestChannel.scala, line 110 > > > > > > This would result in the following log entry: > > > > TRACE Completed > > r

[jira] [Created] (KAFKA-2216) ConsumerMetadataRequest does not validate consumer group exists

2015-05-21 Thread Grant Henke (JIRA)
Grant Henke created KAFKA-2216: -- Summary: ConsumerMetadataRequest does not validate consumer group exists Key: KAFKA-2216 URL: https://issues.apache.org/jira/browse/KAFKA-2216 Project: Kafka Is

Re: [DISCUSS] KIP 20 Enable log preallocate to improve consume performance under windows and some old Linux file system

2015-05-21 Thread Jun Rao
Honghai, Could you update the wiki on the preallocated size? Instead of config.segmentSize - 2 * config.maxMessageSize, we just want to use config.segmentSize. Thanks, Jun On Mon, May 11, 2015 at 8:16 PM, Honghai Chen wrote: > All issues fixed, test cases added, performance result on windows

Re: [Vote] KIP-11 Authorization design for kafka security

2015-05-21 Thread Jun Rao
Parth, Thanks for driving this. Could you update the status of the KIP in the wiki? Thanks, Jun On Wed, May 20, 2015 at 2:37 PM, Parth Brahmbhatt < pbrahmbh...@hortonworks.com> wrote: > This vote is now Closed with 4 binding +1s and 4 non binding +1s. > > Thanks > Parth > > On 5/20/15, 12:04 P

Re: [VOTE] KIP-21 Dynamic Configuration

2015-05-21 Thread Jun Rao
Aditya, For completeness, could you list the set of error codes in the wiki? Also, could you summarize the changes that are needed for the requests listed in KIP-4 and update the wiki accordingly? Thanks, Jun On Tue, May 19, 2015 at 10:33 PM, Aditya Auradkar < aaurad...@linkedin.com.invalid> wr

[jira] [Commented] (KAFKA-1778) Create new re-elect controller admin function

2015-05-21 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554515#comment-14554515 ] Jun Rao commented on KAFKA-1778: [~anigam], for the two use cases that you mentioned, it s

[jira] [Created] (KAFKA-2215) Improve Randomness for ConsoleConsumer

2015-05-21 Thread Fabian Lange (JIRA)
Fabian Lange created KAFKA-2215: --- Summary: Improve Randomness for ConsoleConsumer Key: KAFKA-2215 URL: https://issues.apache.org/jira/browse/KAFKA-2215 Project: Kafka Issue Type: Bug

[jira] [Updated] (KAFKA-2207) The testCannotSendToInternalTopic test method in ProducerFailureHandlingTest fails consistently with the following exception:

2015-05-21 Thread Deepthi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepthi updated KAFKA-2207: --- Attachment: KAFKA-2207.patch > The testCannotSendToInternalTopic test method in ProducerFailureHandlingTest >

[jira] [Updated] (KAFKA-2207) The testCannotSendToInternalTopic test method in ProducerFailureHandlingTest fails consistently with the following exception:

2015-05-21 Thread Deepthi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepthi updated KAFKA-2207: --- Attachment: (was: KAFKA-2207.patch) > The testCannotSendToInternalTopic test method in ProducerFailureHand

[jira] [Updated] (KAFKA-2207) The testCannotSendToInternalTopic test method in ProducerFailureHandlingTest fails consistently with the following exception:

2015-05-21 Thread Deepthi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepthi updated KAFKA-2207: --- Attachment: KAFKA-2207.patch > The testCannotSendToInternalTopic test method in ProducerFailureHandlingTest >

[jira] [Updated] (KAFKA-2207) The testCannotSendToInternalTopic test method in ProducerFailureHandlingTest fails consistently with the following exception:

2015-05-21 Thread Deepthi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepthi updated KAFKA-2207: --- Attachment: (was: KAFKA-2207.patch) > The testCannotSendToInternalTopic test method in ProducerFailureHand

[jira] [Updated] (KAFKA-2214) kafka-reassign-partitions.sh --verify should return non-zero exit codes when reassignment is not completed yet

2015-05-21 Thread Michael Noll (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Noll updated KAFKA-2214: Description: h4. Background The admin script {{kafka-reassign-partitions.sh}} should integrate bett

[jira] [Created] (KAFKA-2214) kafka-reassign-partitions.sh --verify should return non-zero exit codes when reassignment is not completed yet

2015-05-21 Thread Michael Noll (JIRA)
Michael Noll created KAFKA-2214: --- Summary: kafka-reassign-partitions.sh --verify should return non-zero exit codes when reassignment is not completed yet Key: KAFKA-2214 URL: https://issues.apache.org/jira/browse/KA

[jira] [Commented] (KAFKA-2201) Open file handle leak

2015-05-21 Thread Albert Visagie (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553882#comment-14553882 ] Albert Visagie commented on KAFKA-2201: --- Excerpt from lsof: COMMAND PID US

[jira] [Comment Edited] (KAFKA-2201) Open file handle leak

2015-05-21 Thread Albert Visagie (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553829#comment-14553829 ] Albert Visagie edited comment on KAFKA-2201 at 5/21/15 8:08 AM:

[jira] [Commented] (KAFKA-2201) Open file handle leak

2015-05-21 Thread Albert Visagie (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553829#comment-14553829 ] Albert Visagie commented on KAFKA-2201: --- Some new information: 1. We adjusted the se

[jira] [Commented] (KAFKA-2201) Open file handle leak

2015-05-21 Thread Albert Visagie (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553818#comment-14553818 ] Albert Visagie commented on KAFKA-2201: --- We log stats using lsof, and distinguish be

Re: [DISCUSS] Using GitHub Pull Requests for contributions and code review

2015-05-21 Thread Ismael Juma
On Fri, May 1, 2015 at 8:38 AM, Ewen Cheslack-Postava wrote: > One thing I noticed is that when you try to generate a PR it defaults to > the 0.8.2 branch. Can we fix that up to be trunk by default? > I filed an INFRA ticket for this: https://issues.apache.org/jira/browse/INFRA-9680 Best, Isma