Performance analysis revealed that index node management was performing many retries (that is, attempting to find an index buffer with the desired node) when the expected node was already in a buffer. This improvement avoids retries when the node holds the desired buffer and state and skips the queue.