[jira] [Updated] (KAFKA-1957) code doc typo

2015-02-15 Thread Yaguo Zhou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yaguo Zhou updated KAFKA-1957: -- Attachment: 0001-fix-typo-SO_SNDBUFF-SO_SNDBUF-SO_RCVBUFF-SO_RCVBUF.patch > code doc typo >

[jira] [Created] (KAFKA-1957) code doc typo

2015-02-15 Thread Yaguo Zhou (JIRA)
Yaguo Zhou created KAFKA-1957: - Summary: code doc typo Key: KAFKA-1957 URL: https://issues.apache.org/jira/browse/KAFKA-1957 Project: Kafka Issue Type: Improvement Components: config

[jira] [Work started] (KAFKA-1334) Add failure detection capability to the coordinator / consumer

2015-02-15 Thread Onur Karaman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-1334 started by Onur Karaman. --- > Add failure detection capability to the coordinator / consumer >

[jira] [Commented] (KAFKA-1956) new consumer client can't fetch records from kafka server

2015-02-15 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14322399#comment-14322399 ] Jay Kreps commented on KAFKA-1956: -- Can you clarify the problem you were solving? It soun

[jira] [Updated] (KAFKA-1956) new consumer client can't fetch records from kafka server

2015-02-15 Thread Hongliang Su (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongliang Su updated KAFKA-1956: Attachment: 0005-fix-new-consumer-client-can-t-fetch-records-from-kaf.patch > new consumer client ca

[jira] [Commented] (KAFKA-1956) new consumer client can't fetch records from kafka server

2015-02-15 Thread Hongliang Su (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14322308#comment-14322308 ] Hongliang Su commented on KAFKA-1956: - I made those changes in KafkaConsumer.java pub

[jira] [Created] (KAFKA-1956) new consumer client can't fetch records from kafka server

2015-02-15 Thread Hongliang Su (JIRA)
Hongliang Su created KAFKA-1956: --- Summary: new consumer client can't fetch records from kafka server Key: KAFKA-1956 URL: https://issues.apache.org/jira/browse/KAFKA-1956 Project: Kafka Issue T

Re: Review Request 31040: Patch for kafka-1952

2015-02-15 Thread Neha Narkhede
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31040/#review72559 --- Ship it! Ship It! - Neha Narkhede On Feb. 15, 2015, 11:26 p.m.,

[jira] [Commented] (KAFKA-1952) High CPU Usage in 0.8.2 release

2015-02-15 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14322246#comment-14322246 ] Jun Rao commented on KAFKA-1952: Uploaded a new patch that addresses the review comments.

[jira] [Updated] (KAFKA-1952) High CPU Usage in 0.8.2 release

2015-02-15 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-1952: --- Attachment: kafka-1952_2015-02-15_15:26:33.patch > High CPU Usage in 0.8.2 release > -

[jira] [Commented] (KAFKA-1952) High CPU Usage in 0.8.2 release

2015-02-15 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14322244#comment-14322244 ] Jun Rao commented on KAFKA-1952: Updated reviewboard https://reviews.apache.org/r/31040/di

Re: Review Request 31040: Patch for kafka-1952

2015-02-15 Thread Jun Rao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31040/ --- (Updated Feb. 15, 2015, 11:26 p.m.) Review request for kafka. Bugs: kafka-195

Re: Review Request 31040: Patch for kafka-1952

2015-02-15 Thread Jun Rao
> On Feb. 14, 2015, 5 a.m., Ewen Cheslack-Postava wrote: > > core/src/main/scala/kafka/server/RequestPurgatory.scala, line 136 > > > > > > The > > > > if (t.satisfied.get) > > return false > > > >