This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/3.1 by this push:
     new bf3e480662 removes unused property (#4948)
bf3e480662 is described below

commit bf3e480662b9ec40ff6bd241a4410d74b56b4670
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Mon Oct 7 11:08:53 2024 -0400

    removes unused property (#4948)
    
    The property instance.volumes.upgrade.relative was used by 2.1.0 upgrade
    code is no longer used and is removed in this change.
---
 core/src/main/java/org/apache/accumulo/core/conf/Property.java | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/core/src/main/java/org/apache/accumulo/core/conf/Property.java 
b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
index 38616cc220..9157fec5ff 100644
--- a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
+++ b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
@@ -171,11 +171,6 @@ public enum Property {
           + "other reserved characters in a URI use standard URI hex encoding. 
For "
           + "example replace commas with %2C.",
       "1.6.0"),
-  INSTANCE_VOLUMES_UPGRADE_RELATIVE("instance.volumes.upgrade.relative", "", 
PropertyType.STRING,
-      "The volume dfs uri containing relative tablet file paths. Relative 
paths may exist in the metadata from "
-          + "versions prior to 1.6. This property is only required if a 
relative path is detected "
-          + "during the upgrade process and will only be used once.",
-      "2.1.0"),
   @Experimental // interface uses unstable internal types, use with caution
   INSTANCE_SECURITY_AUTHENTICATOR("instance.security.authenticator",
       "org.apache.accumulo.server.security.handler.ZKAuthenticator", 
PropertyType.CLASSNAME,

Reply via email to