You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting in protocol 23, all validators need to run background eviction. There is no reason to run main thread eviction, so we should remove the flag and make background eviction required.
The text was updated successfully, but these errors were encountered:
# Description
Resolves#4503 and #4502
This change removes SQL support for all ledger state, except for the
offers table. It also enforces background eviction. In order to not
break Horizon, core will not crash if any of the old flags or config
settings are used. Instead it will print a warning and ignore the flags.
The flags should be removed in the next protocol release.
# Checklist
- [x] Reviewed the
[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)
document
- [x] Rebased on top of master (no merge commits)
- [x] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio
extension)
- [x] Compiles
- [x] Ran all tests
- [ ] If change impacts performance, include supporting evidence per the
[performance
document](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)
Starting in protocol 23, all validators need to run background eviction. There is no reason to run main thread eviction, so we should remove the flag and make background eviction required.
The text was updated successfully, but these errors were encountered: