Kirill Tkalenko created IGNITE-22474:
----------------------------------------
Summary: Add integration tests for building indexes on different
cluster topologies
Key: IGNITE-22474
URL: https://issues.apache.org/jira/browse/IGNITE-22474
Project: Ignite
Issue Type: Improvement
Reporter: Kirill Tkalenko
After analyzing the code, I found that we are a little lacking in integration
tests for building indexes in situations with different numbers of nodes, for
example:
* We need to make sure that if a node is added when building an index, the
index will be successfully built on both nodes.
* We need to make sure that if one node fails while building the index, then
the index will be successfully built on the remaining nodes.
** Follower.
** One of majority.
** Primary replica.
* Other.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)