Testnet - v1.14.16
This is a Testnet release. It is not recommended for Mainnet Beta
The recent v1.14 performance problem is still being investigated (see #debug-disk-io-catchup-issue on Discord), but this release resolves it by disabling the accounts disk index by default (equivalent to passing --disable-accounts-disk-index
in previous releases). Moving the accounts index from disk to RAM causes memory pressure on nodes with <=256GB of RAM. For nodes with <=256GB of RAM we recommend running accounts on disk (not tmpfs) to avoid OOM errors.
Changes
- validator: disable accounts disk index by default - v1.14 (#30357)
- report less datapoints to block_min_prioritization_fee (backport of #30017) (#30356)
- validator: let
clap
double-dash prefix long args (backport of #30303) (#30304) - remove recommendations to skip validator startup tests on failure (backport of #30250) (#30287)