Replies: 1 comment 5 replies
-
Maybe checking this could help: https://docs.janusgraph.org/operations/recovery/#janusgraph-instance-failure |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to remove a composite index with JanusGraphManagement (with bigtable as storage backend) there is no errors, but the job doesn't seem to be removing anything:
9195551 [Thread-11] INFO org.janusgraph.graphdb.olap.job.IndexRemoveJob - Index byEntityType metrics: success-tx: 1 doc-updates: 0 succeeded: 0
9195644 [Thread-9] INFO org.janusgraph.graphdb.olap.job.IndexRemoveJob - Index byEntityType metrics: success-tx: 2 doc-updates: 0 succeeded: 0
9195645 [Thread-9] INFO org.janusgraph.graphdb.database.management.ManagementSystem - Index update job successful for [byEntityType]
after that the index remains in DISABLED status and doesn't seem to be removed from bigtable.
what could be the problem?
Thanks,
Roi
Beta Was this translation helpful? Give feedback.
All reactions