[jira] [Created] (KAFKA-753) Kafka broker shuts down while loading segments

2013-02-07 Thread Neha Narkhede (JIRA)
Neha Narkhede created KAFKA-753: --- Summary: Kafka broker shuts down while loading segments Key: KAFKA-753 URL: https://issues.apache.org/jira/browse/KAFKA-753 Project: Kafka Issue Type: Bug

[jira] Subscription: outstanding kafka patches

2013-02-07 Thread jira
Issue Subscription Filter: outstanding kafka patches (60 issues) The list of outstanding kafka patches Subscriber: kafka-mailing-list Key Summary KAFKA-751 Fix windows build script - kafka-run-class.bat https://issues.apache.org/jira/browse/KAFKA-751 KAFKA-748

[jira] [Commented] (KAFKA-750) inconsistent index offset during broker startup

2013-02-07 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13573996#comment-13573996 ] Jay Kreps commented on KAFKA-750: - Are you sure this is a clean shutdown? Do we have the

[jira] [Commented] (KAFKA-748) Append to index fails due to invalid offset

2013-02-07 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13574021#comment-13574021 ] Jay Kreps commented on KAFKA-748: - This is actually very easy to reproduce. Just do a clean

Re: kafka replication blog

2013-02-07 Thread Michal Haris
Same here, summary was need as we have a fairly large ecosystem of multiple 0.7.2 clusters and I am planning to test upgrade to 0.8. However, one thing creeping at the back of my mind regarding 0.8 is something i have spotted in one thread few weeks ago namely that the rebalance behaviour of

[jira] [Assigned] (KAFKA-706) broker appears to be encoding ProduceResponse, but never sending it

2013-02-07 Thread Sriram Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriram Subramanian reassigned KAFKA-706: Assignee: Sriram Subramanian broker appears to be encoding ProduceResponse,

[jira] [Commented] (KAFKA-706) broker appears to be encoding ProduceResponse, but never sending it

2013-02-07 Thread Sriram Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13574089#comment-13574089 ] Sriram Subramanian commented on KAFKA-706: -- I think I know what is happening here.

[jira] [Updated] (KAFKA-748) Append to index fails due to invalid offset

2013-02-07 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Kreps updated KAFKA-748: Attachment: KAFKA-748-v1.patch Attached is a patch that retains the index position on resize. It also

[jira] [Commented] (KAFKA-750) inconsistent index offset during broker startup

2013-02-07 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13574094#comment-13574094 ] Jay Kreps commented on KAFKA-750: - Item number 1 could actually be caused by KAFKA-748, I

Re: kafka replication blog

2013-02-07 Thread Felix GV
Thanks Jun! I hadn't been following the discussions regarding 0.8 and replication for a little while and this was a great post to refresh my memory and get up to speed on the current replication architecture's design. -- Felix On Tue, Feb 5, 2013 at 2:21 PM, Jun Rao jun...@gmail.com wrote: I

Re: kafka replication blog

2013-02-07 Thread Vaibhav Puranik
Same here. Thanks a lot Jun. Regards, Vaibhav On Thu, Feb 7, 2013 at 10:38 AM, Felix GV fe...@mate1inc.com wrote: Thanks Jun! I hadn't been following the discussions regarding 0.8 and replication for a little while and this was a great post to refresh my memory and get up to speed on the

[jira] [Commented] (KAFKA-734) Migration tool needs a revamp, it was poorly written and has many performance bugs

2013-02-07 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13574273#comment-13574273 ] Neha Narkhede commented on KAFKA-734: - Few problems that are not solved yet - 1. If

[jira] [Commented] (KAFKA-706) broker appears to be encoding ProduceResponse, but never sending it

2013-02-07 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13574275#comment-13574275 ] Neha Narkhede commented on KAFKA-706: - Great catch, Sriram ! I think the v2 patch on