Skip to content
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

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

wtct
Copy link
Contributor

@wtct wtct commented Jul 29, 2024

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.

…vestigation of umbraco#16803 - well tested on db with 300k+ nodes
Copy link

github-actions bot commented Jul 29, 2024

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:

  • It's clear what problem this is solving, there's a connected issue or a description of what the changes do and how to test them
  • The automated tests all pass (see "Checks" tab on this PR)
  • The level of security for this contribution is the same or improved
  • The level of performance for this contribution is the same or improved
  • Avoids creating breaking changes; note that behavioral changes might also be perceived as breaking
  • If this is a new feature, Umbraco HQ provided guidance on the implementation beforehand
  • 💡 The contribution looks original and the contributor is presumably allowed to share it

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 🤖 🙂

@georgebid
Copy link
Contributor

Thanks for the PR to fix this bug @wtct, someone on the core collaborators team will review this soon, although, it may be helpful if @Zeegaan takes a look, as I expect you'll be most familiar with this change 😺

@piotrbach
Copy link

Hi @georgebid, we have double-checked the code and can confirm that it works correctly🎉.

Do you conduct performance testing before releases🤔?
The issue seems to go unnoticed with a small number of documents but becomes significant as the dataset grows.
It's surprising that this obvious bug is being reported only now, considering it affects projects from versions 10, 13, and 14.
With over 300,000 records, the CMS becomes unusable for editors.

I hope this PR gets approved soon🙏🤠, as it is blocking our key project.
Btw. Referring to this blog post on Umbraco performance issues might speed up the review.

cc: @wtct @Zeegaan

@Zeegaan Zeegaan merged commit 688790e into umbraco:contrib Aug 2, 2024
15 checks passed
@Zeegaan
Copy link
Member

Zeegaan commented Aug 2, 2024

Thanks for this contribution, and the write up around it 😁
Looks good, tests good 🚀

@piotrbach
Copy link

Hi @Zeegaan no problem!
Btw. When can we expect the release of fixed v13, so we can update our project?
This fix is critical for us🙏.
@wtct

Zeegaan pushed a commit that referenced this pull request Aug 2, 2024
…tion of #16803 - well tested on db with 300k+ nodes (#16837)

Co-authored-by: Wojciech Tengler <wtengler@umbracare.net>
(cherry picked from commit 688790e)
@Zeegaan
Copy link
Member

Zeegaan commented Aug 2, 2024

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 😁

@wtct
Copy link
Contributor Author

wtct commented Aug 2, 2024

@Zeegaan Maybe it's worth considering releasing a new version just with this fix, because it's a critical issue?

@nul800sebastiaan
Copy link
Member

Cherry-picked for v13 in 2736a51

@OwainJ
Copy link
Contributor

OwainJ commented Aug 6, 2024

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:
https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install/installing-nightly-builds

@piotrbach
Copy link

Hi @georgebid @Zeegaan @nul800sebastiaan, sorry to bother you again.
I was wondering if there's any update or an estimated release date for the fixed version of v13?
Thanks in advance🤝

@wtct

@Zeegaan
Copy link
Member

Zeegaan commented Aug 15, 2024

Yes but it's not good news unfortunately, its gonna be around the beginning of September 😁
However, if you really need this patch for your project, you can always use a nightly build 💪
https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install/installing-nightly-builds

@prjseal
Copy link
Contributor

prjseal commented Sep 5, 2024

Cherry-picked for v13 in 2736a51

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

@RosenPetrovFFW
Copy link

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.

@RosenPetrovFFW
Copy link

RosenPetrovFFW commented Sep 12, 2024

Sebastiaan replied to me that probably later today 13.5.0 would be released!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Critical Performance Issues Post-Upgrade from Umbraco 11.5.0 to 13.4.1
8 participants