-
Bug
-
Resolution: Fixed
-
Major
-
None
When trying to access the Job Configuration History of a Job with over 20000 changes the page takes a lot of time to load (over 5 minutes) and the page is unresponsive for that time.
I tried it on version 2.4 and also on the latest code 2.5 - compiled on 30.9.13.
See attached screen shots from the Monitoring plugin.
- is related to
-
JENKINS-21598 Paging for jobconfighistory entries
-
- Resolved
-
Hello Sagi,
this is unfortunately not unexpected. Given a HD seek time of 5 ms, it will take the plugin 20000*5ms (100s) just to access all history files, which afterwards have to be read and deserialized to get the name of the user and the operation. In the latest master we try to build an abstraction layer so in the future we may be able to use other means as e.g. git to handle situations like this better. Right now I can only give the advice to use the purging functionality, where older entries will be deleted.
Regards
Mirko