[jira] [Commented] (KAFKA-2672) SendFailedException when new consumer is run with SSL

2015-10-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964556#comment-14964556 ] Ismael Juma commented on KAFKA-2672: `poll` in `ConsumerNetworkClient`: {code} pr

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

2015-10-19 Thread Apache Jenkins Server
See Changes: [wangguoz] HOTFIX: check logic of KAFKA-2515 should be on buffer.limit() -- [...truncated 3176 lines...] org.apache.kafka.clients.consumer.internals.CoordinatorTest > testRefreshOffs

[jira] [Commented] (KAFKA-2515) handle oversized messages properly in new consumer

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

[GitHub] kafka pull request: HOTFIX: check logic of KAFKA-2515 should be on...

2015-10-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/332 --- 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-2671) Enable starting Kafka server with a Properties object

2015-10-19 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964394#comment-14964394 ] Jay Kreps commented on KAFKA-2671: -- The use case for embedding Kafka is to make it work w

[jira] [Commented] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-10-19 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964382#comment-14964382 ] Jay Kreps commented on KAFKA-2580: -- Yeah as [~toddpalino] says it is totally not graceful

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

2015-10-19 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: Capture stderr in ConsumerPerformanceService. -- [...truncated 4250 lines...] org.apache.kafka.copycat.file.FileStreamSourceConnectorTest > testMultipleSourcesInva

[jira] [Commented] (KAFKA-2671) Enable starting Kafka server with a Properties object

2015-10-19 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964360#comment-14964360 ] Gwen Shapira commented on KAFKA-2671: - In second look, metrics are currently handled i

[jira] [Commented] (KAFKA-2515) handle oversized messages properly in new consumer

2015-10-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964358#comment-14964358 ] ASF GitHub Bot commented on KAFKA-2515: --- GitHub user guozhangwang opened a pull requ

[GitHub] kafka pull request: HOTFIX: check logic of KAFKA-2515 should be on...

2015-10-19 Thread guozhangwang
GitHub user guozhangwang opened a pull request: https://github.com/apache/kafka/pull/332 HOTFIX: check logic of KAFKA-2515 should be on buffer.limit() You can merge this pull request into a Git repository by running: $ git pull https://github.com/guozhangwang/kafka K2515-hotfi

Multithreading in the producer code.

2015-10-19 Thread Gaurav Sharma
Hi All, Sorry for the previous incomplete mail. I'm new to Kafka and in the process of writing a producer. Just to give you the context, my producer reads a binary file, decodes it according to a predefined structure (message length followed by the message) and publishes the decoded messages base

[jira] [Commented] (KAFKA-2671) Enable starting Kafka server with a Properties object

2015-10-19 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964353#comment-14964353 ] Gwen Shapira commented on KAFKA-2671: - "takes care of config management in a secure wa

[jira] [Commented] (KAFKA-2671) Enable starting Kafka server with a Properties object

2015-10-19 Thread Ashish K Singh (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964345#comment-14964345 ] Ashish K Singh commented on KAFKA-2671: --- bq. What's the use-case for starting Kafka

Multithreading in producer code.

2015-10-19 Thread Gaurav Sharma
Hi All, I'm in the process of writing a producer which reads a binary file, decodes it according to a predefined structure (message length followed by the message). There are 7 different message types in the file, example message1, message2 message7. In the producer code I have created 7 topic

[jira] [Commented] (KAFKA-2671) Enable starting Kafka server with a Properties object

2015-10-19 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964309#comment-14964309 ] Gwen Shapira commented on KAFKA-2671: - What's the use-case for starting Kafka server a

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

2015-10-19 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964302#comment-14964302 ] Jason Gustafson commented on KAFKA-2017: I'm hoping that we can modify the Consume

[jira] [Commented] (KAFKA-2671) Enable starting Kafka server with a Properties object

2015-10-19 Thread Ashish K Singh (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964297#comment-14964297 ] Ashish K Singh commented on KAFKA-2671: --- Correct me if I am wrong, but below are the

[GitHub] kafka pull request: MINOR: Capture stderr in ConsumerPerformanceSe...

2015-10-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/331 --- 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: MINOR: Capture stderr in ConsumerPerformanceSe...

2015-10-19 Thread ewencp
GitHub user ewencp opened a pull request: https://github.com/apache/kafka/pull/331 MINOR: Capture stderr in ConsumerPerformanceService. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ewencp/kafka minor-capture-consumer-performa

[jira] [Commented] (KAFKA-2671) Enable starting Kafka server with a Properties object

2015-10-19 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964255#comment-14964255 ] Guozhang Wang commented on KAFKA-2671: -- [~singhashish] I am still not clear about the

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

2015-10-19 Thread Todd Palino (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964228#comment-14964228 ] Todd Palino commented on KAFKA-2017: I think we definitely need to maintain the abilit

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

2015-10-19 Thread Apache Jenkins Server
See

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

2015-10-19 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964225#comment-14964225 ] Guozhang Wang commented on KAFKA-2017: -- Another point worth considering is that for o

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

2015-10-19 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964220#comment-14964220 ] Guozhang Wang commented on KAFKA-2017: -- What I mean is that in practice #.consumer gr

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

2015-10-19 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-2669; Fix LogCleaner.awaitCleaned for LogCleanerIntegrationTest -- [...truncated 4250 lines...] org.apache.kafka.copycat.file.FileStreamSinkConnectorTest > testSinkT

[jira] [Created] (KAFKA-2673) Log JmxTool output to logger

2015-10-19 Thread Eno Thereska (JIRA)
Eno Thereska created KAFKA-2673: --- Summary: Log JmxTool output to logger Key: KAFKA-2673 URL: https://issues.apache.org/jira/browse/KAFKA-2673 Project: Kafka Issue Type: Improvement Co

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

2015-10-19 Thread Apache Jenkins Server
See Changes: [junrao] MINOR: Reduce logging level for controller connection failures from [junrao] KAFKA-2656; Remove hardcoded default key and truststores -- [...truncated 6367 lines...] org.apa

Re: SendFailedException in new consumer when run with SSL

2015-10-19 Thread Rajini Sivaram
Ismael, Thank you, have opened https://issues.apache.org/jira/browse/KAFKA-2672. Regards, Rajini On Mon, Oct 19, 2015 at 10:30 PM, Ismael Juma wrote: > I haven't looked at the code, but please file an issue so that we can > investigate this. It looks like Fetcher is not using NetworkClient >

[jira] [Commented] (KAFKA-2669) Fix LogCleanerIntegrationTest

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

[jira] [Resolved] (KAFKA-2669) Fix LogCleanerIntegrationTest

2015-10-19 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-2669. -- Resolution: Fixed Fix Version/s: 0.9.0.0 Issue resolved by pull request 327 [https://gith

[jira] [Created] (KAFKA-2672) SendFailedException when new consumer is run with SSL

2015-10-19 Thread Rajini Sivaram (JIRA)
Rajini Sivaram created KAFKA-2672: - Summary: SendFailedException when new consumer is run with SSL Key: KAFKA-2672 URL: https://issues.apache.org/jira/browse/KAFKA-2672 Project: Kafka Issue T

[GitHub] kafka pull request: KAFKA-2669; Fix LogCleanerIntegrationTest

2015-10-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/327 --- 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 #699

2015-10-19 Thread Apache Jenkins Server
See Changes: [junrao] MINOR: Reduce logging level for controller connection failures from [junrao] KAFKA-2656; Remove hardcoded default key and truststores -- [...truncated 322 lines...] :kafka-

Re: SendFailedException in new consumer when run with SSL

2015-10-19 Thread Ismael Juma
I haven't looked at the code, but please file an issue so that we can investigate this. It looks like Fetcher is not using NetworkClient correctly. Ismael On 19 Oct 2015 22:02, "Rajini Sivaram" wrote: > Oops, pressed wrong button... > > When running new consumer with SSL, debug logs show these

Kafka KIP meeting Oct 20 at 11:00am PST

2015-10-19 Thread Jun Rao
Hi, Everyone, We will have a Kafka KIP meeting tomorrow at 11:00am PST. If you plan to attend but haven't received an invite, please let me know. The following is the agenda. Agenda: 1. KIP-38: Zookeeper authentication 2. KIP-37: Add namespaces in Kafka Thanks, Jun

Re: SendFailedException in new consumer when run with SSL

2015-10-19 Thread Rajini Sivaram
Oops, pressed wrong button... When running new consumer with SSL, debug logs show these exceptions every time: [2015-10-19 20:57:43,389] DEBUG Fetch failed (org.apache.kafka.clients.consumer.internals.Fetcher) org.apache.kafka.clients.consumer.internals.SendFailedException The exception occurs

Re: SendFailedException in new consumer when run with SSL

2015-10-19 Thread Jun Rao
I don't see the debug log. Apache email sometimes removes attachments. So, perhaps you can file a jira and include the logs there. Thanks, Jun On Mon, Oct 19, 2015 at 1:57 PM, Rajini Sivaram < rajinisiva...@googlemail.com> wrote: > When running new consumer with SSL, debug logs show these excep

SendFailedException in new consumer when run with SSL

2015-10-19 Thread Rajini Sivaram
When running new consumer with SSL, debug logs show these exceptions every time: Thank you... Regards, Rajini

[jira] [Commented] (KAFKA-2656) Default SSL keystore and truststore config are unusable

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

[GitHub] kafka pull request: KAFKA-2656: Remove hardcoded default key and t...

2015-10-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/312 --- 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-2656) Default SSL keystore and truststore config are unusable

2015-10-19 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-2656: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request 312 [https:/

[jira] [Commented] (KAFKA-2671) Enable starting Kafka server with a Properties object

2015-10-19 Thread Ashish K Singh (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964017#comment-14964017 ] Ashish K Singh commented on KAFKA-2671: --- [~gwenshap], yes it is doable, however one

[jira] [Commented] (KAFKA-2671) Enable starting Kafka server with a Properties object

2015-10-19 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963997#comment-14963997 ] Gwen Shapira commented on KAFKA-2671: - You can start Kafka with KafkaConfig object (I

[jira] [Commented] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-10-19 Thread Todd Palino (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964003#comment-14964003 ] Todd Palino commented on KAFKA-2580: It's about as graceful as an OOM, which is to say

[GitHub] kafka pull request: MINOR: Reduce logging level for controller con...

2015-10-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/280 --- 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-2017) Persist Coordinator State for Coordinator Failover

2015-10-19 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964009#comment-14964009 ] Flavio Junqueira commented on KAFKA-2017: - [~guozhang] bq. With this data size a

[jira] [Commented] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-10-19 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963998#comment-14963998 ] Grant Henke commented on KAFKA-2580: If we decide not to implement this and recommend

[jira] [Commented] (KAFKA-2671) Enable starting Kafka server with a Properties object

2015-10-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963985#comment-14963985 ] ASF GitHub Bot commented on KAFKA-2671: --- GitHub user SinghAsDev opened a pull reques

[jira] [Commented] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-10-19 Thread Todd Palino (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963986#comment-14963986 ] Todd Palino commented on KAFKA-2580: I agree with [~jkreps] here, that having a high F

[GitHub] kafka pull request: KAFKA-2671: Enable starting Kafka server with ...

2015-10-19 Thread SinghAsDev
GitHub user SinghAsDev opened a pull request: https://github.com/apache/kafka/pull/330 KAFKA-2671: Enable starting Kafka server with a Properties object You can merge this pull request into a Git repository by running: $ git pull https://github.com/SinghAsDev/kafka KAFKA-2671

[jira] [Created] (KAFKA-2671) Enable starting Kafka server with a Properties object

2015-10-19 Thread Ashish K Singh (JIRA)
Ashish K Singh created KAFKA-2671: - Summary: Enable starting Kafka server with a Properties object Key: KAFKA-2671 URL: https://issues.apache.org/jira/browse/KAFKA-2671 Project: Kafka Issue T

Re: Write access to Confluence wiki

2015-10-19 Thread Jun Rao
Done. Thanks, Jun On Mon, Oct 19, 2015 at 11:46 AM, Hitesh wrote: > can you please grant me access as well? > > Thanks. > HItesh > > On Mon, Oct 19, 2015 at 7:26 AM, Jun Rao wrote: > > > Just granted you the permission. > > > > Thanks, > > > > Jun > > > > On Mon, Oct 19, 2015 at 2:15 AM, Flav

[jira] [Commented] (KAFKA-2502) Quotas documentation for 0.8.3

2015-10-19 Thread Aditya Auradkar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963909#comment-14963909 ] Aditya Auradkar commented on KAFKA-2502: Thanks Gwen and Ismael. I'll have send a

Re: Contributor request

2015-10-19 Thread Gwen Shapira
Added. Looking forward to your contributions :) On Sun, Oct 18, 2015 at 7:23 AM, Jakub Nowak wrote: > Hi, > > I am interested in being added to the contributor list for Apache Kafka so > that I may assign myself to a newbie JIRA ticket. > > My JIRA nickname is sinus. > > Jakub Nowak >

[jira] [Commented] (KAFKA-2502) Quotas documentation for 0.8.3

2015-10-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963845#comment-14963845 ] Ismael Juma commented on KAFKA-2502: Agreed Gwen, instructions are here: https://cwik

Re: Write access to Confluence wiki

2015-10-19 Thread Hitesh
can you please grant me access as well? Thanks. HItesh On Mon, Oct 19, 2015 at 7:26 AM, Jun Rao wrote: > Just granted you the permission. > > Thanks, > > Jun > > On Mon, Oct 19, 2015 at 2:15 AM, Flavio Junqueira wrote: > > > Could anyone here please grant me write access to the Confluence wiki

[jira] [Commented] (KAFKA-2502) Quotas documentation for 0.8.3

2015-10-19 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963715#comment-14963715 ] Gwen Shapira commented on KAFKA-2502: - Just note that in github trunk there is now a d

[jira] [Comment Edited] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-10-19 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963632#comment-14963632 ] Jay Kreps edited comment on KAFKA-2580 at 10/19/15 5:21 PM: 10

[DISCUSS] KIP-38: ZooKeeper Authentication

2015-10-19 Thread Flavio Junqueira
I've created the following KIP and I'd appreciate any comment on the proposal: https://cwiki.apache.org/confluence/display/KAFKA/KIP-38%3A+ZooKeeper+Authentication This is in progress and there is code for most

[jira] [Commented] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-10-19 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963632#comment-14963632 ] Jay Kreps commented on KAFKA-2580: -- 10TB of space with 1GB segment files means about 10k

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

2015-10-19 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963620#comment-14963620 ] Jason Gustafson commented on KAFKA-2017: [~junrao] I'm not sure that Guozhang's pr

[jira] [Commented] (KAFKA-2502) Quotas documentation for 0.8.3

2015-10-19 Thread Aditya Auradkar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963605#comment-14963605 ] Aditya Auradkar commented on KAFKA-2502: [~ijuma] - I assume I need to submit chan

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

2015-10-19 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963591#comment-14963591 ] Jun Rao commented on KAFKA-2017: Another option that we have in the 0.9.0 release is not t

[jira] [Work started] (KAFKA-2472) Fix kafka ssl configs to not throw warnings

2015-10-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-2472 started by Ismael Juma. -- > Fix kafka ssl configs to not throw warnings > -

[jira] [Commented] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-10-19 Thread Vinoth Chandar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963574#comment-14963574 ] Vinoth Chandar commented on KAFKA-2580: --- [~jjkoshy] Good point. if I understand corr

[jira] [Commented] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-10-19 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963467#comment-14963467 ] Grant Henke commented on KAFKA-2580: I have some time to work on this, but would like

[jira] [Work started] (KAFKA-2618) Disable SSL renegotiation for 0.9.0.0

2015-10-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-2618 started by Ismael Juma. -- > Disable SSL renegotiation for 0.9.0.0 > - > >

[jira] [Commented] (KAFKA-2618) Disable SSL renegotiation for 0.9.0.0

2015-10-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963457#comment-14963457 ] Ismael Juma commented on KAFKA-2618: I have a branch with this, will submit it after t

[jira] [Assigned] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-10-19 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Henke reassigned KAFKA-2580: -- Assignee: Grant Henke > Kafka Broker keeps file handles open for all log files (even if its not

[jira] [Commented] (KAFKA-2146) adding partition did not find the correct startIndex

2015-10-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963423#comment-14963423 ] ASF GitHub Bot commented on KAFKA-2146: --- GitHub user shangan opened a pull request:

[GitHub] kafka pull request: KAFKA-2146. adding partition did not find the ...

2015-10-19 Thread shangan
GitHub user shangan opened a pull request: https://github.com/apache/kafka/pull/329 KAFKA-2146. adding partition did not find the correct startIndex TopicCommand provide a tool to add partitions for existing topics. It try to find the startIndex from existing partitions. There's a m

Re: Write access to Confluence wiki

2015-10-19 Thread Jun Rao
Just granted you the permission. Thanks, Jun On Mon, Oct 19, 2015 at 2:15 AM, Flavio Junqueira wrote: > Could anyone here please grant me write access to the Confluence wiki, > please? I need to work on a KIP. > > Thanks! > -Flavio

[jira] [Commented] (KAFKA-2472) Fix kafka ssl configs to not throw warnings

2015-10-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963229#comment-14963229 ] Ismael Juma commented on KAFKA-2472: Thank you. > Fix kafka ssl configs to not throw

[jira] [Updated] (KAFKA-2472) Fix kafka ssl configs to not throw warnings

2015-10-19 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriharsha Chintalapani updated KAFKA-2472: -- Assignee: Ismael Juma (was: Sriharsha Chintalapani) > Fix kafka ssl configs to

[jira] [Commented] (KAFKA-2472) Fix kafka ssl configs to not throw warnings

2015-10-19 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963213#comment-14963213 ] Sriharsha Chintalapani commented on KAFKA-2472: --- [~ijuma] No worries. Take i

[jira] [Commented] (KAFKA-2472) Fix kafka ssl configs to not throw warnings

2015-10-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963188#comment-14963188 ] Ismael Juma commented on KAFKA-2472: [~harsha_ch], do you mind if I take this? > Fix

Build failed in Jenkins: kafka_system_tests #112

2015-10-19 Thread ewen
See -- [...truncated 1703 lines...] test_id: 2015-10-19--001.kafkatest.tests.benchmark_test.Benchmark.test_produce

Write access to Confluence wiki

2015-10-19 Thread Flavio Junqueira
Could anyone here please grant me write access to the Confluence wiki, please? I need to work on a KIP. Thanks! -Flavio

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

2015-10-19 Thread Apache Jenkins Server
See