Results 41 issues of Mike Miller

* Create table prefix properties for encrypting tables * Replace instance.crypto.service with instance.crypto.opts.factory for configuring a crypto factory per instance that returns services * Change scope in CryptoEnvironment to WAL,...

java: non-transient instance field of a serializable class declared with a non-serializable type These warnings will need to be fixed. Building with Java 18 showed the warnings in these classes:...

bug

I did some analysis of how well the JIT compiler optimizes Accumulo code by running tests locally in JMH and against a single local instance of Uno. To print what...

The javadoc for the compact method in `TableOperations` mentions behavior for a compaction strategy. For 2.1, compaction strategies have been deprecated and there is a good chance they will be...

blocker
bug

Changes taken from https://github.com/apache/accumulo/pull/2215 with some improvements.

It seems the lock contention due to the file limit in FileManager is still an issue in 1.9. This problem has been around since https://issues.apache.org/jira/browse/ACCUMULO-416 which is a prerequisite for...

Upgrade the Monitor to Bootstrap 5. https://getbootstrap.com/docs/5.0/getting-started/introduction/ We are currently on Bootstrap v3.4.1 (https://getbootstrap.com/). Files located under: `src/main/resources/org/apache/accumulo/monitor/resources/external/bootstrap`

enhancement

There have been many issues with the commons-vfs dependency over the years, most recently reported by https://github.com/apache/accumulo/issues/2775. It was suggested that a script could be used as an alternative to...

bug

Steps to reproduce: 1. Start a Uno Cluster with 2 tservers (I used commit b3ac225d43bacf86bb280be48de750c409f45e66) 2. Run RW Bulk test from [Accumulo Testing](https://github.com/apache/accumulo-testing). I ran the following command 4 times...

blocker
bug