Issue Type: Bug Bug
Affects Versions: current
Assignee: Nicolas De Loof
Attachments: git-polling-log-output.txt
Components: git
Created: 07/Feb/13 10:05 PM
Description:

Since upgrading to the most current Git plug-in, we are seeing a recurring issue where the slave runs out of java heap while polling.

After some experimentation, we determined that the failure occurs after the git plug-in detects a change on the target branch, if that change is the result of a merge from another branch. In this case, the plug-in executes the following command:
git show --no-abbrev --format=raw -M --raw 2788f90d10b251842a194d301c7badc71d87a279..bee56170f462e3c62031c2b9206bb425d3fb09ff
This command runs for three minutes (or so) and then the slave kills it. I am attaching the output as displayed in the Git Polling Log.

Triggering the build manually causes the build to run, and then everything is hunky-dory until the next merge goes in.

We have tried both raising and lowering the Xmx value, to no effect.

Environment: Slave on Windows 2008 R2; Jenkins server in CentOS.
Project: Jenkins
Priority: Major Major
Reporter: Don Ross
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to