Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is a child of
-
IOTDB-68 IoTDB supports distributed version
- Open