[
https://issues.apache.org/jira/browse/IGNITE-18073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko updated IGNITE-18073:
-------------------------------------
Description:
Due to the fact that we refused to rebalance using two versions of stores,
described in IGNITE-17990, we need to change the API for a full rebalance of
*org.apache.ignite.internal.storage.MvPartitionStorage* and its associated
*org.apache.ignite.internal.storage.index.HashIndexStorage* and
*org.apache.ignite.internal.storage.index.SortedIndexStorage*.
It is also necessary to fix tests and test implementations.
was:
Suggested API for a full rebalance for
*org.apache.ignite.internal.storage.MvPartitionStorage*:
{code:java}
// TODO:
{code}
We need to remove the changes from IGNITE-18021 as the full rebalance will be
done differently.
We will also need to write tests and make a test implementation.
The main idea is described in IGNITE-17990.
> Update the API for a full rebalance of MvPartitionStorage and indexes
> ---------------------------------------------------------------------
>
> Key: IGNITE-18073
> URL: https://issues.apache.org/jira/browse/IGNITE-18073
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> Due to the fact that we refused to rebalance using two versions of stores,
> described in IGNITE-17990, we need to change the API for a full rebalance of
> *org.apache.ignite.internal.storage.MvPartitionStorage* and its associated
> *org.apache.ignite.internal.storage.index.HashIndexStorage* and
> *org.apache.ignite.internal.storage.index.SortedIndexStorage*.
> It is also necessary to fix tests and test implementations.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)