Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements for system-wide document purge #3530

Closed
adamcfraser opened this issue May 3, 2018 · 1 comment
Closed

Improvements for system-wide document purge #3530

adamcfraser opened this issue May 3, 2018 · 1 comment

Comments

@adamcfraser
Copy link
Collaborator

Currently CBL and SG manage document purge independently:

  • TTL set on the document in Couchbase Lite will purge that document
  • expiry set on the document in Sync Gateway will purge the document (non-convergence)
  • server metadata purge interval will purge the document (convergence)

This can lead to unwanted scenarios when documents are purged on one end of a replication, and that replication is restarted from zero. Should evaluate options to simplify/improve document purge management throughout the system.

@djpongh djpongh added this to the 2.2.0 milestone May 7, 2018
@djpongh djpongh added the icebox label May 7, 2018
@adamcfraser adamcfraser modified the milestones: Iridium, Cobalt Oct 29, 2018
@djpongh djpongh modified the milestones: Cobalt, Mercury Dec 13, 2018
@adamcfraser
Copy link
Collaborator Author

Closing - not prioritized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants