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

LTS: Expose new utility methods for implementing admin tools. #6724

Open
AJadhav29 opened this issue May 4, 2022 · 0 comments · May be fixed by #6725
Open

LTS: Expose new utility methods for implementing admin tools. #6724

AJadhav29 opened this issue May 4, 2022 · 0 comments · May be fixed by #6725
Assignees
Labels
area/lts kind/enhancement Improvements that should be made

Comments

@AJadhav29
Copy link
Contributor

Is your feature request related to a problem? Please describe.
LTS - Expose utility methods for admin command.
Expose following utility methods for implementing admin commands.
-Evict metadata cache
-Evict read index cache
-Evict read index cache for segment
-Check chunk segment storage sanity

Describe the solution you'd like
Implement the following commands for respective utility methods listed above:

-segmentstore evict-meta-data-cache [container-id] [segmentStore-endpoint]
-segmentstore evict-read-index-cache [container-id] [segmentStore-endpoint] [fully-qualified-segment-name]
-segmentstore check-chunk-sanity [container-id] [qualified-chunk-name] [data-size] [segmentStore-endpoint]

Note: [fully-qualified-segment-name] is an optional parameter EvictReadIndexCacheCommand

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/lts kind/enhancement Improvements that should be made
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants