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

Remove obsolete clients #61

Closed
hackerwins opened this issue Jun 7, 2020 · 1 comment · Fixed by #286
Closed

Remove obsolete clients #61

hackerwins opened this issue Jun 7, 2020 · 1 comment · Fixed by #286
Labels
enhancement 🌟 New feature or request

Comments

@hackerwins
Copy link
Member

hackerwins commented Jun 7, 2020

Obsolete clients are clients that will not be used again. If the client's last access time is older than a certain threshold, we can determine whether it is obsolete or not. The threshold may vary by applications or services, so it should be set as an option by the user.

The reasons for deleting obsolete clients are:

  • We can prevent the clients collection from growing
  • If a document is attached by the obsolete client, we cannot purge removed elements that didn't pull by the obsolete client in the garbage collection

Relevant ticket: #3

@hackerwins hackerwins added the enhancement 🌟 New feature or request label Jun 7, 2020
@codinggosu codinggosu self-assigned this Oct 2, 2021
@codinggosu
Copy link
Contributor

I'd like to take a look at this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🌟 New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants