-
Notifications
You must be signed in to change notification settings - Fork 722
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
server.api add api for history_hot_region info;server.cluster add storage for hot region;sever.config add 'hot-regions-reserved-days' and 'hot-region-write-interval' #3988
Conversation
…rage for hot region;sever.config add 'hot-regions-reserved-days' and 'hot-region-write-interval'
…rage for hot region;sever.config add 'hot-regions-reserved-days' and 'hot-region-write-interval'
…rage for hot region;sever.config add 'hot-regions-reserved-days' and 'hot-region-write-interval'
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
@qidi1: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
some code is confict,so i close this push request and push a new push request |
What problem does this PR solve?
Store hot-region information regularly
Provide api interface for requesting historical hot-region information
What is changed and how it works?
By introducing part of the heartbeat processing logic in the client of region_syncer, unnecessary saveKV operations are reduced.
Add history hot region info store and request for it
Add a post method,api is /hotspot/regions/history
Check List
Tests
Unit test
Code changes
Side effects
Related changes
Release note