Re: [VOTE] Apache Accumulo 3.0.0-rc1

2023-08-15 Thread Christopher Shannon
+1 (binding) Some of the things I did for verification/testing locally: * Validated signatures and checksums * Verified license and notice files in archives * Verified source license headers with 'mvn apache-rat:check' * Built and ran all the sunny integration tests * Started up using Uno to make

Re: [VOTE] Apache Accumulo 3.0.0-rc1

2023-08-15 Thread Dave Marion
+1 * verified signatures and hashes * built from source tarball with no issues * Sunny day tests passed * Started instance locally. Ran ci until the disk was almost full. Ran scan, walk, batchwalk with no issues. * Looked at diff between 3.0 and 2.1 to look for changes that were not in the release

Re: [VOTE] Apache Accumulo 2.1.2-rc1

2023-08-15 Thread Dominic Garguilo
+1 I have: * verified hashes * verified psunny passes successfully On Mon, Aug 14, 2023 at 4:08 AM Christopher wrote: > Accumulo Developers, > > Please consider the following candidate for Apache Accumulo 2.1.2. > > Git Commit: > ee7ae63a823477b557aa9415a92653e95aa64cb1 > Branch: > 2.1

Re: [VOTE] Apache Accumulo 2.1.2-rc1

2023-08-15 Thread Mark Owens
+1 - verified hashes - verified sunny ITs - verified unit tests - built with Uno and verified basic functionality On Mon, Aug 14, 2023 at 6:30 PM Christopher Shannon < christopher.l.shan...@gmail.com> wrote: > +1 (binding) > > Some of the things I did for verification/testing locally: > > * Val