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



##########
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:
       @ctubbsii is this what you are referring to for the per table context 
classpath?  This method is called in these places:
   
   - PerTableVolumeChooser.java for TABLE_VOLUME_CHOOSER
   - Tablet.java for      TABLE_COMPACTION_STRATEGY
   - TabletServerResourceManager.java for     TABLE_COMPACTION_STRATEGY
   




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