ekaterinadimitrova2 commented on a change in pull request #896:
URL: https://github.com/apache/cassandra/pull/896#discussion_r581232398
##########
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:
I think there is some confusion here, I just used your branch to start
Jenkins CI run. No rebase or squash was done on my end :-) That is the
difference with CircleCI, in Jenkins you can initiate run with anyone's fork
branches. No need to be your own one
----------------------------------------------------------------
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]