-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fixing regression bug introduced in #14806 #16837
Conversation
…vestigation of umbraco#16803 - well tested on db with 300k+ nodes
Hi there @wtct, thank you for this contribution! 👍 While we wait for one of the Core Collaborators team to have a look at your work, we wanted to let you know about that we have a checklist for some of the things we will consider during review:
Don't worry if you got something wrong. We like to think of a pull request as the start of a conversation, we're happy to provide guidance on improving your contribution. If you realize that you might want to make some changes then you can do that by adding new commits to the branch you created for this work and pushing new commits. They should then automatically show up as updates to this pull request. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Hi @georgebid, we have double-checked the code and can confirm that it works correctly🎉. Do you conduct performance testing before releases🤔? I hope this PR gets approved soon🙏🤠, as it is blocking our key project. |
Thanks for this contribution, and the write up around it 😁 |
We have a few other issues we are in the process of fixing for v13, so can't really give a precise timeline unfortunately. So I would say hopefully in the next 2 weeks time, but I cannot promise anything 😁 |
@Zeegaan Maybe it's worth considering releasing a new version just with this fix, because it's a critical issue? |
Cherry-picked for v13 in 2736a51 |
Just hit this issue trying to migrate 200k nodes into a new v13 site 😬 if this could be released as a patch to 13.4, as 13.5 is 2+ weeks away, I would be eternally grateful!! 🙏 Edit: We ended up using the nightly build, as suggested by Umbraco support: |
Hi @georgebid @Zeegaan @nul800sebastiaan, sorry to bother you again. |
Yes but it's not good news unfortunately, its gonna be around the beginning of September 😁 |
Hi Seb, Would you be able to cherry pick this for v10 too please? We are experiencing this on one of our Umbraco Cloud v10 sites and v10 is also LTS isn't it? Kind regards Paul |
I am also looking after the release of version 13.5.0. 53k nodes in the project and we are impacted by this problem, too. |
Sebastiaan replied to me that probably later today 13.5.0 would be released! |
Please take into account that this issue has been introduced in the v10.8.0 during the security phase after the support phase as we can see here: https://umbraco.com/products/knowledge-center/long-term-support-and-end-of-life/ https://our.umbraco.com/download/releases/1081 (Released on Tuesday, December 12 2023) So now we have to decide if we want to upgrade to the secure version or stay with the efficient one (10.7.0), or even go for 13.5.2 what could be challenging in projects. Could you please consider merging this PR to v10 and prepare another release? Thanks in advance! Best! cc: @piotrbach |
@wtct Unfortunately I can't help you here:
Since we're not delivering any more releases for v10 except for security updates, we recommend you upgrade to v13 instead. |
Fixing regression bug introduced in #14806 and found during investigation of #16803 - well tested on db with 300k+ nodes
Prerequisites
Description
Fixing regression bug introduced in #14806 and found during investigation of #16803 - well tested on db with 300k+ nodes
Please consider merging this PR as a quick fix for bug introduced in the #14806 by @Zeegaan.
There is lack of the WHERE clause in the sql count queries.
It has massive impact on publish/unpublish operations in Umbraco instances with huge amount of content.
In our case it's not possible to use the CMS by editors after upgrading to the 13.4.1.