ibessonov commented on code in PR #3610:
URL: https://github.com/apache/ignite-3/pull/3610#discussion_r1567283780
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/datastructure/DataStructure.java:
##########
@@ -166,6 +166,7 @@ protected final long allocatePage(@Nullable ReuseBag bag,
boolean useRecycled) t
// Recycled. "pollFreePage" result should be reinitialized to move
rotatedId to itemId.
if (pageId != 0) {
+ pageId = PageIdUtils.changePartitionId(pageId, partId);
Review Comment:
Bad fix.
--
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]