TitanDB 1.0.0 (on top of DynamoDB)
Gremlin 3
I've created a mixedIndex in my TitanDB instance (only single machine - not cluster.) Reindexed the data. Called updateIndex(myIndex, SchemaAction.ENABLE_INDEX)
and it's stuck in this.
GraphIndexStatusReport[success=false, indexName='timestampIndex', targetStatus=REGISTERED, notConverged={timestamp=ENABLED}, converged={}, elapsed=PT1M0.068S]
There are no active transactions when I call g.getOpenTransactions()
mgmt.updateIndex(mgmt.getGraphIndex("timestampIndex"), SchemaAction.ENABLE_INDEX)
returns null - not sure if related but if I try to call .get()
on this is fails
I've created compositeIndex before and it worked fine