Uh oh!
There was an error while loading. Please reload this page.
Clear cached app config while waiting for the SCSSCache lock to return - #23478
Merged
Conversation
MorrisJobke
requested review from
ChristophWurst, juliusknorr, nickvergessen and skjnldsvOctober 15, 2020 14:01
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
MorrisJobkeforce-pushed
the
fix/21059/fix-deadlock-in-scsscacher
branch
from
October 15, 2020 14:25
4fd9fa0 to
0c9d6daCompareskjnldsv
approved these changes
Oct 15, 2020
Uh oh!
There was an error while loading. Please reload this page.
MorrisJobkeforce-pushed
the
fix/21059/fix-deadlock-in-scsscacher
branch
from
October 15, 2020 21:59
0c9d6da to
74c5b0cCompareMorrisJobke
commented
Oct 15, 2020
MemberAuthor
/backport to stable20 |
MorrisJobke
commented
Oct 15, 2020
MemberAuthor
/backport to stable19 |
MorrisJobke
commented
Oct 15, 2020
MemberAuthor
/backport to stable18 |
ChristophWurst
approved these changes
Oct 16, 2020
MorrisJobkeforce-pushed
the
fix/21059/fix-deadlock-in-scsscacher
branch
from
October 16, 2020 08:11
74c5b0c to
fc547e5CompareMorrisJobke
commented
Oct 16, 2020
MemberAuthor
Rebased to fix the conflicts with #23490 |
…cessing the file Signed-off-by: Morris Jobke <hey@morrisjobke.de>
MorrisJobkeforce-pushed
the
fix/21059/fix-deadlock-in-scsscacher
branch
from
October 16, 2020 11:28
fc547e5 to
cce716fCompareMorrisJobke
commented
Oct 16, 2020
MemberAuthor
Green CI. |
This was referenced Oct 16, 2020
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should fix the issue described in #15794 (comment) and shown by @kesselb in #21059 (comment)
If this is not cleared then the while loop in
server/lib/private/Template/SCSSCacher.php
Line 167 in 4fd9fa0
Part of the series around the SCSSCache: #23488#23490