
Problem/Motivation
Follow-up to #3301573: Remove the aggregate stale file threshold and state entry. If sites don't export their config after the updates that delete this key, they'll then get error messages from config validation.
Steps to reproduce
NA
Proposed resolution
So we should add it the stale_file_threshold key back to the schema, deprecated to 10.x, then actually remove it in 11.x
Remaining tasks
Review
User interface changes
NA
API changes
Add back stale_file_threshold
Data model changes
NA
Release notes snippet
NA
Issue fork drupal-3410301
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
catchSomething like this.
Comment #4
dqdComment #5
dqdThanks for creating the issue @catch!
Link to the initial report & follow up thread and findings on Slack where this has been discussed: https://drupal.slack.com/archives/C1BMUQ9U6/p1703153827992839 (Thanks to @WimLeers for his quick reaction on my report and his immediate findings and links to the causes)
In the previous mentioned discussion the following system.performance keys have been error reported on screen or noted to probably become problematic while saving admin performance cache settings:
So, follow up readers who need to fix that manually for now: check your system.performance config by running
drush cget system.performance
In case you find obosolete left-over keys (read Wim's and my notes and links in the Slack chat above), in our case likecache: page: use_internal
orstale_file_threshold
andresponse
you can remove them withetc.
(note the dot to target sub ordinated keys)
Comment #6
smustgrave CreditAttribution: smustgrave at Mobomo commentedNot sure what's suppose to be reviewed.
Can the issue summary be completed. If something is deprecated is the CR attached to another ticket?
Comment #7
catch@smustgrave the CR is attached to #3301573: Remove the aggregate stale file threshold and state entry, what's deprecated is the config schema key.
Comment #8
smustgrave CreditAttribution: smustgrave at Mobomo commentedThanks in that case LGTM.
Comment #10
larowlanIssue credits
Comment #14
larowlanCommitted to 11.x and backported to 10.2.x
Nice work all 💪
Comment #15
wim leers