+1 (binding) Validated checksums of src and binary tarballs
Created a 20 node cluster using: CentOS 7.9 ZooKeeper 3.8.0 Hadoop 3.3.4 Accumulo 2.1.0-RC4 Performed the following tests: 1. Created the ci table configured with 200 splits, without encryption, and using external compactions for compactions over 128MB. a. 12 hours of 3 continuous ingest processes without agitation b. Ran verify using immediate consistency (tablet servers) c. Ran verify using eventual consistency (scan servers) NOTE: immediate and eventual returned the same counts, no UNDEFINED d. 12 hours of 3 continuous ingest processes with agitation e. Ran verify using immediate consistency (tablet servers) f. Ran verify using eventual consistency (scan servers) NOTE: immediate and eventual returned the same counts, no UNDEFINED 2. Created the ci table configured with 200 splits, with encryption, and using external compactions for compactions over 128MB and ran 24 hours of continuous ingest with 3 processes without agitation On Mon, Oct 31, 2022 at 8:26 AM Keith Turner <ke...@deenlo.com> wrote: > I ran a bulk random walk test for 4.5 days using commit 6099e81. The > RW bulk test was modified to continually loop, rerunning itself after > verify. Commit 6099e81 is almost the same as the commit for this RC, > the only diff being the version number (2.1.0-SNAPSHOT vs 2.1.0). The > test are running on a single VM accumulo instance setup by uno with 3 > tservers and 4 random walk processes. The test is still running and > looking great. I had wanted to run a test on a cluster, but kept > finding issues w/ bulk RW on a single VM so I did not get to that. > Curious if any others have done cluster testing w/ this RC. > > I see the release notes still need some work, I was planning to work > on that. Was thinking of working on the release notes after working on > #3045. > > On Thu, Oct 27, 2022 at 7:02 AM Christopher <ctubb...@apache.org> wrote: > > > > Accumulo Developers, > > > > Please consider the following candidate for Apache Accumulo 2.1.0. > > The only change since 2.1.0-rc3 was > > https://github.com/apache/accumulo/pull/3051 > > > > Git Commit: > > 706612f859d6e68891d487d624eda9ecf3fea7f9 > > Branch: > > 2.1.0-rc4 > > > > If this vote passes, a gpg-signed tag will be created using: > > git tag -f -s -m 'Apache Accumulo 2.1.0' rel/2.1.0 \ > > 706612f859d6e68891d487d624eda9ecf3fea7f9 > > > > Staging repo: > > > https://repository.apache.org/content/repositories/orgapacheaccumulo-1097 > > Source (official release artifact): > > > https://repository.apache.org/content/repositories/orgapacheaccumulo-1097/org/apache/accumulo/accumulo/2.1.0/accumulo-2.1.0-src.tar.gz > > Binary: > > > https://repository.apache.org/content/repositories/orgapacheaccumulo-1097/org/apache/accumulo/accumulo/2.1.0/accumulo-2.1.0-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.1.0-src.tar.gz.sha512 will contain: > > SHA512 (accumulo-2.1.0-src.tar.gz) = > > > 048a5520870ef7417570da9f084ba197b9982caafaca43558e63d58e0407b495d94acbb21acb478c307c25c4c3f6be03510d278acc55aa0cf500a55e9d923d8c > > accumulo-2.1.0-bin.tar.gz.sha512 will contain: > > SHA512 (accumulo-2.1.0-bin.tar.gz) = > > > 9bbc4defc114013f145e9e9fdd08683c842a29faaa01ea6e80555549a6aecef86ee6657cce23183b411a64c31123db682a6944e2825eef83c76fb5a91620235f > > > > Release notes (in progress) can be found at: > > https://accumulo.staged.apache.org/release/accumulo-2.1.0 > > > > 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.1.0 release of Apache Accumulo. > > > > This vote will remain open until at least Sun Oct 30 06:00:00 AM UTC > 2022. > > (Sun Oct 30 02:00:00 AM EDT 2022 / Sat Oct 29 11:00:00 PM PDT 2022) > > 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-1097/ > > # note the trailing slash is needed >