You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In sub-task #1007, <user, CredentialsRef> pairs are cached in a Map. Credentials are periodically renewed and will never be removed.
If a lot of inactive users' credentials are cached, both memory usage and credentials renewal load may become unacceptable.
So we should implement a logic to expire cached <user, CredentialsRef> pairs to erase this risk.
2. Motivation
3. Describe the solution
4. Additional context
The text was updated successfully, but these errors were encountered:
zhouyifan279
changed the title
Evict
Expire CredentialsRef in a proper time to reduce memory usage
Sep 3, 2021
1. Describe the feature
This is the a sub-task under umbrella issue #913.
In sub-task #1007, <user, CredentialsRef> pairs are cached in a Map. Credentials are periodically renewed and will never be removed.
If a lot of inactive users' credentials are cached, both memory usage and credentials renewal load may become unacceptable.
So we should implement a logic to expire cached <user, CredentialsRef> pairs to erase this risk.
2. Motivation
3. Describe the solution
4. Additional context
The text was updated successfully, but these errors were encountered: