Hi guys,

I've been dealing with this problem for some time now. Jobs seem to get stuck in the jenkins queue, although there are free executors on slaves.

Master connects to slaves via SSH.

I run 3 static slaves with 3 x 100 executors.


So far, only thing that really helps is restart of the jenkins service, but, it helps only for day or two when the problem reoccurs.


I was thinking of turning on additional logs:

https://wiki.jenkins-ci.org/display/JENKINS/Logging

but I can't find the list of the available loggers...




I'm running:

# cat /etc/redhat-release
CentOS Linux release 7.3.1611 (Core)

# java -version
java version "1.7.0_121"
OpenJDK Runtime Environment (rhel-2.6.8.0.el7_3-x86_64 u121-b00)
OpenJDK 64-Bit Server VM (build 24.121-b00, mixed mode)

# rpm -q jenkins
jenkins-2.32.1-1.1.noarch

# grep ^JENKINS_JAVA_OPTIONS /etc/sysconfig/jenkins
JENKINS_JAVA_OPTIONS="-Djava.awt.headless=true -Xmx8g -XX:PermSize=1024m -XX:MaxPermSize=1024m -XX:+UseG1GC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -verbose:gc -Xloggc:/var/log/jenkins/gc.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=10M -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/lib/jenkins/heapdump.hprof -Dhudson.model.DirectoryBrowserSupport.CSP= -Dhudson.model.ParametersAction.keepUndefinedParameters=true"



Any ideas ?

--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" 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-users/8bbeb06a-bf43-fb55-53d3-bdc232ecc14c%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to