Phillippko commented on code in PR #4975: URL: https://github.com/apache/ignite-3/pull/4975#discussion_r1898197179
########## modules/transactions/src/test/java/org/apache/ignite/internal/tx/impl/OrphanDetectorTest.java: ########## @@ -107,7 +107,7 @@ public class OrphanDetectorTest extends BaseIgniteAbstractTest { private OrphanDetector orphanDetector; private static LockManager lockManager() { - HeapLockManager lockManager = new HeapLockManager(); + HeapLockManager lockManager = HeapLockManager.smallInstqnce(); Review Comment: SmallInstqnce -> smallInstance? -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org