sanpwc commented on code in PR #3469:
URL: https://github.com/apache/ignite-3/pull/3469#discussion_r1539398720
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/VolatileTxStateMetaStorage.java:
##########
@@ -100,4 +104,65 @@ public TxStateMeta state(UUID txId) {
public Collection<TxStateMeta> states() {
return txStateMap.values();
}
+
+ /**
+ * Locally vacuums no longer needed transactional resource.
+ * For each finished (COMMITED or ABORTED) transactions:
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]