Problem is visible in tests (maybe random):
https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-linux/Slave=MULTIDB_LINUX,dbprofile=pgsql,jdk=openjdk-7-jdk/675/console
10:15:25 Running org.nuxeo.template.samples.tests.TestImportedModelRendering 10:15:32 Exception in thread "Nuxeo-Convert-GC" java.util.ConcurrentModificationException 10:15:32 at java.util.HashMap$HashIterator.nextEntry(HashMap.java:894) 10:15:32 at java.util.HashMap$KeyIterator.next(HashMap.java:928) 10:15:32 at org.nuxeo.ecm.core.convert.cache.ConversionCacheGCManager.getCacheSizeInKB(ConversionCacheGCManager.java:64) 10:15:32 at org.nuxeo.ecm.core.convert.cache.ConversionCacheGCManager.gcIfNeeded(ConversionCacheGCManager.java:75) 10:15:32 at org.nuxeo.ecm.core.convert.cache.GCTask.run(GCTask.java:50) 10:15:32 at java.lang.Thread.run(Thread.java:722)
- is required by
-
NXP-18991 Add better error to diagnose random NPE in convert garbage collector
- Resolved