Evgeny Stanilovsky created IGNITE-24511:
-------------------------------------------
Summary: Fix inconsistent debug message in
ChangeIndexStatusTask#awaitFinishRwTxsBeforeCatalogVersion
Key: IGNITE-24511
URL: https://issues.apache.org/jira/browse/IGNITE-24511
Project: Ignite
Issue Type: Task
Components: persistence
Affects Versions: 3.0
Reporter: Evgeny Stanilovsky
Current implementation of:
ChangeIndexStatusTask#awaitFinishRwTxsBeforeCatalogVersion
contains confused debug log message:
{code:java}
LOG.debug("All transactions have finished on node
{}. Remaining nodes: {}", targetNode, remainingNodes);
remainingNodes.remove(targetNode);
{code}
i.e. node will be printed as remaining but it not, need to swap these lines i
suppose.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)