-
Notifications
You must be signed in to change notification settings - Fork 100
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
Rename a list takes incredible time #368
Comments
In Sympa::Request::Handler::move_list::_move(), all spools are scanned and their contents are renamed as necessity. During this process, each of directory entries is read and confirmed which list it belongs to (with |
Ok I understand the problematic, but in our case, our users loose the capability of rename a list. Thanks. |
Hi @finkyseb, Can your team give us any solutions or hints to improve scanning directory? |
Hi @finkyseb and all, Does this patch improve? (Note: this patch was poorly tested. Don't apply it to production system). |
Rename a list takes incredible time #368
Hi @finkyseb and all, My fix will be released with the next stable, 6.2.36. If it will not improve satisfactorily, please re-open this issue. Thanks for inputs! |
Version
Sympa 6.2.32
Installation method
Source Package
Expected behavior
Rename a list via Web Interface or via the shell with sympa.pl
Actual behavior
The process to rename a list takes an incredible time.
In the web interface we receives an HTTP 500 error and via the shell (sympa.pl --rename_list) it works but takes lots of time.
We make a strace on the process and it seems to parse all the robots and list before to rename effectively the list.
Unistra team
@acexiis @finkyseb @jean1
Additional information
The text was updated successfully, but these errors were encountered: