|
Ted Yu
2011-10-26, 18:04
Todd Lipcon
2011-10-26, 18:32
Ted Yu
2011-10-26, 18:37
Jonathan Hsieh
2011-10-26, 18:52
Ted Yu
2011-10-26, 18:58
Todd Lipcon
2011-10-26, 19:29
Ted Yu
2011-10-26, 19:32
Gary Helmling
2011-10-26, 19:34
Andrew Purtell
2011-10-26, 22:13
Gary Helmling
2011-10-26, 18:52
|
-
proposal for naming convention of patches for TRUNKTed Yu 2011-10-26, 18:04
Hi,
I am working with Giri on a filter that should help us avoid the following (see HBASE-4377): -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo against trunk revision . I am proposing the following convention: TRUNK patch filename should contain the word 'trunk' in a prominent manner - surrounded by either dash or dot. Valid examples are: <https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt> hbase-4377.trunk.v4.txt<https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt> <https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch> hbase-4377-trunk.v2.patch<https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch> <https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch> 0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch<https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch> This would allow Giri to write filter that correctly uploads patch for TRUNK to Jenkins for test build. Please provide your comments. +
Ted Yu 2011-10-26, 18:04
-
Re: proposal for naming convention of patches for TRUNKTodd Lipcon 2011-10-26, 18:32
I prefer to default to trunk, and require a -0.90 or -0.92 to
delineate a different branch. Most patches should be against trunk, so let's optimize for the common case. -Todd On Wed, Oct 26, 2011 at 11:04 AM, Ted Yu <[EMAIL PROTECTED]> wrote: > Hi, > I am working with Giri on a filter that should help us avoid the following > (see HBASE-4377): > > -1 overall. Here are the results of testing the latest attachment > http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo > against trunk revision . > > I am proposing the following convention: TRUNK patch filename should contain > the word 'trunk' in a prominent manner - surrounded by either dash or dot. > Valid examples are: > > <https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt> > hbase-4377.trunk.v4.txt<https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt> > <https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch> > hbase-4377-trunk.v2.patch<https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch> > <https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch> > 0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch<https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch> > > This would allow Giri to write filter that correctly uploads patch for TRUNK > to Jenkins for test build. > > Please provide your comments. > -- Todd Lipcon Software Engineer, Cloudera +
Todd Lipcon 2011-10-26, 18:32
-
Re: proposal for naming convention of patches for TRUNKTed Yu 2011-10-26, 18:37
How do we exclude non-patch attachments, such as
EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo<http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo>? Thanks On Wed, Oct 26, 2011 at 11:32 AM, Todd Lipcon <[EMAIL PROTECTED]> wrote: > I prefer to default to trunk, and require a -0.90 or -0.92 to > delineate a different branch. Most patches should be against trunk, so > let's optimize for the common case. > > -Todd > > On Wed, Oct 26, 2011 at 11:04 AM, Ted Yu <[EMAIL PROTECTED]> wrote: > > Hi, > > I am working with Giri on a filter that should help us avoid the > following > > (see HBASE-4377): > > > > -1 overall. Here are the results of testing the latest attachment > > > http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo > > against trunk revision . > > > > I am proposing the following convention: TRUNK patch filename should > contain > > the word 'trunk' in a prominent manner - surrounded by either dash or > dot. > > Valid examples are: > > > > < > https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt > > > > hbase-4377.trunk.v4.txt< > https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt > > > > < > https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch > > > > hbase-4377-trunk.v2.patch< > https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch > > > > < > https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch > > > > > 0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch< > https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch > > > > > > This would allow Giri to write filter that correctly uploads patch for > TRUNK > > to Jenkins for test build. > > > > Please provide your comments. > > > > > > -- > Todd Lipcon > Software Engineer, Cloudera > +
Ted Yu 2011-10-26, 18:37
-
Re: proposal for naming convention of patches for TRUNKJonathan Hsieh 2011-10-26, 18:52
Suggestion:
1) Don't run check if the apache inclusion flag isn't checked? 2) Require extension to be .diff, .patch, or .txt? Jon. On Wed, Oct 26, 2011 at 11:37 AM, Ted Yu <[EMAIL PROTECTED]> wrote: > How do we exclude non-patch attachments, such as > EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo< > http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo > >? > > Thanks > > On Wed, Oct 26, 2011 at 11:32 AM, Todd Lipcon <[EMAIL PROTECTED]> wrote: > > > I prefer to default to trunk, and require a -0.90 or -0.92 to > > delineate a different branch. Most patches should be against trunk, so > > let's optimize for the common case. > > > > -Todd > > > > On Wed, Oct 26, 2011 at 11:04 AM, Ted Yu <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I am working with Giri on a filter that should help us avoid the > > following > > > (see HBASE-4377): > > > > > > -1 overall. Here are the results of testing the latest attachment > > > > > > http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo > > > against trunk revision . > > > > > > I am proposing the following convention: TRUNK patch filename should > > contain > > > the word 'trunk' in a prominent manner - surrounded by either dash or > > dot. > > > Valid examples are: > > > > > > < > > > https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt > > > > > > hbase-4377.trunk.v4.txt< > > > https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt > > > > > > < > > > https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch > > > > > > hbase-4377-trunk.v2.patch< > > > https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch > > > > > > < > > > https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch > > > > > > > > > 0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch< > > > https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch > > > > > > > > > This would allow Giri to write filter that correctly uploads patch for > > TRUNK > > > to Jenkins for test build. > > > > > > Please provide your comments. > > > > > > > > > > > -- > > Todd Lipcon > > Software Engineer, Cloudera > > > -- // Jonathan Hsieh (shay) // Software Engineer, Cloudera // [EMAIL PROTECTED] +
Jonathan Hsieh 2011-10-26, 18:52
-
Re: proposal for naming convention of patches for TRUNKTed Yu 2011-10-26, 18:58
#1 is reasonable.
For #2, the following would be included for test validation: how-to-reproduce-the-problem.txt script-I-used.txt Just a few examples. On Wed, Oct 26, 2011 at 11:52 AM, Jonathan Hsieh <[EMAIL PROTECTED]> wrote: > Suggestion: > > 1) Don't run check if the apache inclusion flag isn't checked? > 2) Require extension to be .diff, .patch, or .txt? > > Jon. > > On Wed, Oct 26, 2011 at 11:37 AM, Ted Yu <[EMAIL PROTECTED]> wrote: > > > How do we exclude non-patch attachments, such as > > EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo< > > > http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo > > >? > > > > Thanks > > > > On Wed, Oct 26, 2011 at 11:32 AM, Todd Lipcon <[EMAIL PROTECTED]> wrote: > > > > > I prefer to default to trunk, and require a -0.90 or -0.92 to > > > delineate a different branch. Most patches should be against trunk, so > > > let's optimize for the common case. > > > > > > -Todd > > > > > > On Wed, Oct 26, 2011 at 11:04 AM, Ted Yu <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I am working with Giri on a filter that should help us avoid the > > > following > > > > (see HBASE-4377): > > > > > > > > -1 overall. Here are the results of testing the latest attachment > > > > > > > > > > http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo > > > > against trunk revision . > > > > > > > > I am proposing the following convention: TRUNK patch filename should > > > contain > > > > the word 'trunk' in a prominent manner - surrounded by either dash or > > > dot. > > > > Valid examples are: > > > > > > > > < > > > > > > https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt > > > > > > > > hbase-4377.trunk.v4.txt< > > > > > > https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt > > > > > > > > < > > > > > > https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch > > > > > > > > hbase-4377-trunk.v2.patch< > > > > > > https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch > > > > > > > > < > > > > > > https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch > > > > > > > > > > > > > > 0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch< > > > > > > https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch > > > > > > > > > > > > This would allow Giri to write filter that correctly uploads patch > for > > > TRUNK > > > > to Jenkins for test build. > > > > > > > > Please provide your comments. > > > > > > > > > > > > > > > > -- > > > Todd Lipcon > > > Software Engineer, Cloudera > > > > > > > > > -- > // Jonathan Hsieh (shay) > // Software Engineer, Cloudera > // [EMAIL PROTECTED] > +
Ted Yu 2011-10-26, 18:58
-
Re: proposal for naming convention of patches for TRUNKTodd Lipcon 2011-10-26, 19:29
Should be pretty easy to use grep to determine if a file is a patch or
not. Patch files have lines starting with "---" and "+++". On Wed, Oct 26, 2011 at 11:58 AM, Ted Yu <[EMAIL PROTECTED]> wrote: > #1 is reasonable. > > For #2, the following would be included for test validation: > > how-to-reproduce-the-problem.txt > script-I-used.txt > > Just a few examples. > > On Wed, Oct 26, 2011 at 11:52 AM, Jonathan Hsieh <[EMAIL PROTECTED]> wrote: > >> Suggestion: >> >> 1) Don't run check if the apache inclusion flag isn't checked? >> 2) Require extension to be .diff, .patch, or .txt? >> >> Jon. >> >> On Wed, Oct 26, 2011 at 11:37 AM, Ted Yu <[EMAIL PROTECTED]> wrote: >> >> > How do we exclude non-patch attachments, such as >> > EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo< >> > >> http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo >> > >? >> > >> > Thanks >> > >> > On Wed, Oct 26, 2011 at 11:32 AM, Todd Lipcon <[EMAIL PROTECTED]> wrote: >> > >> > > I prefer to default to trunk, and require a -0.90 or -0.92 to >> > > delineate a different branch. Most patches should be against trunk, so >> > > let's optimize for the common case. >> > > >> > > -Todd >> > > >> > > On Wed, Oct 26, 2011 at 11:04 AM, Ted Yu <[EMAIL PROTECTED]> wrote: >> > > > Hi, >> > > > I am working with Giri on a filter that should help us avoid the >> > > following >> > > > (see HBASE-4377): >> > > > >> > > > -1 overall. Here are the results of testing the latest attachment >> > > > >> > > >> > >> http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo >> > > > against trunk revision . >> > > > >> > > > I am proposing the following convention: TRUNK patch filename should >> > > contain >> > > > the word 'trunk' in a prominent manner - surrounded by either dash or >> > > dot. >> > > > Valid examples are: >> > > > >> > > > < >> > > >> > >> https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt >> > > > >> > > > hbase-4377.trunk.v4.txt< >> > > >> > >> https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt >> > > > >> > > > < >> > > >> > >> https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch >> > > > >> > > > hbase-4377-trunk.v2.patch< >> > > >> > >> https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch >> > > > >> > > > < >> > > >> > >> https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch >> > > > >> > > > >> > > >> > >> 0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch< >> > > >> > >> https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch >> > > > >> > > > >> > > > This would allow Giri to write filter that correctly uploads patch >> for >> > > TRUNK >> > > > to Jenkins for test build. >> > > > >> > > > Please provide your comments. >> > > > >> > > >> > > >> > > >> > > -- >> > > Todd Lipcon >> > > Software Engineer, Cloudera >> > > >> > >> >> >> >> -- >> // Jonathan Hsieh (shay) >> // Software Engineer, Cloudera >> // [EMAIL PROTECTED] >> > -- Todd Lipcon Software Engineer, Cloudera +
Todd Lipcon 2011-10-26, 19:29
-
Re: proposal for naming convention of patches for TRUNKTed Yu 2011-10-26, 19:32
Looping in Giri.
Giri: Do you think you have enough heuristics for the filter ? Thanks On Wed, Oct 26, 2011 at 12:29 PM, Todd Lipcon <[EMAIL PROTECTED]> wrote: > Should be pretty easy to use grep to determine if a file is a patch or > not. Patch files have lines starting with "---" and "+++". > > > On Wed, Oct 26, 2011 at 11:58 AM, Ted Yu <[EMAIL PROTECTED]> wrote: > > #1 is reasonable. > > > > For #2, the following would be included for test validation: > > > > how-to-reproduce-the-problem.txt > > script-I-used.txt > > > > Just a few examples. > > > > On Wed, Oct 26, 2011 at 11:52 AM, Jonathan Hsieh <[EMAIL PROTECTED]> > wrote: > > > >> Suggestion: > >> > >> 1) Don't run check if the apache inclusion flag isn't checked? > >> 2) Require extension to be .diff, .patch, or .txt? > >> > >> Jon. > >> > >> On Wed, Oct 26, 2011 at 11:37 AM, Ted Yu <[EMAIL PROTECTED]> wrote: > >> > >> > How do we exclude non-patch attachments, such as > >> > EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo< > >> > > >> > http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo > >> > >? > >> > > >> > Thanks > >> > > >> > On Wed, Oct 26, 2011 at 11:32 AM, Todd Lipcon <[EMAIL PROTECTED]> > wrote: > >> > > >> > > I prefer to default to trunk, and require a -0.90 or -0.92 to > >> > > delineate a different branch. Most patches should be against trunk, > so > >> > > let's optimize for the common case. > >> > > > >> > > -Todd > >> > > > >> > > On Wed, Oct 26, 2011 at 11:04 AM, Ted Yu <[EMAIL PROTECTED]> > wrote: > >> > > > Hi, > >> > > > I am working with Giri on a filter that should help us avoid the > >> > > following > >> > > > (see HBASE-4377): > >> > > > > >> > > > -1 overall. Here are the results of testing the latest attachment > >> > > > > >> > > > >> > > >> > http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo > >> > > > against trunk revision . > >> > > > > >> > > > I am proposing the following convention: TRUNK patch filename > should > >> > > contain > >> > > > the word 'trunk' in a prominent manner - surrounded by either dash > or > >> > > dot. > >> > > > Valid examples are: > >> > > > > >> > > > < > >> > > > >> > > >> > https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt > >> > > > > >> > > > hbase-4377.trunk.v4.txt< > >> > > > >> > > >> > https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt > >> > > > > >> > > > < > >> > > > >> > > >> > https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch > >> > > > > >> > > > hbase-4377-trunk.v2.patch< > >> > > > >> > > >> > https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch > >> > > > > >> > > > < > >> > > > >> > > >> > https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch > >> > > > > >> > > > > >> > > > >> > > >> > 0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch< > >> > > > >> > > >> > https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch > >> > > > > >> > > > > >> > > > This would allow Giri to write filter that correctly uploads patch > >> for > >> > > TRUNK > >> > > > to Jenkins for test build. > >> > > > > >> > > > Please provide your comments. > >> > > > > >> > > > >> > > > >> > > > >> > > -- > >> > > Todd Lipcon > >> > > Software Engineer, Cloudera > >> > > > >> > > >> > >> > >> > >> -- > >> // Jonathan Hsieh (shay) > >> // Software Engineer, Cloudera > >> // [EMAIL PROTECTED] > >> > > > > > > -- > Todd Lipcon > Software Engineer, Cloudera > +
Ted Yu 2011-10-26, 19:32
-
Re: proposal for naming convention of patches for TRUNKGary Helmling 2011-10-26, 19:34
Also should be possible to use the file command?
$ file HBASE-4680.txt HBASE-4680.txt: diff output text On Wed, Oct 26, 2011 at 12:32 PM, Ted Yu <[EMAIL PROTECTED]> wrote: > Looping in Giri. > > Giri: > Do you think you have enough heuristics for the filter ? > > Thanks > > On Wed, Oct 26, 2011 at 12:29 PM, Todd Lipcon <[EMAIL PROTECTED]> wrote: > >> Should be pretty easy to use grep to determine if a file is a patch or >> not. Patch files have lines starting with "---" and "+++". >> >> >> On Wed, Oct 26, 2011 at 11:58 AM, Ted Yu <[EMAIL PROTECTED]> wrote: >> > #1 is reasonable. >> > >> > For #2, the following would be included for test validation: >> > >> > how-to-reproduce-the-problem.txt >> > script-I-used.txt >> > >> > Just a few examples. >> > >> > On Wed, Oct 26, 2011 at 11:52 AM, Jonathan Hsieh <[EMAIL PROTECTED]> >> wrote: >> > >> >> Suggestion: >> >> >> >> 1) Don't run check if the apache inclusion flag isn't checked? >> >> 2) Require extension to be .diff, .patch, or .txt? >> >> >> >> Jon. >> >> >> >> On Wed, Oct 26, 2011 at 11:37 AM, Ted Yu <[EMAIL PROTECTED]> wrote: >> >> >> >> > How do we exclude non-patch attachments, such as >> >> > EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo< >> >> > >> >> >> http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo >> >> > >? >> >> > >> >> > Thanks >> >> > >> >> > On Wed, Oct 26, 2011 at 11:32 AM, Todd Lipcon <[EMAIL PROTECTED]> >> wrote: >> >> > >> >> > > I prefer to default to trunk, and require a -0.90 or -0.92 to >> >> > > delineate a different branch. Most patches should be against trunk, >> so >> >> > > let's optimize for the common case. >> >> > > >> >> > > -Todd >> >> > > >> >> > > On Wed, Oct 26, 2011 at 11:04 AM, Ted Yu <[EMAIL PROTECTED]> >> wrote: >> >> > > > Hi, >> >> > > > I am working with Giri on a filter that should help us avoid the >> >> > > following >> >> > > > (see HBASE-4377): >> >> > > > >> >> > > > -1 overall. Here are the results of testing the latest attachment >> >> > > > >> >> > > >> >> > >> >> >> http://issues.apache.org/jira/secure/attachment/12500832/EXT_ATU_05f84d32cbc0bdabf00e00bc2f3570f0.regioninfo >> >> > > > against trunk revision . >> >> > > > >> >> > > > I am proposing the following convention: TRUNK patch filename >> should >> >> > > contain >> >> > > > the word 'trunk' in a prominent manner - surrounded by either dash >> or >> >> > > dot. >> >> > > > Valid examples are: >> >> > > > >> >> > > > < >> >> > > >> >> > >> >> >> https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt >> >> > > > >> >> > > > hbase-4377.trunk.v4.txt< >> >> > > >> >> > >> >> >> https://issues.apache.org/jira/secure/attachment/12500830/hbase-4377.trunk.v4.txt >> >> > > > >> >> > > > < >> >> > > >> >> > >> >> >> https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch >> >> > > > >> >> > > > hbase-4377-trunk.v2.patch< >> >> > > >> >> > >> >> >> https://issues.apache.org/jira/secure/attachment/12497503/hbase-4377-trunk.v2.patch >> >> > > > >> >> > > > < >> >> > > >> >> > >> >> >> https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch >> >> > > > >> >> > > > >> >> > > >> >> > >> >> >> 0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch< >> >> > > >> >> > >> >> >> https://issues.apache.org/jira/secure/attachment/12499805/0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch >> >> > > > >> >> > > > >> >> > > > This would allow Giri to write filter that correctly uploads patch >> >> for >> >> > > TRUNK >> >> > > > to Jenkins for test build. >> >> > > > >> >> > > > Please provide your comments. >> >> > > > >> >> > > >> >> > > >> >> > > >> >> > > -- >> >> > > Todd Lipcon >> >> > > Software Engineer, Cloudera >> >> > > >> >> > >> >> >> >> >> >> >> >> -- >> >> // Jonathan Hsieh (shay) >> >> // Software Engineer, Cloudera >> >> // [EMAIL PROTECTED] +
Gary Helmling 2011-10-26, 19:34
-
Re: proposal for naming convention of patches for TRUNKAndrew Purtell 2011-10-26, 22:13
I'd say as this:
> From: Jonathan Hsieh <[EMAIL PROTECTED]> > Suggestion: > 1) Don't run check if the apache inclusion flag isn't checked? > 2) Require extension to be .diff, .patch, or .txt? > Jon. Plus 3) Assume patch is for TRUNK unless there's a branch version tag: "-0.90", "-0.92" - Andy +
Andrew Purtell 2011-10-26, 22:13
-
Re: proposal for naming convention of patches for TRUNKGary Helmling 2011-10-26, 18:52
> I prefer to default to trunk, and require a -0.90 or -0.92 to
> delineate a different branch. Most patches should be against trunk, so > let's optimize for the common case. > > -Todd +1 +
Gary Helmling 2011-10-26, 18:52
|