Jens Deppe created GEODE-6347: --------------------------------- Summary: CI failure in CacheXml81DUnitTest.testResourceManagerThresholds Key: GEODE-6347 URL: https://issues.apache.org/jira/browse/GEODE-6347 Project: Geode Issue Type: Test Components: core Reporter: Jens Deppe
This test has failed for the first time since changes to resource management. {{java.lang.AssertionError: Suspicious strings were written to the log during this run.}} {{Fix the strings or use IgnoredException.addIgnoredException to ignore.}} {{-----------------------------------------------------------------------}} {{Found suspect string in log4j at line 601}}{{[error 2019/01/31 09:20:43.510 UTC <Test worker> tid=25] Member: c26734d01750(1:loner):0:6cde35a3 above heap critical threshold. Event generated via notification.}}{{-----------------------------------------------------------------------}} {{Found suspect string in log4j at line 658}}{{[error 2019/01/31 09:20:43.639 UTC <Test worker> tid=25] Member: c26734d01750(1:loner):0:6cde35a3 above heap critical threshold. Event generated via notification.}} Test logs can be found here: http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-SNAPSHOT.0389/test-results/distributedTest/1548929534/ [http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-SNAPSHOT.0389/test-artifacts/1548929534/distributedtestfiles-OpenJDK8-1.9.0-SNAPSHOT.0389.tgz] The relevant portion of the log is probably this bit: {{[info 2019/01/31 09:20:43.504 UTC <Test worker> tid=0x19] Initializing cache using file:/tmp/junit2767642211712670648/XML_8.1/ CacheXml81DUnitTest_testResourceManagerThresholds.xml:}} {{ <?xml version="1.0" encoding="UTF-8"?><cache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http:// schema.pivotal.io/gemfire/cache" xsi:schemaLocation="http://schema.pivotal.io/gemfire/cache http://schema.pivotal.io/gemfire/cache/cache-8.1. xsd" version="8.1">}} {{ <pdx/>}} {{ <function-service/>}} {{ <resource-manager critical-heap-percentage="90.0" eviction-heap-percentage="95.0"/>}} {{ </cache>}}{{[error 2019/01/31 09:20:43.510 UTC <Test worker> tid=0x19] Member: c26734d01750(1:loner):0:6cde35a3 above heap critical threshold. Event generated via notification.}}{{[info 2019/01/31 09:20:43.512 UTC <Test worker> tid=0x19] Overridding MemoryPoolMXBean heap threshold bytes 0 on pool PS Old Gen}}{{[error 2019/01/31 09:20:43.512 UTC <Test worker> tid=0x19] Cache initialization for GemFireCache[id = 1617366676; isClosing = false; isShutDownAll = false; created = Thu Jan 31 09:20:43 UTC 2019; server = false; copyOnRead = false; lockLease = 120; lockTimeout = 60] failed because: java.lang. IllegalArgumentException: Eviction percentage must be less than the critical percentage.}}{{[info 2019/01/31 09:20:43.513 UTC <Test worker> tid=0x19] GemFireCache[id = 1617366676; isClosing = true; isShutDownAll = false; created = Thu Jan 31 09:20:43 UTC 2019; server = false; copyOnRead = false; lockLease = 120; lockTimeout = 60]: Now closing.}}{{[error 2019/01/31 09:20:43.519 UTC <Test worker> tid=0x19] Eviction percentage must be less than the critical percentage.}} -- This message was sent by Atlassian JIRA (v7.6.3#76005)