Vladislav Pyatkov created IGNITE-24223: ------------------------------------------
Summary: Heap lock manager can use empty slot not properly Key: IGNITE-24223 URL: https://issues.apache.org/jira/browse/IGNITE-24223 Project: Ignite Issue Type: Bug Reporter: Vladislav Pyatkov h3. Motivation There is an invalid assert: {code:java|title=HeapLockManager.java} ... v = empty.poll(); if (v == null) { res[0] = slots[index]; assert !res[0].markedForRemove; ... {code} h3. Definition of done Fixed the branch where the empty slots queue returns {{null}}. -- This message was sent by Atlassian Jira (v8.20.10#820010)