dlmarion commented on code in PR #4589:
URL: https://github.com/apache/accumulo/pull/4589#discussion_r1613395827
##########
core/src/main/java/org/apache/accumulo/core/fate/MetaFateStore.java:
##########
@@ -356,9 +358,9 @@ protected FateInstanceType getInstanceType() {
}
@Override
- protected Stream<FateIdStatus> getTransactions() {
+ protected Stream<FateIdStatus> getTransactions(Set<TStatus> statuses) {
Review Comment:
If the changes in this PR are for performance, I wonder if we should turn
this stream back into a for loop.
--
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]