EdColeman commented on a change in pull request #2569:
URL: https://github.com/apache/accumulo/pull/2569#discussion_r830362940



##########
File path: 
core/src/main/java/org/apache/accumulo/core/conf/ConfigurationTypeHelper.java
##########
@@ -181,7 +181,7 @@ public static double getFraction(String str) {
     try {
       instance = getClassInstance(context, clazzName, base);
     } catch (RuntimeException | IOException | ReflectiveOperationException e) {
-      log.warn("Failed to load class {}", clazzName, e);
+      log.warn("Failed to load context: {} class: {}", context, clazzName, e);

Review comment:
       Fixed in fd25b0a703




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