[jira] [Commented] (KAFKA-2213) Log cleaner should write compacted messages using configured compression type

2015-05-25 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14558017#comment-14558017 ] Manikumar Reddy commented on KAFKA-2213: CASE A: In normal scenarios, log are

[jira] [Updated] (KAFKA-2107) Script to generate waiting-for-review report

2015-05-25 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-2107: --- Attachment: kafka-waiting-for-review.py uploaded a script which sends a email of pending

[jira] [Assigned] (KAFKA-2107) Script to generate waiting-for-review report

2015-05-25 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy reassigned KAFKA-2107: -- Assignee: Manikumar Reddy Script to generate waiting-for-review report

[jira] [Comment Edited] (KAFKA-2107) Script to generate waiting-for-review report

2015-05-25 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14558227#comment-14558227 ] Manikumar Reddy edited comment on KAFKA-2107 at 5/25/15 1:49 PM:

Re: Review Request 34608: Patch for KAFKA-2217

2015-05-25 Thread Jason Gustafson
On May 24, 2015, 7:16 p.m., Ewen Cheslack-Postava wrote: clients/src/main/java/org/apache/kafka/common/network/Selector.java, line 226 https://reviews.apache.org/r/34608/diff/1/?file=969830#file969830line226 One drawback to this is that we're now constantly reallocating these

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

2015-05-25 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-2217: --- Attachment: KAFKA-2217_2015-05-25_10:45:30.patch Refactor Client Selectable Interface for

Re: Review Request 34608: Patch for KAFKA-2217

2015-05-25 Thread Jason Gustafson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34608/ --- (Updated May 25, 2015, 5:46 p.m.) Review request for kafka. Bugs: KAFKA-2217

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

2015-05-25 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14558413#comment-14558413 ] Jason Gustafson commented on KAFKA-2217: Updated reviewboard

Re: Kafka server validating incoming messages

2015-05-25 Thread Grant Henke
Bumping this message again to get some input before opening a Jira. On Thu, May 21, 2015 at 11:31 AM, Grant Henke ghe...@cloudera.com wrote: When working on my own implementation of the wire protocol, via a copy and paste error, I accidentally sent an OffsetCommit message to the

Re: Review Request 34608: Patch for KAFKA-2217

2015-05-25 Thread Ewen Cheslack-Postava
On May 24, 2015, 7:16 p.m., Ewen Cheslack-Postava wrote: clients/src/main/java/org/apache/kafka/common/network/Selector.java, line 226 https://reviews.apache.org/r/34608/diff/1/?file=969830#file969830line226 One drawback to this is that we're now constantly reallocating these