-
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.3 #506
Labels
Comments
1.12.3-RC2rDSN
Pegasus
New perf-counterOn replica-server
On collector
New configuration[replication]
+cold_backup_checkpoint_reserve_minutes = 10
[pegasus.server]
# cluster level restriction {3000, 30MB, 1000, 30s}
+rocksdb_multi_get_max_iteration_count = 3000
+rocksdb_multi_get_max_iteration_size = 31457280
+rocksdb_max_iteration_count = 1000
+rocksdb_iteration_threshold_time_ms = 30000 Blame list:
|
1.12.3-RC3rDSN
Pegasus
New perf-counter
New remote commandcommand help: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.12.3-RC1
rDSN
Pegasus
New Perf-Counters
replica*eon.replica_stub*dup.log_read_bytes_rate
(feat(dup): add metrics for duplication XiaoMi/rdsn#393)replica*eon.replica_stub*dup.log_read_mutations_rate
(feat(dup): add metrics for duplication XiaoMi/rdsn#393)replica*eon.replica_stub*dup.shipped_bytes_rate
(feat(dup): add metrics for duplication XiaoMi/rdsn#393)replica*eon.replica_stub*dup.confirmed_rate
(feat(dup): add metrics for duplication XiaoMi/rdsn#393)replica*eon.replica_stub*dup.pending_mutations_count
(feat(dup): add metrics for duplication XiaoMi/rdsn#393)replica*eon.replica_stub*dup.time_lag(ms)
(feat(dup): add metrics for duplication XiaoMi/rdsn#393)replica*eon.replica_stub*dup.load_file_failed_count
(fix(dup): multiple fixes on replica duplication XiaoMi/rdsn#425)replica*eon.replica*dup.disabled_non_idempotent_write_count@<app_name>
(feat(dup): handle non-idempotent writes during duplication XiaoMi/rdsn#411)replica*eon.replica_stub*recent_write_size_exceed_threshold_count
(feat: forbid large-size-value writes to Pegasus XiaoMi/rdsn#414)replica*app.pegasus*dup_shipped_ops@<gpid>
(feat(dup): implement pegasus_mutation_duplicator #399)replica*app.pegasus*dup_failed_shipping_ops@<gpid>
(feat(dup): implement pegasus_mutation_duplicator #399)app.pegasus*app.stat.hotspots@<app_name>.<partition_index>
(feat(collector): add statistics for partition hotspot #444)New HTTP APIs
http://0.0.0.0:34602/meta/app/duplication?name=temp
(feat(dup): support HTTP API to inspect duplication state XiaoMi/rdsn#401, feat(dup): add dsn_replica_dup_test to CI testing and fix http outputs XiaoMi/rdsn#424)http://0.0.0.0:34801/replica/duplication?appid=2
(feat(dup): support replica http api for duplication state query XiaoMi/rdsn#415)New App Env
replica.rocksdb_iteration_threshold_time_ms
(feat: add a new app_env to limit scan time XiaoMi/rdsn#421)Configuration Changes
Blame list:
New limitation of requests
Like aws dynamodb limits, we imposed read/write limitation to protect the service of Pegasus in XiaoMi. All of the limits can be reconfigured:
Please remember to check if any requests to your service exceed the limits.
The text was updated successfully, but these errors were encountered: