Janusgraph does not change index status to registered - Java client


sparshneel chanchlani <sparshneel...@...>
 

Hi , 
I am using janusgraph java client to use management feature. I am creating indices using the management object. When the transaction is committed, the index status should be registered. But when i check using gremlin console the status is INSTALLED, which does not allow me to ENABLE the index. I have explicitly tried setting the index status to Register and then enable it still does not work, status remains same. I am using below version and storage backend.

Version : janusgraph 0.4.1
storage backend : cassandra
index store: ElasticSearch

Below are the gradle dependencies i am using. I am pasting these since i saw in one of the tickets or janusgraph it was mentioned to add gremlin-server dependency. I tired that but still the status does not change.

compile group: 'org.janusgraph', name: 'janusgraph-core', version: '0.4.1'
compile group: 'org.janusgraph', name: 'janusgraph-cql', version: '0.4.1'
compile group: 'org.janusgraph', name: 'janusgraph-es', version: '0.4.1'
compile group: 'org.apache.tinkerpop', name: 'gremlin-server', version: '3.4.4'