On Thu, Feb 11, 2016 at 2:03 PM, Christopher <ctubb...@apache.org> wrote:

> +1
>
> I didn't do jdiff, but I just did a quick review with:
> git diff 1.6.4 -- $(git diff 1.6.4 --name-status | egrep
> 'src/main/java/org/apache/accumulo/(core/client|core/data|minicluster)' |
>

should also check core/security ... I included that when running japi
compliance checker...


> grep -v /impl/ | awk '{print $2}')
> and saw mostly javadoc and formatting improvements, a few changes in
> implementations to fix bugs, and one new method which is static
> package-private. I saw nothing which would be of API concern.
>
> I also checked all signatures and hashes, checksums, contents of tarballs.
>
> I also ran full ITs with hadoop.profile=1 and hadoop.profile=2
> Found ACCUMULO-4139, but it's only a trivial test bug.
> Found ACCUMULO-4143, but not sure what's causing it yet. In any case, don't
> think it's enough to hold up a release.
>
> Other IT issues I ran into:
> ConditionalWriterIT.testTrace sometimes times out (>60s) and sometimes
> completes in <15s. It seems somewhat unstable, but passing. It seemed to be
> slower with hadoop 1, but that is not an objective statement.
> Accumulo3047IT.test also timed out once on my machine with hadoop 1, but
> couldn't reproduce.
>
> On Thu, Feb 11, 2016 at 11:57 AM Josh Elser <josh.el...@gmail.com> wrote:
>
> > Anyone run the jdiff yet against 1.6.4?
> >
> > Christopher wrote:
> > > Accumulo Developers,
> > >
> > > Please consider the following candidate for Accumulo 1.6.5.
> > >
> > > Git Commit:
> > >      2263fabd57e765ab14fc47a146b1e2d443e705ca
> > > Branch:
> > >      1.6.5-rc1
> > >
> > > If this vote passes, a gpg-signed tag will be created using:
> > >      git tag -f -m 'Apache Accumulo 1.6.5' -s rel/1.6.5
> > > 2263fabd57e765ab14fc47a146b1e2d443e705ca
> > >
> > > Staging repo:
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1047
> > > Source (official release artifact):
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1047/org/apache/accumulo/accumulo/1.6.5/accumulo-1.6.5-src.tar.gz
> > > Binary:
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1047/org/apache/accumulo/accumulo/1.6.5/accumulo-1.6.5-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: 8CC4F8A2B29C2B040F2B835D6F0CDAE700B6899D)
> > >
> > > Release notes (in progress) can be found at:
> > > https://accumulo.apache.org/release_notes/1.6.5
> > >
> > > 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.6.5 release of Apache Accumulo.
> > >
> > > This vote will end on Fri Feb 12 19:30:00 UTC 2016
> > > (Fri Feb 12 14:30:00 EST 2016 / Fri Feb 12 11:30:00 PST 2016)
> > >
> > > 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-1047/
> > >      # note the trailing slash is needed
> > >
> >
>

Reply via email to