bereng commented on a change in pull request #896:
URL: https://github.com/apache/cassandra/pull/896#discussion_r580781497



##########
File path: src/java/org/apache/cassandra/repair/RepairRunnable.java
##########
@@ -447,13 +448,14 @@ public ListenableFuture apply(List<RepairSessionResult> 
results)
                 return Futures.immediateFuture(null);
             }
         }, MoreExecutors.directExecutor());
-        Futures.addCallback(repairResult, new 
RepairCompleteCallback(parentSession, successfulRanges, startTime, traceState, 
hasFailure, executor), MoreExecutors.directExecutor());
+        Futures.addCallback(repairResult, new 
RepairCompleteCallback(parentSession, successfulRanges, preparedEndpoints, 
startTime, traceState, hasFailure, executor), MoreExecutors.directExecutor());

Review comment:
       Given @ekaterinadimitrova2 has already rebased and has a green CI I 
would decline the 2 nits. Otherwise I would have done them.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to