index convergence to REGISTERED failed
i'm trying to register an index called "id", it fails to register, when running
mgmt.awaitGraphIndexStatus(graph, 'byId').status(SchemaStatus.REGISTERED).call()
i get the logs of the process running and then
88775326 [main] INFO org.janusgraph.graphdb.database.management.GraphIndexStatusWatcher - Timed out (PT1M) while waiting for index byId to converge on status(es) [REGISTERED]
==>GraphIndexStatusReport[success=false, indexName='byId', targetStatus=[REGISTERED], notConverged={id=INSTALLED}, converged={}, elapsed=PT1M0.079S]
2 Replies