dlmarion commented on code in PR #3180:
URL: https://github.com/apache/accumulo/pull/3180#discussion_r1099086779


##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -120,6 +120,16 @@ public enum Property {
           + " a comma or other reserved characters in a URI use standard URI 
hex"
           + " encoding. For example replace commas with %2C.",
       "1.6.0"),
+  INSTANCE_VOLUMES_CONFIG("instance.volumes.config.", null, 
PropertyType.PREFIX,
+      "Properties in this category are used to provide volume specific 
overrides to "
+          + "the general filesystem client configuration. Properties using 
this prefix "
+          + "should be in the form "
+          + 
"'instance.volumes.config.<volume-uri>.<property-name>=<property-value>. An "
+          + "example: "
+          + 
"'instance.volume.config.hdfs://namespace-a:8020/accumulo.dfs.client.hedged.read.threadpool.size=10'.
 "
+          + "Note that when specifying property names that contain colons in 
the properties "
+          + "files that the colons need to be escaped with a backslash.",
+      "2.1.1"),

Review Comment:
   Addressed in f34eb45.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to