I’ve been working through the release testing instructions and haven’t run
into any issues so far with the unit or integration tests. I set up an
Accumulo 2.1.4 instance using Fluo Uno and tested some basic functionality
by connecting it to a modified version of the Accumulo Proxy, which is
connected to a small app that performs read and write operations.
Everything looks good so far. I'm going to try to see if I can reproduce
the issue Keith ran into.

On Wed, Jul 2, 2025 at 11:07 AM Keith Turner <ke...@deenlo.com> wrote:

> Spun up a single node instance using the bin tgz from the staging repo and
> built accumulo testing against the jars in the staging repo.  Then did a
> short successful run of continuous ingest and bulk random walk which were
> both successful.  Tried running a bulk random walk test with external
> compactions and the test eventually hung.  Tracked down the cause to a
> single tablet that a user initiated compaction needed to compact which was
> never compacting.  This caused the test to stall.  Not sure why this
> happened still, looking into it.  I am not sure if this is reproducible or
> a new issue in 2.1.4, not sure if any random walk test have ever been run
> w/ external compactions.
>
> On Sat, Jun 28, 2025 at 12:02 AM Christopher <ctubb...@apache.org> wrote:
>
> > Accumulo Developers,
> >
> > This is a test release candidate only. There is no need to vote.
> > However, please consider using this for testing purposes, to provide
> > feedback on the current state of 2.1.4-SNAPSHOT, so we can prepare a
> > real release candidate soon. Please disregard further references to
> > voting contained in this email. This is a test release candidate only
> > and there is no need to vote.
> >
> > Git Commit:
> >     254dafa2c58728fdad306d01c628c0e8d4e9ef69
> > Branch:
> >     2.1.4-rc0
> >
> > If this vote passes, a gpg-signed tag will be created using:
> >     git tag -f -s -m 'Apache Accumulo 2.1.4' rel/2.1.4 \
> >     254dafa2c58728fdad306d01c628c0e8d4e9ef69
> >
> > Staging repo:
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1114
> > Source (official release artifact):
> >
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1114/org/apache/accumulo/accumulo/2.1.4/accumulo-2.1.4-src.tar.gz
> > Binary:
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1114/org/apache/accumulo/accumulo/2.1.4/accumulo-2.1.4-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.4-src.tar.gz.sha512 will contain:
> > SHA512 (accumulo-2.1.4-src.tar.gz) =
> >
> >
> 89400c367e2677eb6ecaf8614389eb2e4ec2fd5737b443d9f5c285af5c54a100c3b00187e222f9f3729681b0c76e68050d668b516098fe50013bf0bf427c6813
> > accumulo-2.1.4-bin.tar.gz.sha512 will contain:
> > SHA512 (accumulo-2.1.4-bin.tar.gz) =
> >
> >
> 3ab6f439df5a76f0d9d5e891bfa2cd61b35a6a427255a852c632cc29e3362df9774eed92887fd47c5d0916c7bfaeea9a17498da0c897ac76ab5fcb10e968e19c
> >
> > Release notes (in progress) can be found at:
> > https://accumulo.apache.org/release/accumulo-2.1.4
> >
> > 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.4 release of Apache Accumulo.
> >
> > This vote will remain open until at least Tue Jul  1 04:00:00 AM UTC
> 2025.
> > (Tue Jul  1 12:00:00 AM EDT 2025 / Mon Jun 30 09:00:00 PM PDT 2025)
> > 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-1114/
> >     # note the trailing slash is needed
> >
>

Reply via email to