Janusgraph + Solr Cloud + Zookeeper
I am trying to configure Janusgraph 1.1 using Solr 8.11.4 and Zookeeper, but i ran to the same error as mentioned here https://issues.apache.org/jira/browse/ATLAS-4940 , although i see that 8.11.4 is compatible with Janusgraph and while building Janusgraph from Repository i see that also the tests can run with solr. So what is the workaround to solve it?
1 Reply
If anyone else needs it, it seems that Janusgraph-driver uses noggit 0.8 but solr uses an internal fork of noggit that changed it.
So in the pom.xml you need to exclude org.noggit from Janusgraph-driver.
At least this solved it from me.