[ https://issues.apache.org/jira/browse/GEODE-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16013287#comment-16013287 ]
Darrel Schneider commented on GEODE-2238: ----------------------------------------- Just saw the following test fail with what looks like a related issue: {noformat} org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.internal.cache.FixedPRSinglehopDUnitTest$$Lambda$71/1117084078.call in VM 0 running on Host pietas.apache.org with 4 VMs at org.apache.geode.test.dunit.VM.invoke(VM.java:377) at org.apache.geode.test.dunit.VM.invoke(VM.java:347) at org.apache.geode.test.dunit.VM.invoke(VM.java:315) at org.apache.geode.internal.cache.FixedPRSinglehopDUnitTest.testMetadataInClientWithFixedPartitions(FixedPRSinglehopDUnitTest.java:287) Caused by: org.apache.geode.GemFireConfigException: cluster configuration service not available at org.apache.geode.internal.cache.GemFireCacheImpl.requestSharedConfiguration(GemFireCacheImpl.java:1025) at org.apache.geode.internal.cache.GemFireCacheImpl.initialize(GemFireCacheImpl.java:1149) at org.apache.geode.internal.cache.GemFireCacheImpl.basicCreate(GemFireCacheImpl.java:758) at org.apache.geode.internal.cache.GemFireCacheImpl.create(GemFireCacheImpl.java:745) at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:173) at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:166) at org.apache.geode.internal.cache.FixedPRSinglehopDUnitTest.createServerWithLocator(FixedPRSinglehopDUnitTest.java:407) at org.apache.geode.internal.cache.FixedPRSinglehopDUnitTest.lambda$testMetadataInClientWithFixedPartitions$e5446efe$1(FixedPRSinglehopDUnitTest.java:288) Caused by: org.apache.geode.internal.process.ClusterConfigurationNotAvailableException: Unable to retrieve cluster configuration from the locator. at org.apache.geode.internal.cache.ClusterConfigurationLoader.requestConfigurationFromLocators(ClusterConfigurationLoader.java:259) at org.apache.geode.internal.cache.GemFireCacheImpl.requestSharedConfiguration(GemFireCacheImpl.java:988) {noformat} > Member may fail to receive cluster configuration from locator > ------------------------------------------------------------- > > Key: GEODE-2238 > URL: https://issues.apache.org/jira/browse/GEODE-2238 > Project: Geode > Issue Type: Bug > Components: management > Affects Versions: 1.0.0-incubating > Reporter: Kirk Lund > Assignee: Kirk Lund > > LuceneClusterConfigurationDUnitTest.indexWithAnalyzerGetsCreatedUsingClusterConfiguration > is failing frequently in precheckin. I'm going to mark it as FlakyTest. > Below is the stack trace: > {noformat} > :geode-lucene:distributedTest > org.apache.geode.cache.lucene.internal.configuration.LuceneClusterConfigurationDUnitTest > > indexWithAnalyzerGetsCreatedUsingClusterConfiguration FAILED > org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.cache.lucene.internal.configuration.LuceneClusterConfigurationDUnitTest$$Lambda$29/613305101.run > in VM 2 running on Host 3fb23bc375ef with 4 VMs > at org.apache.geode.test.dunit.VM.invoke(VM.java:344) > at org.apache.geode.test.dunit.VM.invoke(VM.java:314) > at org.apache.geode.test.dunit.VM.invoke(VM.java:259) > at org.apache.geode.test.dunit.rules.Member.invoke(Member.java:60) > at > org.apache.geode.cache.lucene.internal.configuration.LuceneClusterConfigurationDUnitTest.indexWithAnalyzerGetsCreatedUsingClusterConfiguration(LuceneClusterConfigurationDUnitTest.java:102) > Caused by: > java.lang.AssertionError > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertNotNull(Assert.java:712) > at org.junit.Assert.assertNotNull(Assert.java:722) > at > org.apache.geode.cache.lucene.internal.configuration.LuceneClusterConfigurationDUnitTest.lambda$indexWithAnalyzerGetsCreatedUsingClusterConfiguration$bb17a952$1(LuceneClusterConfigurationDUnitTest.java:105) > 94 tests completed, 1 failed > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)