ctubbsii commented on code in PR #4085:
URL: https://github.com/apache/accumulo/pull/4085#discussion_r1431044124
##########
server/manager/src/main/java/org/apache/accumulo/manager/recovery/RecoveryManager.java:
##########
@@ -156,72 +156,68 @@ private boolean exists(final Path path) throws
IOException {
}
}
- public boolean recoverLogs(KeyExtent extent, Collection<Collection<String>>
walogs)
- throws IOException {
+ public boolean recoverLogs(KeyExtent extent, Collection<LogEntry> walogs)
throws IOException {
Review Comment:
Protip: this diff looks bigger than it is in GitHub. Best to ignore
whitespace / indentation while comparing for a more friendly view.
--
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]