Release Notes
7.2.0
Features
Read-aware Data Distribution feature is developed for balance the read bytes bandwidth among storage servers.
Performance
Reliability
Fixes
In
fdbcli
, integer options are now expressed as integers rather than byte strings (e.g.option on TIMEOUT 1000
). (PR #7571)Fixed the bug in
ConflictingKeysImpl::getRange
which happens when an underlying conflicting range contains the read range. Added additional test coverage for validating randomgetRange
results from special keys. (PR #7597)Fixed the bug in
SpecialKeyRangeAsyncImpl::getRange
that the local cache is updated incorrectly after a cross-module read range if it touched more than oneSpecialKeyRangeAsyncImpl
in resolving key selectors. Extended theSpecialKeySpaceCorrectness
workload to catch the bug. (PR #7671)