accumulo
accumulo copied to clipboard
Apache Accumulo
Bootstrap version is now 5.0.2 and DataTables version is now 1.12.1.
In #1099 there are some lists of methods that have been reported as "hot method too big". This PR refactors some of those methods to make them smaller. After these...
Here is a draft PR with my in progress changes for #2692 so it can start being reviewed. I still need to do some more clean up (documentation and things),...
Also using a new enum type for the node names instead of String values. This closes #2841
* 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,...
This commit builds on the changes added in prior commits 8be98d6, 50b9267f, and 39bc7a0 to create a new server component that implements TabletHostingServer and uses the TabletScanClientService Thrift API to...
Changes in #2829 caused a problem in FateConcurrencyIT which might not have happened if the ZooStore get/set property method used an Enum instead of a String for the property name....