-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
2.138.2
2.138.2 backported JEP-214/Uplink telemetry, and with it, an extension that calls save from its constructor.
When Job Config History is installed, that results in the following warning being logged on the first startup during the save call:
https://gist.github.com/daniel-beck/140e11878479d5c2eef882f54c4ed33d
It's not obviously a bad idea to call save there (IMO), but there probably should be a check in JCH to not do elaborate processing during startup. Unsure.
- relates to
-
JENKINS-54888 Gearman Plugin should not access extensions from SaveableListener during startup
- Open
-
JENKINS-55361 DescriptorExtensionList not locking correctly, leading to deadlocks
- Resolved
-
JENKINS-58993 Jenkins allows Jenkins.save() to be called during startup
- Closed