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



##########
File path: core/src/main/java/org/apache/accumulo/core/conf/Property.java
##########
@@ -292,7 +292,7 @@
       PropertyType.TIMEDURATION,
       "The amount of time to wait after requesting a write-ahead log to be 
recovered"),
   MANAGER_WALOG_CLOSER_IMPLEMETATION("manager.walog.closer.implementation",
-      "org.apache.accumulo.server.master.recovery.HadoopLogCloser", 
PropertyType.CLASSNAME,
+      "org.apache.accumulo.server.manager.recovery.HadoopLogCloser", 
PropertyType.CLASSNAME,

Review comment:
       Since the old class name was user-facing as a default property value, 
should we keep a compatibility implementation for that one also?




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