With https://github.com/apache/fluo-uno/pull/265, I was able to get Accumulo 2.0.1 to work with ZooKeeper 3.6.2 just fine, by the way. It was a simple patch.
On Wed, Dec 23, 2020 at 3:20 PM Christopher <[email protected]> wrote: > +1 from me > > * Tested all ITs > * Verified sigs/hashes > * Every jar has source jar and javadoc jar > * Jars are sealed > * Jar manifests match the git commit > * Jars in the binary tarball's lib dir matches the staged jars > * Verified basic functionality with fluo-uno, Hadoop 3.3.0, and ZK 3.4.14 > > Two notes that I'll make sure get added to the release notes: > 1. Accumulo 2.0.x still assumes the CMS garbage collector in its default > config, and hard-coded in minicluster, which causes a problem trying to run > with JDK 15+. In 1.10, a constraint was added to the build to at least fail > fast if JDK 15+ was used to try to build, but that was not ported to 2.0.1. > 2.1.0-SNAPSHOT has better support for JDK 15+, so it's a non-issue in > future, but something to note in the release notes. > 2. Accumulo 1.10 included many classpath improvements to work better with > ZK 3.5+, but Accumulo 2.0.x does not include those changes, and still works > best with ZK 3.4.14. I'm sure it's possible to manually tweak the scripts > and make other changes to better support ZK 3.5+, but it just hasn't been > done for 2.0.x... only for 2.1.0-SNAPSHOT and 1.10.x. I think this is > acceptable, since 2.0.1 is a targeted backport, and not an LTM branch. > 2.1.0 will have better support for these when we can release that > (hopefully early 2021). > > > > On Wed, Dec 23, 2020 at 1:08 PM Billie Rinaldi <[email protected]> wrote: > >> +1 >> - checksums and signatures are good >> - diff between 2.0.0 and 2.0.1-rc1 looks good >> - unit tests and sunny ITs pass >> >> I noticed we need to do a license and notice review of the main branch, >> but >> I am not inclined to delay this release due to that. >> >> On Mon, Dec 21, 2020 at 1:39 PM Christopher <[email protected]> wrote: >> >> > Accumulo Developers, >> > >> > Please consider the following candidate for Apache Accumulo 2.0.1. >> > >> > Git Commit: >> > 76247b1739dd3042cb2d959a7a99f0cf1bcb1324 >> > Branch: >> > 2.0.1-rc1 >> > >> > If this vote passes, a gpg-signed tag will be created using: >> > git tag -f -s -m 'Apache Accumulo 2.0.1' rel/2.0.1 \ >> > 76247b1739dd3042cb2d959a7a99f0cf1bcb1324 >> > >> > Staging repo: >> > >> https://repository.apache.org/content/repositories/orgapacheaccumulo-1091 >> > Source (official release artifact): >> > >> > >> https://repository.apache.org/content/repositories/orgapacheaccumulo-1091/org/apache/accumulo/accumulo/2.0.1/accumulo-2.0.1-src.tar.gz >> > Binary: >> > >> > >> https://repository.apache.org/content/repositories/orgapacheaccumulo-1091/org/apache/accumulo/accumulo/2.0.1/accumulo-2.0.1-bin.tar.gz >> > >> > Append ".asc" to download the cryptographic signature for a given >> artifact. >> > (You can also append ".sha1" or ".md5" instead in order to verify the >> > checksums >> > generated by Maven to verify the integrity of the Nexus repository >> staging >> > area.) >> > >> > Signing keys are available at https://www.apache.org/dist/accumulo/KEYS >> > (Expected fingerprint: 8CC4F8A2B29C2B040F2B835D6F0CDAE700B6899D) >> > >> > In addition to the tarballs and their signatures, the following checksum >> > files will be added to the dist/release SVN area after release: >> > accumulo-2.0.1-src.tar.gz.sha512 will contain: >> > SHA512 (accumulo-2.0.1-src.tar.gz) = >> > >> > >> 4dbd765a234b87c46be6f92100c928e8402b2b03e707e666ec83531ab096de3871140b17e9ff1b1bce79c864771c9e908a79637c3be88f210f6f09a5e48b75fd >> > accumulo-2.0.1-bin.tar.gz.sha512 will contain: >> > SHA512 (accumulo-2.0.1-bin.tar.gz) = >> > >> > >> b443839443a9f5098b55bc5c54be10c11fedbaea554ee6cd42eaa9311068c70bd611d7fc67698c91ec73da0e85b9907aa72b98d5eb4d49ea3a5d51b0c6c5785f >> > >> > Release notes (in progress) can be found at: >> > https://accumulo.staged.apache.org/release/accumulo-2.0.1 >> > >> > Release testing instructions: >> > https://accumulo.apache.org/contributor/verifying-release >> > >> > 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 2.0.1 release of Apache Accumulo. >> > >> > This vote will remain open until at least Thu 24 Dec 2020 07:00:00 PM >> UTC. >> > (Thu 24 Dec 2020 02:00:00 PM EST / Thu 24 Dec 2020 11:00:00 AM PST) >> > Voting can continue after this deadline until the release manager >> > sends an email ending the vote. >> > >> > 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-1091/ >> > # note the trailing slash is needed >> > >> >
