Summary: durable-task-plugin aborting jobs Key: OVIRT-1978 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1978 Project: oVirt - virtualization made easy Issue Type: Bug Reporter: Daniel Belenky Assignee: infra
It seems that the durable-task-plugin is aborting jobs that runs a shell script after (default) 15 seconds of inactivity. It considers a shell script inactive if it doesn't write any output to STDOUT.
I haven't been able yet to determine the root cause and why we don't see the same issue in production.
{code:java} wrapper script does not seem to be touching the log file in /home/jenkins-staging/workspace/jenkins_standard-check-patch@tmp/durable-cea206c5
(JENKINS-48300: if on a laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=300) {code}
Maybe we should increase the HEARTBEAT_CHECK_INTERVAL as suggested in the error message. But why we don't see this error in production Jenkins but only in staging?
— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100082)