|
|
-
time for another attempt at a 0.7.0 release?
Chris Burroughs 2011-10-31, 20:36
-
Re: time for another attempt at a 0.7.0 release?
Alan D. Cabrera 2011-10-31, 20:55
On Oct 31, 2011, at 1:36 PM, Chris Burroughs wrote: > https://issues.apache.org/jira/browse/KAFKA/fixforversion/12317243> > I don't seen any open issues listed. Up to you guys. So what's going to be the release process that you guys want to follow? Regards, Alan
-
Re: time for another attempt at a 0.7.0 release?
Jun Rao 2011-10-31, 22:46
Also, Chris suggested that it would be good if we could document the upgrade path and ordering in some sort of release notes in our RC. What do people think? +1 from me. Jun On Mon, Oct 31, 2011 at 1:36 PM, Chris Burroughs <[EMAIL PROTECTED]>wrote: > https://issues.apache.org/jira/browse/KAFKA/fixforversion/12317243> > I don't seen any open issues listed. >
-
Re: time for another attempt at a 0.7.0 release?
Neha Narkhede 2011-10-31, 22:55
>> it would be good if we could document the upgrade path and ordering in some sort of release notes in our RC. Chris, please could you elaborate a little more on this ? I think if this is a small change, we can cut the RC today. Thanks, Neha On Mon, Oct 31, 2011 at 3:46 PM, Jun Rao <[EMAIL PROTECTED]> wrote: > Also, Chris suggested that it would be good if we could document the > upgrade path and ordering in some sort of release notes in our RC. What do > people think? +1 from me. > > Jun > > On Mon, Oct 31, 2011 at 1:36 PM, Chris Burroughs > <[EMAIL PROTECTED]>wrote: > >> https://issues.apache.org/jira/browse/KAFKA/fixforversion/12317243>> >> I don't seen any open issues listed. >> >
-
Re: time for another attempt at a 0.7.0 release?
Jun Rao 2011-10-31, 23:05
It just that since there is wire format change in 0.7. If you want to upgrade from an old release to 0.7, the ordering for upgrade has to be: consumer followed by broker followed by producer. Jun On Mon, Oct 31, 2011 at 3:55 PM, Neha Narkhede <[EMAIL PROTECTED]>wrote: > >> it would be good if we could document the > upgrade path and ordering in some sort of release notes in our RC. > > Chris, please could you elaborate a little more on this ? I think if > this is a small change, we can cut the RC today. > > Thanks, > Neha > > On Mon, Oct 31, 2011 at 3:46 PM, Jun Rao <[EMAIL PROTECTED]> wrote: > > Also, Chris suggested that it would be good if we could document the > > upgrade path and ordering in some sort of release notes in our RC. What > do > > people think? +1 from me. > > > > Jun > > > > On Mon, Oct 31, 2011 at 1:36 PM, Chris Burroughs > > <[EMAIL PROTECTED]>wrote: > > > >> https://issues.apache.org/jira/browse/KAFKA/fixforversion/12317243> >> > >> I don't seen any open issues listed. > >> > > >
-
Re: time for another attempt at a 0.7.0 release?
Chris Burroughs 2011-11-01, 02:21
On 10/31/2011 06:55 PM, Neha Narkhede wrote: > Chris, please could you elaborate a little more on this ? I think if > this is a small change, we can cut the RC today. > I think we ought to include a NEWS file for users upgading from a previous version. Projects varry in how they do this, some examples: - http://rsync.samba.org/ftp/rsync/src/rsync-3.0.9-NEWS - http://www.pcre.org/news.txt - http://svn.apache.org/viewvc/couchdb/tags/1.1.0/NEWS?view=markup - http://svn.apache.org/viewvc/cassandra/tags/cassandra-1.0.1/NEWS.txt?revision=1195406&view=markupI like Cassandra's example with "here are the bigest new features" and "things you need to know when upgrading". I think some of the others function more as change logs, which isn't what I'm after. So for example, in this case we should point out that the wire format has changed, their is a super cool compression feature, and you have to upgrade the consumers, brokers, producers in that order. Anything else?
-
Re: time for another attempt at a 0.7.0 release?
Neha Narkhede 2011-11-01, 02:25
Chris, This is a good suggestion. I think it is not too different from the release notes we have - http://people.apache.org/~nehanarkhede/kafka-0.7.0-incubating-candidate-5/RELEASE-NOTES.htmlAll details about the compression feature can be found in the wiki, which the release notes points to in the 1st section. Al though, maybe you are suggesting moving the "Features" section to the beginning of the release notes ? As for getting the word out about compression, I was thinking about writing a blog post on it. Does that address the concern you are raising ? Thanks, Neha On Mon, Oct 31, 2011 at 7:21 PM, Chris Burroughs <[EMAIL PROTECTED]> wrote: > On 10/31/2011 06:55 PM, Neha Narkhede wrote: >> Chris, please could you elaborate a little more on this ? I think if >> this is a small change, we can cut the RC today. >> > > I think we ought to include a NEWS file for users upgading from a > previous version. Projects varry in how they do this, some examples: > - http://rsync.samba.org/ftp/rsync/src/rsync-3.0.9-NEWS> - http://www.pcre.org/news.txt> - http://svn.apache.org/viewvc/couchdb/tags/1.1.0/NEWS?view=markup> - > http://svn.apache.org/viewvc/cassandra/tags/cassandra-1.0.1/NEWS.txt?revision=1195406&view=markup> > I like Cassandra's example with "here are the bigest new features" and > "things you need to know when upgrading". I think some of the others > function more as change logs, which isn't what I'm after. > > So for example, in this case we should point out that the wire format > has changed, their is a super cool compression feature, and you have to > upgrade the consumers, brokers, producers in that order. Anything else? >
-
Re: time for another attempt at a 0.7.0 release?
Chris Burroughs 2011-11-01, 02:57
Similar information, but different audience. This is about summarising only what has changed and is operational relevant (special pre/post upgrade procedure or in this case upgrade order) in plain language. Think of the experience when you are downloading a tarball, not people who write code/wikis/tickets/and are already subscribed to every mailing lists. Or alternative imagine a succesful future where people use Kafka without being experts (a la httpd or mysql) but still need to understand what's changing from one version to the next. On 10/31/2011 10:25 PM, Neha Narkhede wrote: > Chris, > > This is a good suggestion. I think it is not too different from the > release notes we have - > http://people.apache.org/~nehanarkhede/kafka-0.7.0-incubating-candidate-5/RELEASE-NOTES.html> > All details about the compression feature can be found in the wiki, > which the release notes points to in the 1st section. Al though, maybe > you are suggesting moving the "Features" section to the beginning of > the release notes ? > > As for getting the word out about compression, I was thinking about > writing a blog post on it. Does that address the concern you are > raising ? > > Thanks, > Neha > > On Mon, Oct 31, 2011 at 7:21 PM, Chris Burroughs > <[EMAIL PROTECTED]> wrote: >> On 10/31/2011 06:55 PM, Neha Narkhede wrote: >>> Chris, please could you elaborate a little more on this ? I think if >>> this is a small change, we can cut the RC today. >>> >> >> I think we ought to include a NEWS file for users upgading from a >> previous version. Projects varry in how they do this, some examples: >> - http://rsync.samba.org/ftp/rsync/src/rsync-3.0.9-NEWS>> - http://www.pcre.org/news.txt>> - http://svn.apache.org/viewvc/couchdb/tags/1.1.0/NEWS?view=markup>> - >> http://svn.apache.org/viewvc/cassandra/tags/cassandra-1.0.1/NEWS.txt?revision=1195406&view=markup>> >> I like Cassandra's example with "here are the bigest new features" and >> "things you need to know when upgrading". I think some of the others >> function more as change logs, which isn't what I'm after. >> >> So for example, in this case we should point out that the wire format >> has changed, their is a super cool compression feature, and you have to >> upgrade the consumers, brokers, producers in that order. Anything else? >>
-
Re: time for another attempt at a 0.7.0 release?
Chris Burroughs 2011-11-04, 01:53
An example. On 10/31/2011 10:57 PM, Chris Burroughs wrote: > Similar information, but different audience. This is about summarising > only what has changed and is operational relevant (special pre/post > upgrade procedure or in this case upgrade order) in plain language. > Think of the experience when you are downloading a tarball, not people > who write code/wikis/tickets/and are already subscribed to every mailing > lists. Or alternative imagine a succesful future where people use Kafka > without being experts (a la httpd or mysql) but still need to understand > what's changing from one version to the next. > > On 10/31/2011 10:25 PM, Neha Narkhede wrote: >> Chris, >> >> This is a good suggestion. I think it is not too different from the >> release notes we have - >> http://people.apache.org/~nehanarkhede/kafka-0.7.0-incubating-candidate-5/RELEASE-NOTES.html>> >> All details about the compression feature can be found in the wiki, >> which the release notes points to in the 1st section. Al though, maybe >> you are suggesting moving the "Features" section to the beginning of >> the release notes ? >> >> As for getting the word out about compression, I was thinking about >> writing a blog post on it. Does that address the concern you are >> raising ? >> >> Thanks, >> Neha >> >> On Mon, Oct 31, 2011 at 7:21 PM, Chris Burroughs >> <[EMAIL PROTECTED]> wrote: >>> On 10/31/2011 06:55 PM, Neha Narkhede wrote: >>>> Chris, please could you elaborate a little more on this ? I think if >>>> this is a small change, we can cut the RC today. >>>> >>> >>> I think we ought to include a NEWS file for users upgading from a >>> previous version. Projects varry in how they do this, some examples: >>> - http://rsync.samba.org/ftp/rsync/src/rsync-3.0.9-NEWS>>> - http://www.pcre.org/news.txt>>> - http://svn.apache.org/viewvc/couchdb/tags/1.1.0/NEWS?view=markup>>> - >>> http://svn.apache.org/viewvc/cassandra/tags/cassandra-1.0.1/NEWS.txt?revision=1195406&view=markup>>> >>> I like Cassandra's example with "here are the bigest new features" and >>> "things you need to know when upgrading". I think some of the others >>> function more as change logs, which isn't what I'm after. >>> >>> So for example, in this case we should point out that the wire format >>> has changed, their is a super cool compression feature, and you have to >>> upgrade the consumers, brokers, producers in that order. Anything else? >>> >
-
Re: time for another attempt at a 0.7.0 release?
Neha Narkhede 2011-11-04, 15:24
Chris, I like your suggestion. It definitely creates a good summary of features in the release notes. Let me incorporate that in our release notes. Thanks, Neha On Thu, Nov 3, 2011 at 6:53 PM, Chris Burroughs <[EMAIL PROTECTED]> wrote: > An example. > > On 10/31/2011 10:57 PM, Chris Burroughs wrote: >> Similar information, but different audience. This is about summarising >> only what has changed and is operational relevant (special pre/post >> upgrade procedure or in this case upgrade order) in plain language. >> Think of the experience when you are downloading a tarball, not people >> who write code/wikis/tickets/and are already subscribed to every mailing >> lists. Or alternative imagine a succesful future where people use Kafka >> without being experts (a la httpd or mysql) but still need to understand >> what's changing from one version to the next. >> >> On 10/31/2011 10:25 PM, Neha Narkhede wrote: >>> Chris, >>> >>> This is a good suggestion. I think it is not too different from the >>> release notes we have - >>> http://people.apache.org/~nehanarkhede/kafka-0.7.0-incubating-candidate-5/RELEASE-NOTES.html>>> >>> All details about the compression feature can be found in the wiki, >>> which the release notes points to in the 1st section. Al though, maybe >>> you are suggesting moving the "Features" section to the beginning of >>> the release notes ? >>> >>> As for getting the word out about compression, I was thinking about >>> writing a blog post on it. Does that address the concern you are >>> raising ? >>> >>> Thanks, >>> Neha >>> >>> On Mon, Oct 31, 2011 at 7:21 PM, Chris Burroughs >>> <[EMAIL PROTECTED]> wrote: >>>> On 10/31/2011 06:55 PM, Neha Narkhede wrote: >>>>> Chris, please could you elaborate a little more on this ? I think if >>>>> this is a small change, we can cut the RC today. >>>>> >>>> >>>> I think we ought to include a NEWS file for users upgading from a >>>> previous version. Projects varry in how they do this, some examples: >>>> - http://rsync.samba.org/ftp/rsync/src/rsync-3.0.9-NEWS>>>> - http://www.pcre.org/news.txt>>>> - http://svn.apache.org/viewvc/couchdb/tags/1.1.0/NEWS?view=markup>>>> - >>>> http://svn.apache.org/viewvc/cassandra/tags/cassandra-1.0.1/NEWS.txt?revision=1195406&view=markup>>>> >>>> I like Cassandra's example with "here are the bigest new features" and >>>> "things you need to know when upgrading". I think some of the others >>>> function more as change logs, which isn't what I'm after. >>>> >>>> So for example, in this case we should point out that the wire format >>>> has changed, their is a super cool compression feature, and you have to >>>> upgrade the consumers, brokers, producers in that order. Anything else? >>>> >> > >
|
|