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::getRangewhich happens when an underlying conflicting range contains the read range. Added additional test coverage for validating randomgetRangeresults from special keys. (PR #7597)Fixed the bug in
SpecialKeyRangeAsyncImpl::getRangethat the local cache is updated incorrectly after a cross-module read range if it touched more than oneSpecialKeyRangeAsyncImplin resolving key selectors. Extended theSpecialKeySpaceCorrectnessworkload to catch the bug. (PR #7671)