You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/08/22 14:27:48 UTC

[GitHub] [accumulo] dlmarion commented on a diff in pull request #2887: Print exceptions that cause the server process to exit to stderr

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


##########
start/src/main/java/org/apache/accumulo/start/Main.java:
##########
@@ -51,26 +51,23 @@ public static void main(final String[] args) throws Exception {
       var deprecatedConfClass = org.apache.accumulo.start.classloader.AccumuloClassLoader
           .getClassLoader().loadClass("org.apache.hadoop.conf.Configuration");
       confClass = deprecatedConfClass;
+      Object conf = null;

Review Comment:
   Redundant, but not an error / issue. I assume the compiler does the right thing. I didn't write it, I just moved lines around.



-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org