Stepanov Ilya created IGNITE-17552:
--------------------------------------
Summary: Empty SnapshotErrorMessage on non-coordinator node
Key: IGNITE-17552
URL: https://issues.apache.org/jira/browse/IGNITE-17552
Project: Ignite
Issue Type: Bug
Affects Versions: 2.13
Reporter: Stepanov Ilya
In some cases, when we execute "createSnapshot" on non-coordinator node, the
snapshot error is not reported in the "LastSnapshotErrorMessage" metric, but
the "LastSnapshotStartTime" and "LastSnapshotErrorMessage" metrics are updated.
This is misleading that the snapshot was taken successfully.
Steps to reproduce:
1) Create cluster with 2+ nodes
2) execute "createSnapshot" with non-existent path(example: /bad/path) on
non-coordinator node
3) check "LastSnapshotErrorMessage" on non-coordinator node
4) execute "createSnapshot" with non-existent path on coordinator node
5) execute "LastSnapshotErrorMessage" coordinator node
--
This message was sent by Atlassian Jira
(v8.20.10#820010)