This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 2fa2d20b52 documents delete rows removes splits (#5371) add 46c4c37646 Adds validation for instance.volumes property (#5365) new 410ece4e14 Merge branch '3.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: .../core/conf/ConfigurationTypeHelper.java | 51 ++++++++++++++++++++++ .../org/apache/accumulo/core/conf/Property.java | 2 +- .../apache/accumulo/core/conf/PropertyType.java | 33 +++++++++++--- .../accumulo/core/volume/VolumeConfiguration.java | 32 ++------------ .../core/conf/ConfigurationTypeHelperTest.java | 50 +++++++++++++++++++++ .../accumulo/core/conf/PropertyTypeTest.java | 11 +++++ .../core/volume/VolumeConfigurationTest.java | 42 ++++++++++++++++++ 7 files changed, 185 insertions(+), 36 deletions(-) create mode 100644 core/src/test/java/org/apache/accumulo/core/volume/VolumeConfigurationTest.java