Some keys on index UsersByID do not currently have status(es) [REGISTERED]: userid=INSTALLED


Tech Panga <tech...@...>
 

Hi All,

We setup fresh Cassandra Keyspace, Fresh Janusgraph Instance. Started creating Composite Indexes.

mgmt=graph.openManagement();
mgmt.buildIndex('UsersByID', Vertex.class).addKey(mgmt.getPropertyKey('userid')).indexOnly(mgmt.getVertexLabel('User')).buildCompositeIndex();
mgmt.commit();



The property keys added during buildCompositeIndex() are not moving from INSTALLED state to REGISTERED state.

This database does not have any Vertexes so far.

Am  I missing any step here. Appreciate your help.

thanks in Advance.
-Regards, techpanga







David Pitera <piter...@...>
 

Read my answer in this post, specifically (3) and (5)

On Sat, Nov 4, 2017 at 11:29 AM, Tech Panga <tech...@...> wrote:
Hi All,

We setup fresh Cassandra Keyspace, Fresh Janusgraph Instance. Started creating Composite Indexes.

mgmt=graph.openManagement();
mgmt.buildIndex('UsersByID', Vertex.class).addKey(mgmt.getPropertyKey('userid')).indexOnly(mgmt.getVertexLabel('User')).buildCompositeIndex();
mgmt.commit();



The property keys added during buildCompositeIndex() are not moving from INSTALLED state to REGISTERED state.

This database does not have any Vertexes so far.

Am  I missing any step here. Appreciate your help.

thanks in Advance.
-Regards, techpanga






--
You received this message because you are subscribed to the Google Groups "JanusGraph users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janusgraph-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-users/72f1de53-36c5-46fc-836a-f4f6be187af8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.