Szymon Orzechowski created ATLAS-4783: -----------------------------------------
Summary: Atlas fails to start if indexing backend isn't set to Solr Key: ATLAS-4783 URL: https://issues.apache.org/jira/browse/ATLAS-4783 Project: Atlas Issue Type: Bug Components: atlas-intg Affects Versions: 2.3.0, 3.0.0 Reporter: Szymon Orzechowski If atlas.graph.index.search.backend is set to elasticsearch (which is in tech preview) Atlas fails to start and errors with {code:java} Caused by: java.util.NoSuchElementException: 'atlas.graph.index.search.solr.wait-searcher' doesn't map to an existing object at org.apache.commons.configuration.AbstractConfiguration.getBoolean(AbstractConfiguration.java:644) ~[?:?] at org.apache.atlas.ApplicationProperties.setDefaults(ApplicationProperties.java:374) ~[?:?] at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:146) ~[?:?] ... 35 more {code} This property shouldn't be required in atlas-application.properties when elasticsearch is used -- This message was sent by Atlassian Jira (v8.20.10#820010)