[ https://issues.apache.org/jira/browse/ATLAS-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Szymon Orzechowski updated ATLAS-4783: -------------------------------------- Description: If atlas.graph.index.search.backend is set to elasticsearch (which is in tech preview) and atlas.graph.index.search.solr.wait-searcher isn't set then 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 was: 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 > 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: 3.0.0, 2.3.0 > Reporter: Szymon Orzechowski > Priority: Major > Attachments: ATLAS-4783.patch > > > If atlas.graph.index.search.backend is set to elasticsearch (which is in tech > preview) and atlas.graph.index.search.solr.wait-searcher isn't set then 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)