This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 94f4009429 remove upgrade code for versions before 2.1 (#3160) add 401270ada6 Enable users to provide per-volume Hadoop Filesystem overrides (#3180) new 0f65561e98 Merge branch '2.1' The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/accumulo/core/conf/Property.java | 10 ++ .../miniclusterImpl/MiniAccumuloClusterImpl.java | 5 + .../miniclusterImpl/MiniAccumuloConfigImpl.java | 24 ++++ .../accumulo/server/fs/VolumeManagerImpl.java | 60 ++++++++- .../accumulo/server/fs/VolumeManagerImplTest.java | 137 +++++++++++++++++++ .../org/apache/accumulo/test/VolumeManagerIT.java | 147 +++++++++++++++++++++ 6 files changed, 381 insertions(+), 2 deletions(-) create mode 100644 test/src/main/java/org/apache/accumulo/test/VolumeManagerIT.java