denis-chudov commented on code in PR #2918:
URL: https://github.com/apache/ignite-3/pull/2918#discussion_r1423833765


##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxManagerImpl.java:
##########
@@ -293,8 +293,8 @@ public TxStateMeta stateMeta(UUID txId) {
     }
 
     @Override
-    public @Nullable TxStateMeta updateTxMeta(UUID txId, Function<TxStateMeta, 
TxStateMeta> updater) {
-        return inBusyLock(busyLock, () -> 
txStateVolatileStorage.updateMeta(txId, oldMeta -> {

Review Comment:
   It is now in `txStateVolatileStorage`.



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