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/10/23 16:50:00 UTC

[jira] [Resolved] (GEODE-7298) CI: StatusClusterConfigServiceCommandDUnitTest > classMethod FAILED

     [ https://issues.apache.org/jira/browse/GEODE-7298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk Lund resolved GEODE-7298.
------------------------------
    Fix Version/s: 1.11.0
       Resolution: Fixed

Fixed by this commit:
{noformat}
commit f0c96db73263bb1b3cb04558f2a720d70f43421f (HEAD -> develop, origin/develop, origin/HEAD)
Author: Kirk Lund <kl...@apache.org>
Date:   Wed Oct 23 09:42:00 2019 -0700

    GEODE-7330: Prevent RegionDestroyedException in FederatingManager (#4193)
    
    * GEODE-7330: Prevent RegionDestroyedException in FederatingManager
    
    Cleanup management classes:
    * Reduce method and field visibility as much as possible
    * Remove unnecessary uses of this
    * Reorder fields and methods based on visibility and other modifiers
    * Use @VisibleForTesting annotation
    * Fixup formatting and variable names
    
    Make all FederatingManager fields final:
    * Remove field setters for tests
    * Introduce FederatingManagerFactory
    * Add FederatingManagerFactory system property for tests to
      SystemManagementService
    * Inject all FederatingManager fields via constructor
    * Use Geode APIs in MBeanFederationErrorPathDUnitTest
    
    Rename MBeanFederationErrorHandlingDistributedTest:
    * Rename MBeanFederationErrorPathDUnitTest as
      MBeanFederationErrorHandlingDistributedTest
{noformat}

> CI: StatusClusterConfigServiceCommandDUnitTest > classMethod FAILED
> -------------------------------------------------------------------
>
>                 Key: GEODE-7298
>                 URL: https://issues.apache.org/jira/browse/GEODE-7298
>             Project: Geode
>          Issue Type: Bug
>          Components: configuration
>            Reporter: Jinmei Liao
>            Priority: Major
>             Fix For: 1.11.0
>
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1181
> org.apache.geode.management.internal.cli.commands.StatusClusterConfigServiceCommandDUnitTest > classMethod 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 1329
>     [fatal 2019/10/15 08:23:55.228 GMT <FederatingManager2> tid=101] Uncaught exception in thread Thread[FederatingManager2,5,RMI Runtime]
>     org.apache.geode.cache.RegionDestroyedException: org.apache.geode.internal.cache.DistributedRegion[path='/_monitoringRegion_172.17.0.18<v1>41001';scope=DISTRIBUTED_NO_ACK';dataPolicy=REPLICATE]
>     	at org.apache.geode.internal.cache.LocalRegion.checkRegionDestroyed(LocalRegion.java:7293)
>     	at org.apache.geode.internal.cache.LocalRegion.basicDestroyRegion(LocalRegion.java:6157)
>     	at org.apache.geode.internal.cache.DistributedRegion.basicDestroyRegion(DistributedRegion.java:1821)
>     	at org.apache.geode.internal.cache.LocalRegion.basicDestroyRegion(LocalRegion.java:6128)
>     	at org.apache.geode.internal.cache.LocalRegion.localDestroyRegion(LocalRegion.java:2251)
>     	at org.apache.geode.internal.cache.AbstractRegion.localDestroyRegion(AbstractRegion.java:453)
>     	at org.apache.geode.management.internal.FederatingManager.removeMemberArtifacts(FederatingManager.java:216)
>     	at org.apache.geode.management.internal.FederatingManager.access$000(FederatingManager.java:67)
>     	at org.apache.geode.management.internal.FederatingManager$RemoveMemberTask.run(FederatingManager.java:564)
>     	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>     	at java.lang.Thread.run(Thread.java:748)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)