On 2017-01-19 01:53, Surya Gaddipati wrote:
Seems like jenkins lazy loads builds inside a queue lock which in turn
freezes jenkins because so many places inside jenkins try to lock queue.

Is recommended to force lazyload on *all* jobs after jenkins startup to
avoid this kind of scenario ?

That would not be lazy loading then. Though, I agree this can be a pain. Note that you can at lease prevent constant re-loading using `jenkins.model.lazy.BuildReference.MODE` (https://issues.jenkins-ci.org/browse/JENKINS-19400).

--
oliver

--
You received this message because you are subscribed to the Google Groups "Jenkins 
Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/743cc045-9d5f-c38a-2ce7-2950bd24d0a7%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to