[JIRA] [disk-usage] (JENKINS-20876) disk usage hangs http request to view job

2013-12-16 Thread tdr...@gmail.com (JIRA)














































Tim Drury
 commented on  JENKINS-20876


disk usage hangs http request to view job















Thanks, Lucie.  I'm pretty confident this issue is caused by this one: https://issues.jenkins-ci.org/browse/JENKINS-19544 - if you can't reproduce this on 1.542, then feel free to close it (or mark as caused by 19544).



























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


[JIRA] [disk-usage] (JENKINS-20876) disk usage hangs http request to view job

2013-12-12 Thread lvoty...@redhat.com (JIRA)














































Lucie Votypkova
 commented on  JENKINS-20876


disk usage hangs http request to view job















Hi, I tested it only on 1.480.2 version Jenkins and it works without problems. I will try to test it with 1.542. This is a serious issue, so I should be sure that it is only bug in core. Thanks for report this issue.



























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


[JIRA] [disk-usage] (JENKINS-20876) disk usage hangs http request to view job

2013-12-11 Thread tdr...@gmail.com (JIRA)














































Tim Drury
 commented on  JENKINS-20876


disk usage hangs http request to view job















After further OOM errors even after disk-usage has been disabled, I think the issue is with core Jenkins.  See this thread on the user list: https://groups.google.com/d/msg/jenkinsci-users/ZK1J6R2ej4I/SF1giBkUugYJ



























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


[JIRA] [disk-usage] (JENKINS-20876) disk usage hangs http request to view job

2013-12-11 Thread tdr...@gmail.com (JIRA)














































Tim Drury
 created  JENKINS-20876


disk usage hangs http request to view job















Issue Type:


Bug



Affects Versions:


current



Assignee:


Lucie Votypkova



Components:


disk-usage



Created:


04/Dec/13 8:39 PM



Description:


after upgrading to the latest jenkins and plugins, when someone tries to fetch the page for a particularly large job, the request hangs and the thread is stuck.  Disabling the disk-usage plugin fixed the issue and now the job can be viewed.

Here is the thread dump for the thread:

"Handling GET /job/me-main/ : RequestHandlerThread12" daemon prio=5 RUNNABLE
	java.util.WeakHashMap.eq(WeakHashMap.java:259)
	java.util.WeakHashMap.get(WeakHashMap.java:353)
	com.thoughtworks.xstream.core.util.WeakCache.get(WeakCache.java:57)
	java.util.Collections$SynchronizedMap.get(Collections.java:1975)
	com.thoughtworks.xstream.converters.basic.StringConverter.fromString(StringConverter.java:89)
	com.thoughtworks.xstream.converters.SingleValueConverterWrapper.fromString(SingleValueConverterWrapper.java:41)
	com.thoughtworks.xstream.converters.SingleValueConverterWrapper.unmarshal(SingleValueConverterWrapper.java:49)
	com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
	com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
	com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
	com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
	com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
	com.thoughtworks.xstream.converters.collections.MapConverter.putCurrentEntryIntoMap(MapConverter.java:86)
	com.thoughtworks.xstream.converters.collections.MapConverter.populateMap(MapConverter.java:78)
	com.thoughtworks.xstream.converters.collections.MapConverter.populateMap(MapConverter.java:72)
	com.thoughtworks.xstream.converters.collections.MapConverter.unmarshal(MapConverter.java:67)
	hudson.util.PackedMap$ConverterImpl.unmarshal(PackedMap.java:175)
	hudson.util.XStream2$AssociatedConverterImpl.unmarshal(XStream2.java:338)
	com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
	com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
	com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
	hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:333)
	hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:275)
	hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:222)
	com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
	com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
	com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
	com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
	com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
	hudson.util.RobustCollectionConverter.populateCollection(RobustCollectionConverter.java:85)
	com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:61)
	hudson.util.RobustCollectionConverter.unmarshal(RobustCollectionConverter.java:76)
	com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
	com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
	com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
	hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:333)
	hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:275)
	hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:222)
	

[JIRA] [disk-usage] (JENKINS-20876) disk usage hangs http request to view job

2013-12-11 Thread tdr...@gmail.com (JIRA)














































Tim Drury
 commented on  JENKINS-20876


disk usage hangs http request to view job















A similar issue recommended increasing heap and permgen which I did from 3G to 4.2G (heap) and 512M to 1G (permgen), but the problem still occurred.  I let the page try to load for 4 hours and CPU on all 4 cores was 90%+.



























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