[
https://issues.apache.org/jira/browse/IGNITE-18436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Timonin updated IGNITE-18436:
------------------------------------
Description:
# Cluster contains of some server baseline nodes and client node
# Snapshot has started and failed on any of baseline nodes
# Every node in cluster handles this error in
IgniteSnapshotManager#initLocalSnapshotEndStage
# In this method node tries to delete snapshot files created on start stage
# Client node fails with AssertionError due to locSnpDir is null on client
nodes.
Also in case assertions is disabled, then client node tries to remove files
from work directory: $IGNITE_HOME/snapshotName, if snapshot path is not
specified. Then snapshot with name "db" might drop some database system files.
was:
# Cluster contains of some server baseline nodes and client node
# Snapshot has started and failed on any of baseline nodes
# Every node in cluster handles this error in
IgniteSnapshotManager#initLocalSnapshotEndStage
# In this method node tries to delete snapshot files created on start stage
# Client node fails with AssertionError due to locSnpDir is null on client
nodes.
Also in case assertions is disabled, then client node tries to remove files
from work directory: $IGNITE_HOME/snapshotName, if snapshot path is not
specified. Then snapshot with name "db"/"cp"/"snapshots"/"log"/etc might drop
some database system files.
> Snapshots: AssertionError on client node after snapshot fails on start stage
> ----------------------------------------------------------------------------
>
> Key: IGNITE-18436
> URL: https://issues.apache.org/jira/browse/IGNITE-18436
> Project: Ignite
> Issue Type: Bug
> Reporter: Maksim Timonin
> Assignee: Maksim Timonin
> Priority: Major
>
> # Cluster contains of some server baseline nodes and client node
> # Snapshot has started and failed on any of baseline nodes
> # Every node in cluster handles this error in
> IgniteSnapshotManager#initLocalSnapshotEndStage
> # In this method node tries to delete snapshot files created on start stage
> # Client node fails with AssertionError due to locSnpDir is null on client
> nodes.
> Also in case assertions is disabled, then client node tries to remove files
> from work directory: $IGNITE_HOME/snapshotName, if snapshot path is not
> specified. Then snapshot with name "db" might drop some database system files.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)