[JIRA] (JENKINS-45750) GitBlamer causes OutOfMemoryError

2018-10-05 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ulli Hafner updated  JENKINS-45750  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-45750  
 
 
  GitBlamer causes OutOfMemoryError   
 

  
 
 
 
 

 
Change By: 
 Ulli Hafner  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 5.0.0-beta3  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-45750) GitBlamer causes OutOfMemoryError

2018-10-02 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ulli Hafner updated  JENKINS-45750  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Should work better in the upcoming beta 2 of the warnings plugin. (Maybe upgrading the Git and Git client plugins to the latest betas will also help, since they now use EGit 5.1).  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-45750  
 
 
  GitBlamer causes OutOfMemoryError   
 

  
 
 
 
 

 
Change By: 
 Ulli Hafner  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-45750) GitBlamer causes OutOfMemoryError

2018-09-17 Thread dirme...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 dirmeier commented on  JENKINS-45750  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GitBlamer causes OutOfMemoryError   
 

  
 
 
 
 

 
 Hi Ulli Hafner, we also have an OutOfMemery Exception but with another Stacktrace. (another issue?) 

 

ERROR: Build step failed with exception
java.lang.OutOfMemoryError: GC overhead limit exceeded
	at org.eclipse.jgit.internal.storage.file.PackFile.load(PackFile.java:878)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to FIPS_Build6
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1071)
		at hudson.FilePath.act(FilePath.java:1060)
		at hudson.plugins.analysis.util.AbstractBlamer.invokeBlamer(AbstractBlamer.java:59)
		at hudson.plugins.analysis.util.AbstractBlamer.blame(AbstractBlamer.java:45)
		at hudson.plugins.analysis.core.HealthAwarePublisher.blame(HealthAwarePublisher.java:109)
		at hudson.plugins.checkstyle.CheckStylePublisher.perform(CheckStylePublisher.java:81)
		at hudson.plugins.analysis.core.HealthAwarePublisher.perform(HealthAwarePublisher.java:69)
		at hudson.plugins.analysis.core.HealthAwareRecorder.perform(HealthAwareRecorder.java:298)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1840)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: org.eclipse.jgit.errors.LargeObjectException$OutOfMemory: Out of memory loading unknown object
	at org.eclipse.jgit.internal.storage.file.PackFile.load(PackFile.java:881)
	at org.eclipse.jgit.internal.storage.file.PackFile.get(PackFile.java:273)
	at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openPackedObject(ObjectDirectory.java:421)
	at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openPackedFromSelfOrAlternate(ObjectDirectory.java:390)
	at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openObject(ObjectDirectory.java:382)
	at org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:154)
	at org.eclipse.jgit.treewalk.CanonicalTreeParser.reset(CanonicalTreeParser.java:214)
	at org.eclipse.jgit.treewalk.TreeWalk.reset(TreeWalk.java:645)
	at org.eclipse.jgit.blame.BlameGenerator.find(BlameGenerator.java:954)
	at org.eclipse.jgit.blame.BlameGenerator.processOne(BlameGenerator.java:603)
	at org.eclipse.jgit.blame.BlameGenerator.next(BlameGenerator.java:496)
	at org.eclipse.jgit.blame.BlameResult.computeAll(BlameResult.java:239)
	at org.eclipse.jgit.blame.BlameGenerator.computeBlameResult(BlameGenerator.java:450)
	at org.eclipse.jgit.api.BlameCommand.call(BlameCommand.java:230)
	at hudson.plugins.analysis.util.GitBlamer$BlameCallback.invoke(GitBlamer.java:130)
	at hudson.plugins.analysis.util.GitBlamer$BlameCallback.invoke(GitBlamer.java:104)
	at