DomGarguilo commented on code in PR #6442:
URL: https://github.com/apache/accumulo/pull/6442#discussion_r3481902507
##########
server/base/src/main/java/org/apache/accumulo/server/util/checkCommand/SystemConfigCheckRunner.java:
##########
@@ -195,10 +194,10 @@ private static boolean checkZKWALsMetadata(ServerContext
context) throws Excepti
return status;
}
- private static Map<TServerInstance,Set<Pair<WalStateManager.WalState,Path>>>
- gatherWalsFromZK(ServerContext context, ZooReaderWriter zrw) throws
Exception {
+ private static Map<TServerInstance,Set<WalStatePath>>
gatherWalsFromZK(ServerContext context,
+ ZooReaderWriter zrw) throws Exception {
final var rootWalsDir = WalStateManager.ZWALS;
- Map<TServerInstance,Set<Pair<WalStateManager.WalState,Path>>> wals = new
HashMap<>();
+ Map<TServerInstance,Set<WalStatePath>> wals = new HashMap<>();
Review Comment:
Yea you're right. added both suggestion changes to 2dbc77b
--
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]