Benjamin P Ross created GEODE-8526:
--------------------------------------
Summary: CI Failure:
RestAPIsWithSSLDUnitTest.testWithMultipleProtocolLegacy fails due to suspicous
string (RejectedExecutionException)
Key: GEODE-8526
URL: https://issues.apache.org/jira/browse/GEODE-8526
Project: Geode
Issue Type: Bug
Affects Versions: 1.12.0
Reporter: Benjamin P Ross
{code:java}
org.apache.geode.rest.internal.web.controllers.RestAPIsWithSSLDUnitTest >
testWithMultipleProtocolLegacy FAILED
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 2058
[fatal 2020/09/04 08:48:48.497 GMT <Geode Failure Detection thread 2>
tid=1198] Uncaught exception in thread Thread[Geode Failure Detection thread
2,5,RMI Runtime]
java.util.concurrent.RejectedExecutionException: Task
org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor$$Lambda$5835/0x00000001050d4040@4431b231
rejected from java.util.concurrent.ThreadPoolExecutor@13324d3[Shutting down,
pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 2]
at
java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055)
at
java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
at
java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
at
org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.checkIfAvailable(GMSHealthMonitor.java:1296)
at
org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.processMessage(GMSHealthMonitor.java:1232)
at
org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.sendSuspectRequest(GMSHealthMonitor.java:1480)
at
org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.initiateSuspicion(GMSHealthMonitor.java:479)
at
org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.lambda$checkMember$1(GMSHealthMonitor.java:463)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)