Conversation
|
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9635-documentation.appa.pantheon.site |
|
A few things folks should be aware of:
|
stevector
left a comment
There was a problem hiding this comment.
Looks like we should address @lcatlett comments before merging #9635 (comment)
|
@scottbuscemi, can you respond? |
|
@lcatlett Does anything you brought up affect this PR? Are you advocating for customers to not use the latest |
@scottbuscemi To clarify: I'm not saying customers shouldn't use the latest Redis module release. I'm saying this PR, as written, could inadvertently guide customers into configurations that haven't been validated on Pantheon yet. The issue is that the 8.x-1.10 release bundles more than just the patch fix. It also changes recommended defaults and introduces new settings. If we update the docs to point to this release without also updating the settings snippets, customers following our documentation could end up with:
When we publish configuration in our docs, customers reasonably assume it has been validated on Pantheon. That's the implicit contract of official documentation. So if we're going to point to this new release, the settings snippets also need to be updated to reflect tested, Pantheon-validated configurations for it. So yes, this affects the PR directly. The doc changes need to be paired with updated settings snippets that account for the new module's requirements. Otherwise we're telling customers "use this new version" without giving them the correct configuration to go with it. |
|
An update: The D11 issues are more severe than I realized and redis cannot be used at all as a backend for D11 until critical regressions are fixed in the redis module AND the default settings.php config in Pantheon docs are updated. This impacts any Drupal 11 site attempting to use redis, not just sites on Pantheon. Sites that update to D11 without fixes will immediately WSOD and there is no workaround that can be deployed via settings.php to resolve this. I filed an issue on behalf of Pantheon: https://www.drupal.org/project/redis/issues/3564915 |
|
@scottbuscemi - Update on the upstream Redis module issue: Since this is a blocking issue that could result in downtime for any pantheon customer using redis and D11, I've submitted new merge requests to the Redis module that properly fix the D11 container compilation WSOD issue with tests: Full technical discussion and explanation posted here: The fix wraps the Once these MRs are merged upstream, we can update this documentation PR accordingly, as it will change the patch recommendations completely for all versions of redis. Note that this does not address any of the other documentation updates I listed in #9635 (comment) |
Summary
https://www.drupal.org/project/redis/releases/8.x-1.10
The latest version of the Redis module fixes an issue that we were previously suggesting a patch for.