Github user ctubbsii commented on the issue: https://github.com/apache/accumulo/pull/253 I rebase'd again, and updated to add an enum for scopes and to simplify VolumeChooserEnvironment a bit. Other work that needs to be completed: * per-table scope needs to use the table context for class loading. * need to fail if volume chosen is not in instance.volumes (it should always choose among the configured volumes) * need to support a global default in case per-table or scope-specific property is not set anywhere. if it is set, and fails to load, then it should simply fail. if it's not set, then it should try the global default (using the ChooserScope.DEFAULT and whatever property corresponds to that scope; property name depends on the chooser) * clean up / simplify property names
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---