-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terminate builds stuck in queue on infra.ci #3378
Comments
Done, new builds kicked-in. For the record, we saw the logs like the following on almost all stuck builds (not only these two):
|
It's happening again, same two jobs. |
Status for the week end (e.g. short term unblocks)
=> gotta check now:
|
I tried a PAUSE/RESUME when the job was stuck after a controller restart : https://infra.ci.jenkins.io/job/kubernetes-jobs/job/kubernetes-management/job/main/12285/console |
Update: infra.ci was stuck last Thursday and we had to rollback/re-apply its deployement in Kubernetes.
|
Today deployment of 2.392 shows that:
java.lang.IllegalArgumentException: committed = 1076887552 should be < max = 1073741824
at java.management/java.lang.management.MemoryUsage.<init>(MemoryUsage.java:166)
at java.management/sun.management.MemoryImpl.getMemoryUsage0(Native Method)
at java.management/sun.management.MemoryImpl.getHeapMemoryUsage(MemoryImpl.java:71)
at com.codahale.metrics.jvm.MemoryUsageGaugeSet.lambda$getMetrics$7(MemoryUsageGaugeSet.java:58)
at jenkins.metrics.util.AutoSamplingHistogram.update(AutoSamplingHistogram.java:78)
at jenkins.metrics.util.AutoSamplingHistogram$PeriodicWorkImpl.doRun(AutoSamplingHistogram.java:128)
at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:92)
at jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829) |
jenkins-infra/kubernetes-management#3618 to fix this memory management issue |
With the Kuberentes 1.24 update in #3387 , the controller seems to have restarted properly and jobs contuning to work. Closing (unless we reproduce the issue again). |
Service(s)
infra.ci.jenkins.io
Summary
Can someone stop the following couple of jobs, please?
As configured, new builds don't start if one is already in progress. I can't cancel building jobs.
Thanks!
Reproduction steps
No response
The text was updated successfully, but these errors were encountered: