sk0x50 commented on code in PR #7428:
URL: https://github.com/apache/ignite-3/pull/7428#discussion_r2768891464
##########
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java:
##########
@@ -1048,6 +1049,8 @@ public class IgniteImpl implements Ignite {
LockManager lockMgr = new HeapLockManager(systemConfiguration,
txStateVolatileStorage);
// TODO: IGNITE-19344 - use nodeId that is validated on join (and
probably generated differently).
+ TransactionMetricsSource txMetrics = new
TransactionMetricsSource(clockService);
Review Comment:
:ok_hand:
--
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]