GitHub user ctubbsii opened a pull request:
https://github.com/apache/accumulo/pull/252
ACCUMULO-4084 ACCUMULO-4085 volumechooserenv
Adds some improvements to the VolumeChooserEnvironment, and creates a
"logger" scope so that VolumeChooser implementations can be configured to
choose volumes for WALs. (Expect an implementation of such a VolumeChooser in
an upcoming PR. I've separated it to make it easier to review.)
This PR depends on #250 (also included in this PR).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ctubbsii/accumulo
ACCUMULO-4084-ACCUMULO-4085-volumechooserenv
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/252.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #252
----
commit c22031a9c67769bb0a90cbeeb9e935dd8accafbc
Author: Christopher Tubbs <[email protected]>
Date: 2017-04-19T18:25:13Z
ACCUMULO-3384 support custom system props
Add a property prefix for custom system-wide properties
commit 6812c5efaf6eeee48df46074fc94cf506b5d364a
Author: Christopher Tubbs <[email protected]>
Date: 2017-04-19T18:33:22Z
ACCUMULO-4084 improve VolumeChooserEnvironment
Update the VolumeManager interface to take a VolumeChooserEnvironment, for
maintainability
commit a98cad348bede1fcf597ee1e28d4c8483420508c
Author: Christopher Tubbs <[email protected]>
Date: 2017-04-19T18:53:47Z
ACCUMULO-4085 Add non-table scope to chooser env
Create a non-table volume chooser scope in the volume chooser
environment to support choosing volumes for situations other than for
compacting a particular table.
Initially support a logger scope. Can add others as needed.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---