Release Notes of v1.11.4

The following are the highlights in this release:

Support Capacity Unit Calculation

To meet the demand for cost and pricing of Pegasus, we introduce “Capacity Unit” in this release. This concept is equivalent to AWS DynamoDB‘s “Request Unit”, and HBase’s “Capacity Unit”.

Related PR: #318, XiaoMi/rdsn#239, XiaoMi/rdsn#253 Related Docs: TBD Related Issues:

Bug Fixes

Perf-Counters

The new perf counters introduced are:

Upgrades from the previous version

[pegasus.server]
...
perf_counter_read_capacity_unit_size = 4096
perf_counter_write_capacity_unit_size = 4096

[pegasus.collector]
...
cu_stat_app = stat
cu_fetch_interval_seconds = 8

[task.RPC_RRDB_RRDB_PUT]
...
profiler::size.request.server = true

[task.RPC_RRDB_RRDB_MULTI_PUT]
...
profiler::size.request.server = true

[task.RPC_RRDB_RRDB_GET_ACK]
...
profiler::size.response.server = true

[task.RPC_RRDB_RRDB_MULTI_GET_ACK]
...
profiler::size.response.server = true