-
Notifications
You must be signed in to change notification settings - Fork 312
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
Release 1.12.0 #409
Comments
Pegasus v1.12.0-RC1 has released: |
Release NoteThe following are the highlights in this release: HTTP SupportWe exposed many metadata of a Pegasus cluster and some system states of a Pegasus server through HTTP interfaces. Thanks to @Skysheepwang. Related PR: XiaoMi/rdsn#280, #360, XiaoMi/rdsn#321, XiaoMi/rdsn#296 Related Docs: https://pegasus-kv.github.io/api/http Multi-tenant SupportIn XiaoMi as our user base grows, improvements on our multi-tenant support become increasingly needed for stability. For example, we lack monitoring support for table-level latency (only server-level latency). When a table is observed unreasonably slow, we need to refine our slow query mechanism to dynamically configure the "slow" threshold per table without system reboot. Another requirement is to support size-based write throttling to reduce the influence of a high-throughput-low-QPS table to other tables in the same cluster. Related PR: XiaoMi/rdsn#314, XiaoMi/rdsn#298, #400, XiaoMi/rdsn#336, XiaoMi/rdsn#340 Docs on table-level latency: TBD Docs on table-level slow query: TBD Docs on size-based throttling: TBD Prometheus SupportPegasus is continuously lowering our access costs for community users. In this release, we provide our experimental support on Promentheus, thanks to @ChenQShmily. Related PR: XiaoMi/rdsn#287, XiaoMi/rdsn#284, #397, #368 Related Docs: TBD CPU Profiling SupportThanks to @linlinhaohao888. Related PR: XiaoMi/rdsn#290 Related Docs: TBD Bug Fixes
Upgrade from the previous versionNo configuration update is needed in this release. For table-level latency, some new perf-counters are added. Every read/write operation to a table has two perf-counters (p99&p999) for latency.
|
Pegasus v1.12.0-RC2 has released: |
Pegasus v1.12.0 has released: https://github.com/XiaoMi/pegasus/releases/tag/v1.12.0 |
The text was updated successfully, but these errors were encountered: