mnpoonia commented on code in PR #8515:
URL: https://github.com/apache/hbase/pull/8515#discussion_r3781390434
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/coordination/ZKSplitLogManagerCoordination.java:
##########
@@ -58,8 +58,11 @@
import org.slf4j.LoggerFactory;
/**
- * ZooKeeper based implementation of {@link SplitLogManagerCoordination}
+ * ZooKeeper based implementation of {@link SplitLogManagerCoordination}.
Review Comment:
Could we make the replacement a Javadoc link? SplitWALManager is in
org.apache.hadoop.hbase.master, so use {@link
org.apache.hadoop.hbase.master.SplitWALManager}. This makes the migration
target navigable in generated API docs.
--
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]