Daniel Roberts

Results 57 issues of Daniel Roberts

When implementing a bind mount for /tmp, the openscap checks fail for the noexec,nosuid,and nodev permission settings for /tmp mount. While the permissions are set correctly it appears that the...

bug
1.2

Removes the compaction properties from the code and moves them to the accumulo.properties file to simplify the encoded accumulo configuration. closes #3981 Moves deprecated rate limit property under the new...

**Is your feature request related to a problem? Please describe.** There are a number of compaction service properties that are required for the system to function. They have been placed...

enhancement

We currently create three compaction services for `root`, `meta`, and a `default` compaction service for a running instance of accumulo. If the DefaultCompactionPlanner is modified to use table names in...

enhancement

**Is your feature request related to a problem? Please describe.** It is currently impossible to validate properties if they are set individually but are dependent on each other. We run...

enhancement

**Is your feature request related to a problem? Please describe.** Currently a compaction queue can be added to multiple compaction planners. This is an issue since compaction job maxSizes and...

enhancement

This change deprecates the internal compaction feature in accumulo and also introduces classes that will help to migrate off the extensive use of "external" once the internal compaction feature is...

Priority Queue metrics were added in #3551 along with the CompactionPriorityQueueMetricsIT test. This IT should be expanded to test metrics from multiple queues to ensure that queue metrics are independent...

enhancement

In elasticity, the coordinator has been collapsed into the manager to reduce complexity around running number of different accumulo servers. As we have standardized on using external compactions and deprecated...

enhancement

**Is your feature request related to a problem? Please describe.** We currently don't have great documentation for using scan servers. **Describe the solution you'd like** A blog post should be...

enhancement