tkalkirill commented on code in PR #902:
URL: https://github.com/apache/ignite-3/pull/902#discussion_r910655099
##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/mv/VersionChainTree.java:
##########
@@ -37,61 +35,51 @@
* {@link BplusTree} implementation for storing version chains.
*/
public class VersionChainTree extends BplusTree<VersionChainLink,
VersionChain> {
- private final int partitionId;
-
private final VersionChainDataPageReader dataPageReader;
/**
* Constructor.
*
* @param grpId Group ID.
* @param grpName Group name.
+ * @param partitionId Partition id.
* @param pageMem Page memory.
* @param lockLsnr Page lock listener.
* @param globalRmvId Global remove ID.
* @param metaPageId Meta page ID.
* @param reuseList Reuse list.
- * @param partitionId Partition id.
* @param initNew {@code True} if new tree should be created.
*/
public VersionChainTree(
int grpId,
String grpName,
+ int partitionId,
Review Comment:
fix it
--
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]