yorkie-team / yorkie

Yorkie is a document store for collaborative applications.
https://yorkie.dev
Apache License 2.0
748 stars 134 forks source link

Issue with document deletion in MemDB causing malfunction #919

Closed raararaara closed 1 week ago

raararaara commented 1 week ago

Content

What happened: There is a malfunction occurring in MemDB when deleting a document. The issue arises when following these steps:

  1. Create a document.
  2. Delete the document (via CLI, dashboard, etc.).
  3. Create a new document with the same key.

Upon attempting to delete the document again, the server displays "remove success" but the document is not actually deleted.

What you expected to happen: The document should be successfully deleted from MemDB.

How to reproduce it (as minimally and precisely as possible): Follow the steps mentioned above.

Anything else we need to know?:

-

Environment: