DomGarguilo opened a new pull request, #6442:
URL: https://github.com/apache/accumulo/pull/6442
* `WalStateManager.parse()` returned a `Pair<WalState,Path>`. This PR
replaces that with the new `public record WalStatePath(WalState state, Path
path)` which improves readability
* ba271c63f52c576780510849169ef4d5417dfa3c completed the bulk of this work
* 0e48e31358ebacf4621639e4d382b9cdd6829938 cleaned things up by replacing a
related Pair returned by another method with this new object.
* In this commit i also made an improvement by using `removeIf()` in
`GarbageCollectWriteAheadLogs.removeEntriesInUse()`
--
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]