summary refs log tree commit diff
path: root/changelog.d/12314.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.56.0rc1Brendan Abolivier2022-03-291-1/+0
|
* Exclude outliers in `on_backfill_request` (#12314)Richard van der Hoff2022-03-281-0/+1
When we are processing a `/backfill` request from a remote server, exclude any outliers from consideration early on. We can't return outliers anyway (since we don't know the state at the outlier), and filtering them out earlier means that we won't attempt to calulate the state for them.