Re: Review Request 22874: Fix KAFKA-1498

2014-06-25 Thread Jay Kreps
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22874/#review46715 --- This is good. I have a couple of questions about the logic around de

Re: Review Request 22905: Patch for KAFKA-1477

2014-06-25 Thread Dong Lin
> On June 26, 2014, 12:51 a.m., Joel Koshy wrote: > > core/src/main/scala/kafka/api/TransactionMetadataRequest.scala, line 60 > > > > > > typo in comment Excuse me.. But where is the typo? > On June 26, 2014, 12:51 a

Re: Review Request 22905: Patch for KAFKA-1477

2014-06-25 Thread Joel Koshy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22905/#review46576 --- This is not terribly important since we will be moving over to the s

[jira] [Updated] (KAFKA-1498) new producer performance and bug improvements

2014-06-25 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-1498: - Attachment: KAFKA-1498_2014-06-25_16:44:51.patch > new producer performance and bug improvements

[jira] [Commented] (KAFKA-1498) new producer performance and bug improvements

2014-06-25 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14044187#comment-14044187 ] Guozhang Wang commented on KAFKA-1498: -- Updated reviewboard https://reviews.apache.or

Re: Review Request 22874: Fix KAFKA-1498

2014-06-25 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22874/ --- (Updated June 25, 2014, 11:44 p.m.) Review request for kafka. Bugs: KAFKA-149

[jira] [Commented] (KAFKA-1096) An old controller coming out of long GC could update its epoch to the latest controller's epoch

2014-06-25 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14043970#comment-14043970 ] Sriharsha Chintalapani commented on KAFKA-1096: --- [~nehanarkhede] When you ge

Re: Request New Feature On Kafka 0.8.1

2014-06-25 Thread Steve Morin
Bhavesh, On item 1) you didn't say why you want to be able to change the queue implementation? -Steve On Tue, Jun 24, 2014 at 4:37 PM, Bhavesh Mistry wrote: > Hi Kafka Dev Teeam, > > > > > > I would like to request following features in Kafka Async Producers: > > > > 1) Ability to Inject the

Re: Request New Feature On Kafka 0.8.1

2014-06-25 Thread Neha Narkhede
The concerns you expressed are fixed in the new producer implementation available on trunk. You can give it a try at org.apache.kafka.clients.producer. On Tue, Jun 24, 2014 at 4:37 PM, Bhavesh Mistry wrote: > Hi Kafka Dev Teeam, > > > > > > I would like to request following features in Kafka As

Re: Monitoring Producers at Large Scale

2014-06-25 Thread Neha Narkhede
We monitor producers or for that matter any process/service using JMX metrics. Every server and service in LinkedIn sends metrics in a Kafka message to a metrics Kafka cluster. We have subscribers that connect to the metrics cluster to index that data in RRDs. Our aim is to expose all important me