Lalant commented on code in PR #7428:
URL: https://github.com/apache/ignite-3/pull/7428#discussion_r2768458168


##########
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:
   Chose 2nd 



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