-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/75304/
-----------------------------------------------------------
Review request for atlas, chaitali, Jayendra Parab, Madhan Neethiraj, Mandar
Ambawane, and Radhika Kundam.
Bugs: ATLAS-4940
https://issues.apache.org/jira/browse/ATLAS-4940
Repository: atlas
Description
-------
After Solr/janusgraph version upgrade,
Atlas fails to start, giving below exception (seen intermittently)
java.lang.IllegalArgumentException: Could not instantiate implementation:
org.janusgraph.diskstorage.solr.Solr6Index
at
org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:79)
at
org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:548)
at org.janusgraph.diskstorage.Backend.getIndexes(Backend.java:532)
Caused by: java.lang.NoSuchMethodError:
org.noggit.ObjectBuilder.getValStrict()Ljava/lang/Object;
at org.apache.solr.common.util.Utils.fromJSON(Utils.java:319)
On further checking, janusgraph 1.0.0 fetches noggit 0.8.0, but solr 8.11.3
seems it is using a forked version of noggit.(0.9.0)
Hence creation of janusgraph instance, fails.
Diffs
-----
graphdb/janus/pom.xml 7a070d45d
Diff: https://reviews.apache.org/r/75304/diff/1/
Testing
-------
Ran mvn clean -DskipTests package install -Pdist,embedded-hbase-solr
Atlas started succesfully.
Thanks,
Pinal Shah