zstan commented on code in PR #13298:
URL: https://github.com/apache/ignite/pull/13298#discussion_r3528752166


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxManager.java:
##########
@@ -3134,13 +3133,16 @@ private TxRecoveryInitRunnable(ClusterNode node) {
                         sendTxSalvage(tx, evtNodeId);
                     }
 
+                    Supplier<Boolean> fullSyncedOp = () -> 
tx.writeEntries().stream().map(e ->
+                        
cctx.cacheContext(e.cacheId())).allMatch(GridCacheContext::syncCommit);

Review Comment:
   i fill not deep comment, if it\`s not enough - i need to dig deeper.
   other -seems fixed, locally tests are ok



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

Reply via email to