[ https://issues.apache.org/jira/browse/GEODE-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16810429#comment-16810429 ]
ASF subversion and git services commented on GEODE-4267: -------------------------------------------------------- Commit abb73f8c2a373a7070c9a1d7202ca8d88ac8438b in geode's branch refs/heads/develop from Kirk Lund [ https://gitbox.apache.org/repos/asf?p=geode.git;h=abb73f8 ] GEODE-4267: Fix suspect string in testCrashDuringPreparePersistentId It's actually pretty likely that a thread is going to catch and then log a DistributedSystemDisconnectedException or CacheClosedException. Use addIgnoredException for both types. > PersistentRecoveryOrderOldConfigDUnitTest.testCrashDuringPreparePersistentId > fails intermittently due to DistributedSystemDisconnectedException suspect > string > -------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: GEODE-4267 > URL: https://issues.apache.org/jira/browse/GEODE-4267 > Project: Geode > Issue Type: Bug > Components: persistence, tests > Reporter: Kirk Lund > Assignee: Kirk Lund > Priority: Minor > Labels: Flaky > Attachments: GEODE-4267-standard-output.txt, > lynn-findfailures-11-26-2018-15-25-48-logs.tgz > > Time Spent: 20m > Remaining Estimate: 0h > > {noformat} > org.apache.geode.internal.cache.persistence.PersistentRecoveryOrderOldConfigDUnitTest > > testCrashDuringPreparePersistentId FAILED > java.lang.RuntimeException: > org.apache.geode.distributed.DistributedSystemDisconnectedException: This > connection to a distributed system has been disconnected. > Caused by: > org.apache.geode.distributed.DistributedSystemDisconnectedException: > This connection to a distributed system has been disconnected. > 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 1443 > [error 2017/12/16 00:50:26.778 UTC <RMI TCP Connection(1)-10.254.0.146> > tid=0x1b] > org.apache.geode.distributed.DistributedSystemDisconnectedException: This > connection to a distributed system has been disconnected. > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)