You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (Jira)" <ji...@apache.org> on 2019/12/10 19:27:00 UTC

[jira] [Comment Edited] (GEODE-4267) PersistentRecoveryOrderOldConfigDUnitTest.testCrashDuringPreparePersistentId fails intermittently due to DistributedSystemDisconnectedException suspect string

    [ https://issues.apache.org/jira/browse/GEODE-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16991880#comment-16991880 ] 

Kirk Lund edited comment on GEODE-4267 at 12/10/19 7:26 PM:
------------------------------------------------------------

The version of this test on develop cannot fail with DistributedSystemDisconnectedException suspect string, so I'm guessing that the recent sighting is an older version (ie, the sha is not actually in 1.10). Perhaps the first release with the fix is actually 1.11.

Edit: I confirmed that the fixes are definitely in 1.10. Perhaps an asynchronous thread logged DistributedSystemDisconnectedException outside of the IgnoredException for it?


was (Author: klund):
The version of this test on develop cannot fail with DistributedSystemDisconnectedException suspect string, so I'm guessing that the recent sighting is an older version (ie, the sha is not actually in 1.10). Perhaps the first release with the fix is actually 1.11.

> 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
>             Fix For: 1.10.0
>
>         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
(v8.3.4#803005)