[jira] [Commented] (KAFKA-993) Offset Management API is either broken or mis-documented

2013-08-21 Thread Evan Huus (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13746033#comment-13746033 ] Evan Huus commented on KAFKA-993: - I have updated the protocol wiki to note that these APIs

[jira] [Resolved] (KAFKA-993) Offset Management API is either broken or mis-documented

2013-08-21 Thread Evan Huus (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Evan Huus resolved KAFKA-993. - Resolution: Fixed > Offset Management API is either broken or mis-documented > ---

[jira] [Updated] (KAFKA-1017) High number of open file handles in 0.8 producer

2013-08-21 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede updated KAFKA-1017: - Component/s: producer > High number of open file handles in 0.8 producer > -

[jira] [Updated] (KAFKA-1017) High number of open file handles in 0.8 producer

2013-08-21 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede updated KAFKA-1017: - Affects Version/s: 0.8 > High number of open file handles in 0.8 producer > -

[jira] [Commented] (KAFKA-1017) High number of open file handles in 0.8 producer

2013-08-21 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13746545#comment-13746545 ] Neha Narkhede commented on KAFKA-1017: -- Thanks for fixing this issue, Swapnil. The pa

[jira] [Commented] (KAFKA-955) After a leader change, messages sent with ack=0 are lost

2013-08-21 Thread Magnus Edenhill (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13746561#comment-13746561 ] Magnus Edenhill commented on KAFKA-955: --- If the producer is sending messages through

[jira] [Commented] (KAFKA-1008) Unmap before resizing

2013-08-21 Thread Timothy Chen (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13746719#comment-13746719 ] Timothy Chen commented on KAFKA-1008: - I wonder if this patch can go in soon? It's a m

[jira] [Commented] (KAFKA-955) After a leader change, messages sent with ack=0 are lost

2013-08-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13746791#comment-13746791 ] Guozhang Wang commented on KAFKA-955: - Hello Magnus, 1. Under Ack=0, the producer does

[jira] [Updated] (KAFKA-1008) Unmap before resizing

2013-08-21 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Kreps updated KAFKA-1008: - Attachment: KAFKA-1008-v6.patch Hey Elizabeth, this basically looks good. A couple of minor things. One

[jira] [Commented] (KAFKA-955) After a leader change, messages sent with ack=0 are lost

2013-08-21 Thread Magnus Edenhill (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13746810#comment-13746810 ] Magnus Edenhill commented on KAFKA-955: --- Hi Guozhang, I understand that you might no

[jira] [Commented] (KAFKA-1008) Unmap before resizing

2013-08-21 Thread Elizabeth Wei (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13746866#comment-13746866 ] Elizabeth Wei commented on KAFKA-1008: -- The code change looks good. Using a higher or

Patch for mmap + windows

2013-08-21 Thread Jay Kreps
Elizabeth and I have a patch to support our memory mapped offset index files properly on Windows: https://issues.apache.org/jira/browse/KAFKA-1008 Question: Do we want this on 0.8 or trunk? I would feel more comfortable with it in trunk, but that means windows support in 0.8 is known to be broken

Re: Patch for mmap + windows

2013-08-21 Thread Timothy Chen
Hi Jay, I'm planning to test run Kafka on Windows in our test environments evaluating if it's suitable for production usage. I can provide feedback with the patch how well it works and if we encounter any functional or perf problems. Tim On Wed, Aug 21, 2013 at 2:54 PM, Jay Kreps wrote: >

Re: Patch for mmap + windows

2013-08-21 Thread Jay Kreps
That would be great! -Jay On Wed, Aug 21, 2013 at 3:13 PM, Timothy Chen wrote: > Hi Jay, > > I'm planning to test run Kafka on Windows in our test environments > evaluating if it's suitable for production usage. > > I can provide feedback with the patch how well it works and if we encounter >