Re: preparing for the 0.8 final release

2013-10-18 Thread Jun Rao
Yes, 0.8 will be released from the HEAD of the 0.8 branch. Is the problem with consuming new topics or topics whose partitions are increased? If so, see KAFKA-1030 and KAFKA-1075. Thanks, Jun On Fri, Oct 18, 2013 at 4:03 PM, Jason Rosenberg wrote: > Will the 0.8 release come from the HEAD of

Re: preparing for the 0.8 final release

2013-10-18 Thread Jason Rosenberg
Will the 0.8 release come from the HEAD of the 0.8 branch? I'd like to experiment with it, to see if it solves some of the issues I'm seeing, with consumers refusing to consume new messages. We've been using the beta1 version. I remember mention there was a Jira issues along these lines, which w

Re: Review Request 14730: Patch for KAFKA-1001

2013-10-18 Thread Guozhang Wang
> On Oct. 18, 2013, 5:34 p.m., Jun Rao wrote: > > core/src/main/scala/kafka/server/AbstractFetcherManager.scala, line 140 > > > > > > We need to think through this change. What if a broker is restarted > > quickly wit

[jira] [Resolved] (KAFKA-1042) Fix segment flush logic

2013-10-18 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Kreps resolved KAFKA-1042. -- Resolution: Fixed > Fix segment flush logic > --- > > Key: KAFKA-10

[jira] [Updated] (KAFKA-1042) Fix segment flush logic

2013-10-18 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Kreps updated KAFKA-1042: - Attachment: KAFKA-1042-v2.patch Rebased that patch with minor changes. Also I found a subtle problem with

Re: Review Request 14730: Patch for KAFKA-1001

2013-10-18 Thread Jun Rao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14730/#review27195 --- Thanks for the patch. Using ._1 and ._2 tend to be confusing since i