JanusGraph stuck in SchemaStatus.INSTALLED status
A user reports that after discarding a composite index, creating a composite index with the same name would not work because JanusGraph is stuck in SchemaStatus.INSTALLED status.
@rngcntr Do you have any idea on this?
Originally posted on StackOverFlow: https://stackoverflow.com/questions/76266499/register-index-not-registering-schemastatus-installed-janusgraph-index
Stack Overflow
REGISTER_INDEX() Not Registering SchemaStatus.INSTALLED JanusGraph-...
Why is JanusGraph not registering an installed-index?
The first time the janusGraphManagement.buildIndex() builds and enables fine.
Although, second time the janusGraphIndex will be stuck at INSTAL...
1 Reply
Thanks for the info. I have checked the code and provided a quick fix