anton-vinogradov commented on a change in pull request #8822:
URL: https://github.com/apache/ignite/pull/8822#discussion_r594251160
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxManager.java
##########
@@ -918,11 +917,9 @@ public GridNearTxLocal newTx(
*
* @param topVer Topology version.
* @param node Failed node.
- * @param filter Recovery filter.
* @return Future that will be completed when all affected transactions
are recovered.
*/
- public IgniteInternalFuture<Boolean>
recoverLocalTxs(AffinityTopologyVersion topVer, ClusterNode node,
- IgnitePredicate<IgniteInternalTx> filter) {
+ public IgniteInternalFuture<Boolean>
recoverLocalTxs(AffinityTopologyVersion topVer, ClusterNode node) {
Review comment:
Fixed
----------------------------------------------------------------
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]