-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
[stable29] fix(session): Log when session_* calls are slow #47105
Conversation
Signed-off-by: Christoph Wurst <[email protected]>
I have a strange behavior when installing a fresh 29.0.5 (same with its rc1), but not on 30, and reverting this PR fixes the issue... during the setup on the web interface with mysql, after the creation of the database, the migration steps are not done on the mysql but a sqlite file is generated. Meaning that no tables are created on the mysql, and the instance ends up with a 500 as the config.php is configured to run with mysql. my first though was that the system config is lost when calling MigrationService @artonge ? can you do some more test with a 29.0.5 patched to revert this PR, as you were also able to reproduce the issue on your side ? |
And do you end up with a log files that has a slow session? |
@ArtificialOwl I confirm that without this PR, the 29.0.5 installation works fine. |
No, log is pretty empty:
|
Can you comment out: TO see if the log of the slow session is causing it? |
the issue seems to come when calling call If I filter the value |
This showed up over the weekend with Docker installs: nextcloud/docker#2283 |
Backport of PR #46106