Skip to content

Issue while creating Vertex Centric Index on edge property. #3965

Answered by FlorianHockmann
dxtr-1-0 asked this question in Q&A
Discussion options

You must be logged in to vote

Let me try to summarize my understanding of this:

  • Only management transactions have to be closed before executing such an index operation.
  • Every JanusGraph instance (like a running JanusGraph Server) creates a management transaction to participate in schema changes.
  • Since JanusGraph needs this management transaction to get notified about schema changes, JanusGraph instances should be completely shut down before performing an index operation.

This leads me to the following steps for index operations:

  1. Stop all JanusGraph instances (e.g., by stopping all JanusGraph Server instances)
  2. Close all management transactions in case there are still some open
  3. Execute the index operation
  4. Start Janus…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dxtr-1-0
Comment options

@FlorianHockmann
Comment options

Answer selected by dxtr-1-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants