-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix sharedstorage recursion hell #25799
Conversation
To prevent recursions in initMountPoints which requires the numeric id to populate oc_mounts
@osadmin since you're likely on git, you can check out the branch "fix-sharedstorage-recursion-hell" to test this. If not, you can download it as a patch for 9.2: https://github.com/owncloud/core/pull/25799.patch |
Hi. I've just tried to patch my owncloud-files-9.2.0-0.1.1.prealpha.20160812.noarch
|
You might need to update to the latest prealpha first, your version seems to be from a few days ago where other changes were made to sharedstorage. |
@SergioBertolinSG can you run your big test with 1000 users like in the other PR ? This is the master PR. Thanks. @jvillafanez quick rereview for this forward port of #25789 (comment) ? |
Sure. |
Code looks good 👍 |
Same behaviour as stable9.1. No errors, seems to work. 👍 But there is an important performance problem, users cannot login and users won't appear quickly. (This works eventually, but it requires a lot of time). Please note that I am not using any cache system. |
@SergioBertolinSG is the perf issue worse than on the stable9.1 version ? |
No, the same, it just depends on how much users share folders with the big group. More shares with group => more slow login and user management page loading. |
Ok, I think the perf issue is anyway unrelated and might happen on OC 9.0 too. |
Pfff, why does this fail randomly... passes locally. Merging. |
Smashbox tests passed locally (just in case) |
Hi, Unfortunately I still suffering from the same for my https - no way to even log in: "CSRF check failed" @PVince81 could you please suggest on what debug info can I gather for you ? |
@sonanchenko if 9.1.1RC1 or 9.2 prealpha do not work for you then the problem you have is unrelated. This ticket here is about memory issues causing a "CSRF" message only as a side-effect. @sonanchenko can you make a new ticket using the issue template https://raw.githubusercontent.com/owncloud/core/master/issue_template.md ? |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Forward port of #25789