Darrel Schneider created GEODE-7211:
---------------------------------------
Summary:
RollingUpgradeQueryReturnsCorrectResultsAfterServersRollOverOnPersistentPartitionRegion
fails intermittently with ClusterConfigurationNotAvailableException
Key: GEODE-7211
URL: https://issues.apache.org/jira/browse/GEODE-7211
Project: Geode
Issue Type: Bug
Components: lucene
Reporter: Darrel Schneider
See the fix for GEODE-2546 which may help in fixing this issue.
The failure:
{noformat}
AILED
org.apache.geode.test.dunit.RMIException: While invoking
org.apache.geode.cache.lucene.LuceneSearchWithRollingUpgradeDUnit$6.run in VM 0
running on Host af07b712403e with 4 VMs with version 1.3.0
at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:579)
at org.apache.geode.test.dunit.VM.invoke(VM.java:406)
at
org.apache.geode.cache.lucene.LuceneSearchWithRollingUpgradeDUnit.invokeRunnableInVMs(LuceneSearchWithRollingUpgradeDUnit.java:433)
at
org.apache.geode.cache.lucene.LuceneSearchWithRollingUpgradeDUnit.executeLuceneQueryWithServerRollOvers(LuceneSearchWithRollingUpgradeDUnit.java:279)
at
org.apache.geode.cache.lucene.RollingUpgradeQueryReturnsCorrectResultsAfterServersRollOverOnPersistentPartitionRegion.luceneQueryReturnsCorrectResultsAfterServersRollOverOnPersistentPartitionRegion(RollingUpgradeQueryReturnsCorrectResultsAfterServersRollOverOnPersistentPartitionRegion.java:25)
Caused by:
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
Caused by:
java.lang.reflect.InvocationTargetException
Caused by:
org.apache.geode.GemFireConfigException: cluster configuration
service not available
Caused by:
org.apache.geode.internal.config.ClusterConfigurationNotAvailableException:
Unable to retrieve cluster configuration from the locator.
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)