ctubbsii commented on a change in pull request #1819:
URL: https://github.com/apache/accumulo/pull/1819#discussion_r533714204



##########
File path: core/src/main/java/org/apache/accumulo/core/conf/Property.java
##########
@@ -1299,8 +1299,8 @@ public static boolean isClassProperty(String key) {
    */
   public static <T> T 
createTableInstanceFromPropertyName(AccumuloConfiguration conf,
       Property property, Class<T> base, T defaultInstance) {
-    String clazzName = conf.get(property);
-    String context = conf.get(TABLE_CLASSPATH);
+    String clazzName = conf.getWithoutWatch(property);
+    String context = conf.getWithoutWatch(TABLE_CLASSPATH);

Review comment:
       Yes, but that was just an example.




----------------------------------------------------------------
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.

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


Reply via email to