-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy Failure on GIT Push: "Recursive locks not allowed" #108
Comments
I've had a little walk through that stack trace this morning - can't see an obvious reason why this would get triggered, but then again it's happening deep in the the weeds of Umbraco's caching mechanism, which is complex to say the least. It's probably not strictly an issue with Deploy, but rather something not working correctly with this cache refreshing logic. As far as I can see from the stack trace, it's being triggered by data type changes. It might help a bit to know if this error is consistent? I.e. if you go into the back-office and trigger an extraction, do you still get the error? I'm asking as wondering if the issue is that something else was going on on the environment - e.g. a back-office save - that meant the lock couldn't be acquired. And if it is consistently happening, sounds like something we might be able to replicate with a copy of your |
Thanks for looking into this. Usually I can get the extraction to work via the back office deploy dashboard after a few site restarts. The only other thing I could say about this site is that since it is in active development and not live right now, there is only one cloud environment, the live one, so I am going from local to live. I'm not sure if that would make any difference to anything, but figured I'd mention it. Right now there is really only myself and a single Content Editor accessing the back-office. I don't think the Content Editor was working on the site at the time of the issue... |
Thanks for looking into this. Usually I can get the extraction to work via the back office deploy dashboard after a few site restarts. I haven't gotten this error when saving items in the back-office - however, I work primarily on local.
The only other thing i could say about this site is that since it is in active development and not live right now, there is only one cloud environment, the live one, so i am going from local to live. I'm not sure if that would make any difference to anything, but figured I'd mention it.
~Heather
…Sent from my phone
________________________________
From: Andy Butland ***@***.***>
Sent: Thursday, April 21, 2022 3:38:09 AM
To: umbraco/Umbraco.Deploy.Issues ***@***.***>
Cc: Heather Floyd ***@***.***>; Author ***@***.***>
Subject: Re: [umbraco/Umbraco.Deploy.Issues] Deploy Failure on GIT Push: "Recursive locks not allowed" (Issue #108)
I've had a little walk through that stack trace this morning - can't see an obvious reason why this would get triggered, but then again it's happening deep in the the weeds of Umbraco's caching mechanism, which is complex to say the least. It's probably not strictly an issue with Deploy, but rather something not working correctly with this cache refreshing logic. As far as I can see from the stack trace, it's being triggered by data type changes.
It might help a bit to know if this error is consistent? I.e. if you go into the back-office and trigger an extraction, do you still get the error? I'm asking as wondering if the issue is that something else was going on on the environment - e.g. a back-office save - that meant the lock couldn't be acquired. And if it is consistently happening, sounds like something we might be able to replicate with a copy of your .uda files and database. I've tried triggering it myself making multiple data type changes, but can't see it occuring.
—
Reply to this email directly, view it on GitHub<#108 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAJRZ4KKAWNMRUDKYB5GULLVGEAWDANCNFSM5T5JAYEQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi Heather! I was looking at our long standing open issues and noticed this is an issue that should be fixed with CMS PR umbraco/Umbraco-CMS#17246 (released in 13.5.2 and 14.3.1+). I'll close this, but please let us know if you're experiencing the same/a similar issue on newer versions... |
When pushing updates from local to Cloud environment, I see the message "The last umbraco data extraction failed on this environment " in the portal.
The details:
Error while extracting Umbraco data
This environment encountered an error while trying to extract Umbraco data, during a previous deployment
The environment contains a deploy-failure marker file, which indicates that extraction of Umbraco data, faulted on a previous deployment. To move forward, ensure that all templates, document types etc. are properly saved, and that you dont have duplicated .courier files in the data folder.
You can find more help by checking the offical troubleshooting documentation or by contacting support
Error Message
Recursive locks not allowed
Versions
Umbraco 9.4.3
Forms 9.3.0
Deploy 9.3.1
Umbraco Id
The text was updated successfully, but these errors were encountered: