Ivan Gagarkin created IGNITE-18919:
--------------------------------------
Summary: Fix ItIgniteNodeRestartTest#testMetastorageStop
Key: IGNITE-18919
URL: https://issues.apache.org/jira/browse/IGNITE-18919
Project: Ignite
Issue Type: Bug
Reporter: Ivan Gagarkin
See IGNITE-18918
Acceptance criteria:
# Fix the test, the condition must be met at least once during the test.
# Investigate the root cause of fails and fix it
{code:java}
if (rev == cfgGap / 2) {
log.info("Stopping METASTORAGE");
stopNode(0);
log.info("Starting METASTORAGE");
startNode(0);
log.info("Restarted METASTORAGE");
}
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)