-
Improvement
-
Resolution: Fixed
-
Critical
-
None
-
Ubuntu 8.04LTS, Hudson Debian Package
When updating hudson using the debian package, chmod is executed on the whole Hudson home directory, taking many minutes up to an hour if you have many jobs and builds stored.
This is the process that is executed:
chmod -R 750 /var/run/hudson /var/lib/hudson
Here's the pstree output, to see where it is executed from:
aptitude(31780)-+-dpkg(31855)---hudson.postinst(31887)---chmod(31975)
[JENKINS-5112] Updating Hudson using debian packages takes ages because of chmod
Description |
Original:
When updating hudson using the debian package, chmod is executed on the whole Hudson home directory, taking many minutes up to an hour if you have many jobs and builds stored. This is the process that is executed: chmod -R 750 /var/run/hudson /var/lib/hudson Here's the pstree output, to see where it is executed from: aptitude(31780)-+-dpkg(31855)---hudson.postinst(31887)---chmod(31975) |
New:
When updating hudson using the debian package, chmod is executed on the whole Hudson home directory, taking many minutes up to an hour if you have many jobs and builds stored. This is the process that is executed: {noformat}chmod -R 750 /var/run/hudson /var/lib/hudson{noformat} Here's the pstree output, to see where it is executed from: {noformat}aptitude(31780)-+-dpkg(31855)---hudson.postinst(31887)---chmod(31975){noformat} |
Assignee | New: ashlux [ ashlux ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Verified [ 10000 ] |
It is maybe related to
JENKINS-4047.