Tian Jiang created IOTDB-1302:
---------------------------------
Summary: [Distributed] Remove what is not in the snapshot during
installation
Key: IOTDB-1302
URL: https://issues.apache.org/jira/browse/IOTDB-1302
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Cluster
Reporter: Tian Jiang
The current implementation of snapshots only concerns the additions but not
deletions, which is, the receiver simply adds whatever in the snapshot to its
local state, potentially making deletions unexecuted on the receiver.
To resolve the problem, the receiver should use a replacement instead of simple
addition, or remove whatever is not in the snapshot.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)