[
https://issues.apache.org/jira/browse/IGNITE-23741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-23741:
---------------------------------------
Description:
When PartitionReplicaLifecycleManager is stopped (on node stop), the following
call chain is produced:
# PartitionReplicaLifecycleManager#cleanUpPartitionsResources()
# PartitionReplicaLifecycleManager#stopPartition()
# AFTER_REPLICA_STOPPED event
# TableManager#onZoneReplicaStopped()
# destroyPartitionStorages()
So an innocuous node stop will cause data destruction, as it seems.
> Partition storages are destroyed on zone partition stop
> -------------------------------------------------------
>
> Key: IGNITE-23741
> URL: https://issues.apache.org/jira/browse/IGNITE-23741
> Project: Ignite
> Issue Type: Bug
> Reporter: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
>
> When PartitionReplicaLifecycleManager is stopped (on node stop), the
> following call chain is produced:
> # PartitionReplicaLifecycleManager#cleanUpPartitionsResources()
> # PartitionReplicaLifecycleManager#stopPartition()
> # AFTER_REPLICA_STOPPED event
> # TableManager#onZoneReplicaStopped()
> # destroyPartitionStorages()
> So an innocuous node stop will cause data destruction, as it seems.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)