Apache9 commented on code in PR #6856:
URL: https://github.com/apache/hbase/pull/6856#discussion_r2044859030
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/RecoveredReplicationSource.java:
##########
@@ -104,7 +106,30 @@ public void locateRecoveredPaths(String walGroupId) throws
IOException {
// didn't find a new location
LOG.error(
String.format("WAL Path %s doesn't exist and couldn't find its new
location", path));
- newPaths.add(path);
+ Path walPath = path;
+ if (
Review Comment:
So for RecoveredReplicationSource, we could get a Path under the oldWALs
directory? This is by design?
--
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]