Dave Marion
Dave Marion
For a major compaction on a tablet, if we captured: 1. the set of input files 2. the output file 3. the configuration (iterators, etc) 4. the read offsets in...
MetricsUtil in the elasticity branch contains a formatString method. In this method it has the following code to handle camel case values in the metric names: ``` // Handle camelCase...
TabletManagementParameters was still using a List for volume replacements serialization. This was changed to a Map in other places of the code because there was an issue with Gson serialization....
Determine what kind of metrics should be emitted so that external resource schedulers (e.g., [HPA](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/), [KEDA](https://keda.sh/), etc.) can add or remove compute resources based on demand. For example, external compactor...
**Describe the bug** Calling the method will stop all servers of the type **Versions (OS, Maven, Java, and others, as appropriate):** - Affected version(s) of this project: 2.0+
Currently compactors are started for the following groups for the ITs: `default`, `accumulo_meta`, `user_small`, and `user_large`. This is due to the default values for the planner properties. The root and...
I have modified the Manager code in the following ways. 1. Modified each Manager to put its address in ZooKeeper (at `ZMANAGERS/`), just like the other services do 2. Modified...
Modify the utility, or the `accumulo` command, so that the utility can be run via the `accumulo` command. This should probably only work for the `accumulo admin` command.
#3926 removed this property. Modify the upgrader to fail if the property is set. We may want to consider just generically failing the upgrade if any property is set that...