You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by Ed Coleman <de...@etcoleman.com> on 2017/03/15 03:45:14 UTC

Accumulo 1.7.3 release notes preview

I have completed a first pass of the release notes - they are available at
https://github.com/EdColeman/accumulo/blob/1.7.3-release-notes/RELEASE.md
for review, if anyone is so inclined. 

One section that I do have questions on is the Upgrading section and if this
is what is desired according to
https://issues.apache.org/jira/browse/ACCUMULO-4496

Ed Coleman

-----Original Message-----
From: Ed Coleman [mailto:dev1@etcoleman.com] 
Sent: Monday, March 13, 2017 9:01 PM
To: dev@accumulo.apache.org
Subject: RE: [VOTE] Accumulo 1.7.3-rc2 - vote closed (passed)

The vote to release 1.7.3.rc2 has met the voting criteria (+72 hours, at
least 3 +1 votes) and has passed.  Vote results:

+1 - 3
 0 - 0
-1 - 0

I will begin working on the release notes and other release artifacts
forthwith.

Ed Coleman 

-----Original Message-----
From: Ed Coleman [mailto:dev1@etcoleman.com]
Sent: Friday, March 10, 2017 7:36 AM
To: dev@accumulo.apache.org
Subject: [VOTE] Accumulo 1.7.3-rc2

Accumulo Developers,

 

Please consider the following candidate for Accumulo 1.7.3. This candidate
contains two changes from 1.7.3-rc1:

 

-          https://issues.apache.org/jira/browse/ACCUMULO-4600 -  shell does
not fall back to accumulo-site.xml when on classpath.

-          https://issues.apache.org/jira/browse/ACCUMULO-4597  - NPE from
RFile PrintInfo

 

Git Commit:

    38d8a1d139eb21f0c9882be877db1b77aa1a45db

Branch:

    1.7.3-rc2

 

If this vote passes, a gpg-signed tag will be created using:

    git tag -f -m 'Apache Accumulo 1.7.3' -s rel/1.7.3
38d8a1d139eb21f0c9882be877db1b77aa1a45db

 

Staging repo:
https://repository.apache.org/content/repositories/orgapacheaccumulo-1065

Source (official release artifact):
https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/or
g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-src.tar.gz

Binary:
https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/or
g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-bin.tar.gz

(Append ".sha1", ".md5", or ".asc" to download the signature/hash for a
given artifact.)

 

All artifacts were built and staged with:

    mvn release:prepare && mvn release:perform

 

Signing keys are available at https://www.apache.org/dist/accumulo/KEYS

(Expected fingerprint: D87F9F417753D0C88598437EFC4368E0864BCC36)

 

Release notes (in progress) can be found at:
https://accumulo.apache.org/release_notes/1.7.3

 

Please vote one of:

[ ] +1 - I have verified and accept...

[ ] +0 - I have reservations, but not strong enough to vote against...

[ ] -1 - Because..., I do not accept...

... these artifacts as the 1.7.3 release of Apache Accumulo.

 

This vote will end on Mon Mar 13 13:00:00 UTC 2017

(Mon Mar 13 09:00:00 EDT 2017 / Mon Mar 13 06:00:00 PDT 2017)

 

Thanks!

 

P.S. Hint: download the whole staging repo with

    wget -erobots=off -r -l inf -np -nH \

 
https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/

    # note the trailing slash is needed




Re: Accumulo 1.7.3 release notes preview

Posted by Michael Wall <mj...@gmail.com>.
Ed,

Looks pretty good.  Couple of comments

Release notes link should be
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312121&version=12335841.
That won't change in jira after the release is finished.

Noticed the javadocs link (http://accumulo.apache.org/1.7/apidocs/) didn't
get updated for 1.7.2.  You will need do that too.  Same with examples.
Not sure much changes, but I have notes to get out on that.

Is the "Accumulo 1.7.3 Change Summary" just a copy of the tickets from the
release notes?  Maybe pick a few from there and add them to either Major
Changes or Other Notable Changes and then remove that section.

Thanks for putting this together.

Mike



On Wed, Mar 15, 2017 at 1:28 AM Josh Elser <jo...@gmail.com> wrote:

> Paragraph starting with "In the context of Accumulo" needs some work.
> Patch/maint release, not "minor". s/1.7.2/1.7.3/
>
> "System permission bug in Thrift Proxy" is missing some emphasis
>
> Upgrading section looks fine to me (as I recall it -- cc'ing Sean to dbl
> check)
>
> Great stuff, Ed!
>
> Ed Coleman wrote:
> > I have completed a first pass of the release notes - they are available
> at
> >
> https://github.com/EdColeman/accumulo/blob/1.7.3-release-notes/RELEASE.md
> > for review, if anyone is so inclined.
> >
> > One section that I do have questions on is the Upgrading section and if
> this
> > is what is desired according to
> > https://issues.apache.org/jira/browse/ACCUMULO-4496
> >
> > Ed Coleman
> >
> > -----Original Message-----
> > From: Ed Coleman [mailto:dev1@etcoleman.com]
> > Sent: Monday, March 13, 2017 9:01 PM
> > To: dev@accumulo.apache.org
> > Subject: RE: [VOTE] Accumulo 1.7.3-rc2 - vote closed (passed)
> >
> > The vote to release 1.7.3.rc2 has met the voting criteria (+72 hours, at
> > least 3 +1 votes) and has passed.  Vote results:
> >
> > +1 - 3
> >   0 - 0
> > -1 - 0
> >
> > I will begin working on the release notes and other release artifacts
> > forthwith.
> >
> > Ed Coleman
> >
> > -----Original Message-----
> > From: Ed Coleman [mailto:dev1@etcoleman.com]
> > Sent: Friday, March 10, 2017 7:36 AM
> > To: dev@accumulo.apache.org
> > Subject: [VOTE] Accumulo 1.7.3-rc2
> >
> > Accumulo Developers,
> >
> >
> >
> > Please consider the following candidate for Accumulo 1.7.3. This
> candidate
> > contains two changes from 1.7.3-rc1:
> >
> >
> >
> > -          https://issues.apache.org/jira/browse/ACCUMULO-4600 -  shell
> does
> > not fall back to accumulo-site.xml when on classpath.
> >
> > -          https://issues.apache.org/jira/browse/ACCUMULO-4597  - NPE
> from
> > RFile PrintInfo
> >
> >
> >
> > Git Commit:
> >
> >      38d8a1d139eb21f0c9882be877db1b77aa1a45db
> >
> > Branch:
> >
> >      1.7.3-rc2
> >
> >
> >
> > If this vote passes, a gpg-signed tag will be created using:
> >
> >      git tag -f -m 'Apache Accumulo 1.7.3' -s rel/1.7.3
> > 38d8a1d139eb21f0c9882be877db1b77aa1a45db
> >
> >
> >
> > Staging repo:
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065
> >
> > Source (official release artifact):
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/or
> > g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-src.tar.gz
> >
> > Binary:
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/or
> > g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-bin.tar.gz
> >
> > (Append ".sha1", ".md5", or ".asc" to download the signature/hash for a
> > given artifact.)
> >
> >
> >
> > All artifacts were built and staged with:
> >
> >      mvn release:prepare&&  mvn release:perform
> >
> >
> >
> > Signing keys are available at https://www.apache.org/dist/accumulo/KEYS
> >
> > (Expected fingerprint: D87F9F417753D0C88598437EFC4368E0864BCC36)
> >
> >
> >
> > Release notes (in progress) can be found at:
> > https://accumulo.apache.org/release_notes/1.7.3
> >
> >
> >
> > Please vote one of:
> >
> > [ ] +1 - I have verified and accept...
> >
> > [ ] +0 - I have reservations, but not strong enough to vote against...
> >
> > [ ] -1 - Because..., I do not accept...
> >
> > ... these artifacts as the 1.7.3 release of Apache Accumulo.
> >
> >
> >
> > This vote will end on Mon Mar 13 13:00:00 UTC 2017
> >
> > (Mon Mar 13 09:00:00 EDT 2017 / Mon Mar 13 06:00:00 PDT 2017)
> >
> >
> >
> > Thanks!
> >
> >
> >
> > P.S. Hint: download the whole staging repo with
> >
> >      wget -erobots=off -r -l inf -np -nH \
> >
> >
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/
> >
> >      # note the trailing slash is needed
> >
> >
> >
>

Re: Accumulo 1.7.3 release notes preview

Posted by Josh Elser <jo...@gmail.com>.
Paragraph starting with "In the context of Accumulo" needs some work. 
Patch/maint release, not "minor". s/1.7.2/1.7.3/

"System permission bug in Thrift Proxy" is missing some emphasis

Upgrading section looks fine to me (as I recall it -- cc'ing Sean to dbl 
check)

Great stuff, Ed!

Ed Coleman wrote:
> I have completed a first pass of the release notes - they are available at
> https://github.com/EdColeman/accumulo/blob/1.7.3-release-notes/RELEASE.md
> for review, if anyone is so inclined.
>
> One section that I do have questions on is the Upgrading section and if this
> is what is desired according to
> https://issues.apache.org/jira/browse/ACCUMULO-4496
>
> Ed Coleman
>
> -----Original Message-----
> From: Ed Coleman [mailto:dev1@etcoleman.com]
> Sent: Monday, March 13, 2017 9:01 PM
> To: dev@accumulo.apache.org
> Subject: RE: [VOTE] Accumulo 1.7.3-rc2 - vote closed (passed)
>
> The vote to release 1.7.3.rc2 has met the voting criteria (+72 hours, at
> least 3 +1 votes) and has passed.  Vote results:
>
> +1 - 3
>   0 - 0
> -1 - 0
>
> I will begin working on the release notes and other release artifacts
> forthwith.
>
> Ed Coleman
>
> -----Original Message-----
> From: Ed Coleman [mailto:dev1@etcoleman.com]
> Sent: Friday, March 10, 2017 7:36 AM
> To: dev@accumulo.apache.org
> Subject: [VOTE] Accumulo 1.7.3-rc2
>
> Accumulo Developers,
>
>
>
> Please consider the following candidate for Accumulo 1.7.3. This candidate
> contains two changes from 1.7.3-rc1:
>
>
>
> -          https://issues.apache.org/jira/browse/ACCUMULO-4600 -  shell does
> not fall back to accumulo-site.xml when on classpath.
>
> -          https://issues.apache.org/jira/browse/ACCUMULO-4597  - NPE from
> RFile PrintInfo
>
>
>
> Git Commit:
>
>      38d8a1d139eb21f0c9882be877db1b77aa1a45db
>
> Branch:
>
>      1.7.3-rc2
>
>
>
> If this vote passes, a gpg-signed tag will be created using:
>
>      git tag -f -m 'Apache Accumulo 1.7.3' -s rel/1.7.3
> 38d8a1d139eb21f0c9882be877db1b77aa1a45db
>
>
>
> Staging repo:
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065
>
> Source (official release artifact):
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/or
> g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-src.tar.gz
>
> Binary:
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/or
> g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-bin.tar.gz
>
> (Append ".sha1", ".md5", or ".asc" to download the signature/hash for a
> given artifact.)
>
>
>
> All artifacts were built and staged with:
>
>      mvn release:prepare&&  mvn release:perform
>
>
>
> Signing keys are available at https://www.apache.org/dist/accumulo/KEYS
>
> (Expected fingerprint: D87F9F417753D0C88598437EFC4368E0864BCC36)
>
>
>
> Release notes (in progress) can be found at:
> https://accumulo.apache.org/release_notes/1.7.3
>
>
>
> Please vote one of:
>
> [ ] +1 - I have verified and accept...
>
> [ ] +0 - I have reservations, but not strong enough to vote against...
>
> [ ] -1 - Because..., I do not accept...
>
> ... these artifacts as the 1.7.3 release of Apache Accumulo.
>
>
>
> This vote will end on Mon Mar 13 13:00:00 UTC 2017
>
> (Mon Mar 13 09:00:00 EDT 2017 / Mon Mar 13 06:00:00 PDT 2017)
>
>
>
> Thanks!
>
>
>
> P.S. Hint: download the whole staging repo with
>
>      wget -erobots=off -r -l inf -np -nH \
>
>
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/
>
>      # note the trailing slash is needed
>
>
>

Re: Accumulo 1.7.3 release notes preview

Posted by Josh Elser <jo...@gmail.com>.
Okie doke. Thanks, Ed. Feel free to send a note if life takes over and
you can't find the time.

On Mon, Mar 20, 2017 at 7:58 PM, Ed Coleman <de...@etcoleman.com> wrote:
> Hoping to get some time this week.
>
> -----Original Message-----
> From: Josh Elser [mailto:josh.elser@gmail.com]
> Sent: Monday, March 20, 2017 2:17 PM
> To: dev@accumulo.apache.org
> Subject: Re: Accumulo 1.7.3 release notes preview
>
> Anything else to do here, Ed? Need any help?
>
> Let's get 1.7.3 out the door :)
>
> Keith Turner wrote:
>> The release notes look good.
>>
>> On Tue, Mar 14, 2017 at 11:45 PM, Ed Coleman<de...@etcoleman.com>  wrote:
>>> I have completed a first pass of the release notes - they are
>>> available at
>>> https://github.com/EdColeman/accumulo/blob/1.7.3-release-notes/RELEAS
>>> E.md for review, if anyone is so inclined.
>>>
>>> One section that I do have questions on is the Upgrading section and
>>> if this is what is desired according to
>>> https://issues.apache.org/jira/browse/ACCUMULO-4496
>>>
>>> Ed Coleman
>>>
>>> -----Original Message-----
>>> From: Ed Coleman [mailto:dev1@etcoleman.com]
>>> Sent: Monday, March 13, 2017 9:01 PM
>>> To: dev@accumulo.apache.org
>>> Subject: RE: [VOTE] Accumulo 1.7.3-rc2 - vote closed (passed)
>>>
>>> The vote to release 1.7.3.rc2 has met the voting criteria (+72 hours,
>>> at least 3 +1 votes) and has passed.  Vote results:
>>>
>>> +1 - 3
>>>   0 - 0
>>> -1 - 0
>>>
>>> I will begin working on the release notes and other release artifacts
>>> forthwith.
>>>
>>> Ed Coleman
>>>
>>> -----Original Message-----
>>> From: Ed Coleman [mailto:dev1@etcoleman.com]
>>> Sent: Friday, March 10, 2017 7:36 AM
>>> To: dev@accumulo.apache.org
>>> Subject: [VOTE] Accumulo 1.7.3-rc2
>>>
>>> Accumulo Developers,
>>>
>>>
>>>
>>> Please consider the following candidate for Accumulo 1.7.3. This
>>> candidate contains two changes from 1.7.3-rc1:
>>>
>>>
>>>
>>> -          https://issues.apache.org/jira/browse/ACCUMULO-4600 -  shell does
>>> not fall back to accumulo-site.xml when on classpath.
>>>
>>> -          https://issues.apache.org/jira/browse/ACCUMULO-4597  - NPE from
>>> RFile PrintInfo
>>>
>>>
>>>
>>> Git Commit:
>>>
>>>      38d8a1d139eb21f0c9882be877db1b77aa1a45db
>>>
>>> Branch:
>>>
>>>      1.7.3-rc2
>>>
>>>
>>>
>>> If this vote passes, a gpg-signed tag will be created using:
>>>
>>>      git tag -f -m 'Apache Accumulo 1.7.3' -s rel/1.7.3
>>> 38d8a1d139eb21f0c9882be877db1b77aa1a45db
>>>
>>>
>>>
>>> Staging repo:
>>> https://repository.apache.org/content/repositories/orgapacheaccumulo-
>>> 1065
>>>
>>> Source (official release artifact):
>>> https://repository.apache.org/content/repositories/orgapacheaccumulo-
>>> 1065/or g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-src.tar.gz
>>>
>>> Binary:
>>> https://repository.apache.org/content/repositories/orgapacheaccumulo-
>>> 1065/or g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-bin.tar.gz
>>>
>>> (Append ".sha1", ".md5", or ".asc" to download the signature/hash for
>>> a given artifact.)
>>>
>>>
>>>
>>> All artifacts were built and staged with:
>>>
>>>      mvn release:prepare&&  mvn release:perform
>>>
>>>
>>>
>>> Signing keys are available at
>>> https://www.apache.org/dist/accumulo/KEYS
>>>
>>> (Expected fingerprint: D87F9F417753D0C88598437EFC4368E0864BCC36)
>>>
>>>
>>>
>>> Release notes (in progress) can be found at:
>>> https://accumulo.apache.org/release_notes/1.7.3
>>>
>>>
>>>
>>> Please vote one of:
>>>
>>> [ ] +1 - I have verified and accept...
>>>
>>> [ ] +0 - I have reservations, but not strong enough to vote against...
>>>
>>> [ ] -1 - Because..., I do not accept...
>>>
>>> ... these artifacts as the 1.7.3 release of Apache Accumulo.
>>>
>>>
>>>
>>> This vote will end on Mon Mar 13 13:00:00 UTC 2017
>>>
>>> (Mon Mar 13 09:00:00 EDT 2017 / Mon Mar 13 06:00:00 PDT 2017)
>>>
>>>
>>>
>>> Thanks!
>>>
>>>
>>>
>>> P.S. Hint: download the whole staging repo with
>>>
>>>      wget -erobots=off -r -l inf -np -nH \
>>>
>>>
>>> https://repository.apache.org/content/repositories/orgapacheaccumulo-
>>> 1065/
>>>
>>>      # note the trailing slash is needed
>>>
>>>
>>>
>

RE: Accumulo 1.7.3 release notes preview

Posted by Ed Coleman <de...@etcoleman.com>.
Hoping to get some time this week.

-----Original Message-----
From: Josh Elser [mailto:josh.elser@gmail.com] 
Sent: Monday, March 20, 2017 2:17 PM
To: dev@accumulo.apache.org
Subject: Re: Accumulo 1.7.3 release notes preview

Anything else to do here, Ed? Need any help?

Let's get 1.7.3 out the door :)

Keith Turner wrote:
> The release notes look good.
>
> On Tue, Mar 14, 2017 at 11:45 PM, Ed Coleman<de...@etcoleman.com>  wrote:
>> I have completed a first pass of the release notes - they are 
>> available at 
>> https://github.com/EdColeman/accumulo/blob/1.7.3-release-notes/RELEAS
>> E.md for review, if anyone is so inclined.
>>
>> One section that I do have questions on is the Upgrading section and 
>> if this is what is desired according to
>> https://issues.apache.org/jira/browse/ACCUMULO-4496
>>
>> Ed Coleman
>>
>> -----Original Message-----
>> From: Ed Coleman [mailto:dev1@etcoleman.com]
>> Sent: Monday, March 13, 2017 9:01 PM
>> To: dev@accumulo.apache.org
>> Subject: RE: [VOTE] Accumulo 1.7.3-rc2 - vote closed (passed)
>>
>> The vote to release 1.7.3.rc2 has met the voting criteria (+72 hours, 
>> at least 3 +1 votes) and has passed.  Vote results:
>>
>> +1 - 3
>>   0 - 0
>> -1 - 0
>>
>> I will begin working on the release notes and other release artifacts 
>> forthwith.
>>
>> Ed Coleman
>>
>> -----Original Message-----
>> From: Ed Coleman [mailto:dev1@etcoleman.com]
>> Sent: Friday, March 10, 2017 7:36 AM
>> To: dev@accumulo.apache.org
>> Subject: [VOTE] Accumulo 1.7.3-rc2
>>
>> Accumulo Developers,
>>
>>
>>
>> Please consider the following candidate for Accumulo 1.7.3. This 
>> candidate contains two changes from 1.7.3-rc1:
>>
>>
>>
>> -          https://issues.apache.org/jira/browse/ACCUMULO-4600 -  shell does
>> not fall back to accumulo-site.xml when on classpath.
>>
>> -          https://issues.apache.org/jira/browse/ACCUMULO-4597  - NPE from
>> RFile PrintInfo
>>
>>
>>
>> Git Commit:
>>
>>      38d8a1d139eb21f0c9882be877db1b77aa1a45db
>>
>> Branch:
>>
>>      1.7.3-rc2
>>
>>
>>
>> If this vote passes, a gpg-signed tag will be created using:
>>
>>      git tag -f -m 'Apache Accumulo 1.7.3' -s rel/1.7.3 
>> 38d8a1d139eb21f0c9882be877db1b77aa1a45db
>>
>>
>>
>> Staging repo:
>> https://repository.apache.org/content/repositories/orgapacheaccumulo-
>> 1065
>>
>> Source (official release artifact):
>> https://repository.apache.org/content/repositories/orgapacheaccumulo-
>> 1065/or g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-src.tar.gz
>>
>> Binary:
>> https://repository.apache.org/content/repositories/orgapacheaccumulo-
>> 1065/or g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-bin.tar.gz
>>
>> (Append ".sha1", ".md5", or ".asc" to download the signature/hash for 
>> a given artifact.)
>>
>>
>>
>> All artifacts were built and staged with:
>>
>>      mvn release:prepare&&  mvn release:perform
>>
>>
>>
>> Signing keys are available at 
>> https://www.apache.org/dist/accumulo/KEYS
>>
>> (Expected fingerprint: D87F9F417753D0C88598437EFC4368E0864BCC36)
>>
>>
>>
>> Release notes (in progress) can be found at:
>> https://accumulo.apache.org/release_notes/1.7.3
>>
>>
>>
>> Please vote one of:
>>
>> [ ] +1 - I have verified and accept...
>>
>> [ ] +0 - I have reservations, but not strong enough to vote against...
>>
>> [ ] -1 - Because..., I do not accept...
>>
>> ... these artifacts as the 1.7.3 release of Apache Accumulo.
>>
>>
>>
>> This vote will end on Mon Mar 13 13:00:00 UTC 2017
>>
>> (Mon Mar 13 09:00:00 EDT 2017 / Mon Mar 13 06:00:00 PDT 2017)
>>
>>
>>
>> Thanks!
>>
>>
>>
>> P.S. Hint: download the whole staging repo with
>>
>>      wget -erobots=off -r -l inf -np -nH \
>>
>>
>> https://repository.apache.org/content/repositories/orgapacheaccumulo-
>> 1065/
>>
>>      # note the trailing slash is needed
>>
>>
>>


Re: Accumulo 1.7.3 release notes preview

Posted by Josh Elser <jo...@gmail.com>.
Anything else to do here, Ed? Need any help?

Let's get 1.7.3 out the door :)

Keith Turner wrote:
> The release notes look good.
>
> On Tue, Mar 14, 2017 at 11:45 PM, Ed Coleman<de...@etcoleman.com>  wrote:
>> I have completed a first pass of the release notes - they are available at
>> https://github.com/EdColeman/accumulo/blob/1.7.3-release-notes/RELEASE.md
>> for review, if anyone is so inclined.
>>
>> One section that I do have questions on is the Upgrading section and if this
>> is what is desired according to
>> https://issues.apache.org/jira/browse/ACCUMULO-4496
>>
>> Ed Coleman
>>
>> -----Original Message-----
>> From: Ed Coleman [mailto:dev1@etcoleman.com]
>> Sent: Monday, March 13, 2017 9:01 PM
>> To: dev@accumulo.apache.org
>> Subject: RE: [VOTE] Accumulo 1.7.3-rc2 - vote closed (passed)
>>
>> The vote to release 1.7.3.rc2 has met the voting criteria (+72 hours, at
>> least 3 +1 votes) and has passed.  Vote results:
>>
>> +1 - 3
>>   0 - 0
>> -1 - 0
>>
>> I will begin working on the release notes and other release artifacts
>> forthwith.
>>
>> Ed Coleman
>>
>> -----Original Message-----
>> From: Ed Coleman [mailto:dev1@etcoleman.com]
>> Sent: Friday, March 10, 2017 7:36 AM
>> To: dev@accumulo.apache.org
>> Subject: [VOTE] Accumulo 1.7.3-rc2
>>
>> Accumulo Developers,
>>
>>
>>
>> Please consider the following candidate for Accumulo 1.7.3. This candidate
>> contains two changes from 1.7.3-rc1:
>>
>>
>>
>> -          https://issues.apache.org/jira/browse/ACCUMULO-4600 -  shell does
>> not fall back to accumulo-site.xml when on classpath.
>>
>> -          https://issues.apache.org/jira/browse/ACCUMULO-4597  - NPE from
>> RFile PrintInfo
>>
>>
>>
>> Git Commit:
>>
>>      38d8a1d139eb21f0c9882be877db1b77aa1a45db
>>
>> Branch:
>>
>>      1.7.3-rc2
>>
>>
>>
>> If this vote passes, a gpg-signed tag will be created using:
>>
>>      git tag -f -m 'Apache Accumulo 1.7.3' -s rel/1.7.3
>> 38d8a1d139eb21f0c9882be877db1b77aa1a45db
>>
>>
>>
>> Staging repo:
>> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065
>>
>> Source (official release artifact):
>> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/or
>> g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-src.tar.gz
>>
>> Binary:
>> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/or
>> g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-bin.tar.gz
>>
>> (Append ".sha1", ".md5", or ".asc" to download the signature/hash for a
>> given artifact.)
>>
>>
>>
>> All artifacts were built and staged with:
>>
>>      mvn release:prepare&&  mvn release:perform
>>
>>
>>
>> Signing keys are available at https://www.apache.org/dist/accumulo/KEYS
>>
>> (Expected fingerprint: D87F9F417753D0C88598437EFC4368E0864BCC36)
>>
>>
>>
>> Release notes (in progress) can be found at:
>> https://accumulo.apache.org/release_notes/1.7.3
>>
>>
>>
>> Please vote one of:
>>
>> [ ] +1 - I have verified and accept...
>>
>> [ ] +0 - I have reservations, but not strong enough to vote against...
>>
>> [ ] -1 - Because..., I do not accept...
>>
>> ... these artifacts as the 1.7.3 release of Apache Accumulo.
>>
>>
>>
>> This vote will end on Mon Mar 13 13:00:00 UTC 2017
>>
>> (Mon Mar 13 09:00:00 EDT 2017 / Mon Mar 13 06:00:00 PDT 2017)
>>
>>
>>
>> Thanks!
>>
>>
>>
>> P.S. Hint: download the whole staging repo with
>>
>>      wget -erobots=off -r -l inf -np -nH \
>>
>>
>> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/
>>
>>      # note the trailing slash is needed
>>
>>
>>

Re: Accumulo 1.7.3 release notes preview

Posted by Keith Turner <ke...@deenlo.com>.
The release notes look good.

On Tue, Mar 14, 2017 at 11:45 PM, Ed Coleman <de...@etcoleman.com> wrote:
> I have completed a first pass of the release notes - they are available at
> https://github.com/EdColeman/accumulo/blob/1.7.3-release-notes/RELEASE.md
> for review, if anyone is so inclined.
>
> One section that I do have questions on is the Upgrading section and if this
> is what is desired according to
> https://issues.apache.org/jira/browse/ACCUMULO-4496
>
> Ed Coleman
>
> -----Original Message-----
> From: Ed Coleman [mailto:dev1@etcoleman.com]
> Sent: Monday, March 13, 2017 9:01 PM
> To: dev@accumulo.apache.org
> Subject: RE: [VOTE] Accumulo 1.7.3-rc2 - vote closed (passed)
>
> The vote to release 1.7.3.rc2 has met the voting criteria (+72 hours, at
> least 3 +1 votes) and has passed.  Vote results:
>
> +1 - 3
>  0 - 0
> -1 - 0
>
> I will begin working on the release notes and other release artifacts
> forthwith.
>
> Ed Coleman
>
> -----Original Message-----
> From: Ed Coleman [mailto:dev1@etcoleman.com]
> Sent: Friday, March 10, 2017 7:36 AM
> To: dev@accumulo.apache.org
> Subject: [VOTE] Accumulo 1.7.3-rc2
>
> Accumulo Developers,
>
>
>
> Please consider the following candidate for Accumulo 1.7.3. This candidate
> contains two changes from 1.7.3-rc1:
>
>
>
> -          https://issues.apache.org/jira/browse/ACCUMULO-4600 -  shell does
> not fall back to accumulo-site.xml when on classpath.
>
> -          https://issues.apache.org/jira/browse/ACCUMULO-4597  - NPE from
> RFile PrintInfo
>
>
>
> Git Commit:
>
>     38d8a1d139eb21f0c9882be877db1b77aa1a45db
>
> Branch:
>
>     1.7.3-rc2
>
>
>
> If this vote passes, a gpg-signed tag will be created using:
>
>     git tag -f -m 'Apache Accumulo 1.7.3' -s rel/1.7.3
> 38d8a1d139eb21f0c9882be877db1b77aa1a45db
>
>
>
> Staging repo:
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065
>
> Source (official release artifact):
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/or
> g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-src.tar.gz
>
> Binary:
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/or
> g/apache/accumulo/accumulo/1.7.3/accumulo-1.7.3-bin.tar.gz
>
> (Append ".sha1", ".md5", or ".asc" to download the signature/hash for a
> given artifact.)
>
>
>
> All artifacts were built and staged with:
>
>     mvn release:prepare && mvn release:perform
>
>
>
> Signing keys are available at https://www.apache.org/dist/accumulo/KEYS
>
> (Expected fingerprint: D87F9F417753D0C88598437EFC4368E0864BCC36)
>
>
>
> Release notes (in progress) can be found at:
> https://accumulo.apache.org/release_notes/1.7.3
>
>
>
> Please vote one of:
>
> [ ] +1 - I have verified and accept...
>
> [ ] +0 - I have reservations, but not strong enough to vote against...
>
> [ ] -1 - Because..., I do not accept...
>
> ... these artifacts as the 1.7.3 release of Apache Accumulo.
>
>
>
> This vote will end on Mon Mar 13 13:00:00 UTC 2017
>
> (Mon Mar 13 09:00:00 EDT 2017 / Mon Mar 13 06:00:00 PDT 2017)
>
>
>
> Thanks!
>
>
>
> P.S. Hint: download the whole staging repo with
>
>     wget -erobots=off -r -l inf -np -nH \
>
>
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1065/
>
>     # note the trailing slash is needed
>
>
>