Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Jenkins 2.89.3
Swarm Plugin 3.8
Clone Workspace SCM Plug-in 0.6
SUSE Linux Enterprise Server 12 (x86_64)
Description
Using the default Logging Configuration logging.properties supplied with swarm-plugin leads to a severe degradation in performance in combination with Clone Workspace SCM Plugin.
As line 36 enables Logging of all messages by specifying Level ALL our Slaves were creating a very large amount of log data leading to 100% CPU Usage.
Setting the log level to INFO (specified in line 35 but commented out) resolved the issue. We think this should be the default.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Summary | swarm-plugin default Log configuration severly degrades slave performance in combination with Clone Workspace SCM Plugin | swarm-plugin default log configuration severely degrades slave performance in combination with Clone Workspace SCM Plugin |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Assignee | Jonas Woerlein [ jonaswoerleinvf ] |
Remote Link | This issue links to "https://github.com/jenkinsci/swarm-plugin/pull/67 (Web Link)" [ 19999 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
please submit a PR. Defaulting to INFO is preferable IMHO