+1 Created a 12 node (9 workers) cluster with ec2 using fluo-muchos. Ran CI without agitator for 27~ hours. Verify completed successfully without any undefined nodes. Hadoop 2.10.0 and zookeeper 3.6.1 and Java 11. I forgot to copy down the specific stats on the amount ingested.
* Ran random-walk LongClean.xml for albeit a shorter amount of time than normal. Approximately 7 hours. Everything was successful and no out of the ordinary issues. * Ran and successfully completed the Sunny day tests locally. * Verified checksum and signature keys. On Sun, Dec 20, 2020 at 2:40 PM karthick rn <[email protected]> wrote: > +1 > > * Used 1.10.1-rc1 binary tarball in fluo-muchos and created a 12 node (10 > workers) cluster on Azure. Started CI with agitator & had it run for ~36 > hrs, it ingested approx 50 billion records occupying 2 TB of disk space > without replication. > Ran the verify MR job (after stopping agitator & ingest) and ensured there > are no UNDEFINED nodes. For the test, I have used Hadoop 2.10.1, Zookeeper > 3.5.8, Java 8, CentOS 7.5. > > org.apache.accumulo.test.continuous.ContinuousVerify$Counts > REFERENCED=50488657922 > UNREFERENCED=10002015 > > * Verified the checksum of both source and binary tarballs > * Verified the signature & fingerprint key of both source and binary > tarballs > > Thanks, > Karthick > > On Sat, 19 Dec 2020 at 23:54, <[email protected]> wrote: > > > +1 > > > > Verified signatures and commit hash > > Clean build and sunny day ITs passed > > > > -----Original Message----- > > From: Christopher <[email protected]> > > Sent: Thursday, December 17, 2020 5:27 PM > > To: accumulo-dev <[email protected]> > > Subject: [VOTE] Apache Accumulo 1.10.1-rc1 > > > > Accumulo Developers, > > > > Please consider the following candidate for Apache Accumulo 1.10.1. > > > > Git Commit: > > 2ede18d4d00e48300e289666069aaa44ec341ff6 > > Branch: > > 1.10.1-rc1 > > > > If this vote passes, a gpg-signed tag will be created using: > > git tag -f -s -m 'Apache Accumulo 1.10.1' rel/1.10.1 \ > > 2ede18d4d00e48300e289666069aaa44ec341ff6 > > > > Staging repo: > > > https://repository.apache.org/content/repositories/orgapacheaccumulo-1089 > > Source (official release artifact): > > > > > https://repository.apache.org/content/repositories/orgapacheaccumulo-1089/org/apache/accumulo/accumulo/1.10.1/accumulo-1.10.1-src.tar.gz > > Binary: > > > > > https://repository.apache.org/content/repositories/orgapacheaccumulo-1089/org/apache/accumulo/accumulo/1.10.1/accumulo-1.10.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-1.10.1-src.tar.gz.sha512 will contain: > > SHA512 (accumulo-1.10.1-src.tar.gz) = > > > > > 56002bc4a79f4b2a2755fea9b84665c846659d5f56f78c71d1c5fecb29945ab889735a74525083f004d740f48c5c2aa5b1b481b2b5ba7f75ba06698a151600cf > > accumulo-1.10.1-bin.tar.gz.sha512 will contain: > > SHA512 (accumulo-1.10.1-bin.tar.gz) = > > > > > cd613d042f9509aa4f6887eb70af48267c680fe21b463a7967ba0bd7d6688610ecad33073f916e8969243d1f2111773ecd57c8e09efae683c31c09428d93cd03 > > > > Release notes (in progress) can be found at: > > https://accumulo.staged.apache.org/release/accumulo-1.10.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 1.10.1 release of Apache Accumulo. > > > > This vote will remain open until at least Sun 20 Dec 2020 10:30:00 PM > UTC. > > (Sun 20 Dec 2020 05:30:00 PM EST / Sun 20 Dec 2020 02:30:00 PM 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-1089/ > > # note the trailing slash is needed > > > > >
