rydbirkjr
rydbirkjr
JJanusGraph
Created by rydbirkjr on 8/8/2023 in #questions
JanusGraph fails on initial startup (cql-es)
I'll try it out a couple of times over the next 24h 🙂
7 replies
JJanusGraph
Created by rydbirkjr on 8/8/2023 in #questions
JanusGraph fails on initial startup (cql-es)
As an environment config for JG resolves the issue
7 replies
JJanusGraph
Created by rydbirkjr on 8/8/2023 in #questions
JanusGraph fails on initial startup (cql-es)
No honestly I hadn't. I struggled a bit with figuring out the formatting and which property to set, however it seems that adding it as:
janusgraph.storage.cql.internal.string-configuration=datastax-java-driver { advanced.metadata.schema.debouncer.window = 1 second }
janusgraph.storage.cql.internal.string-configuration=datastax-java-driver { advanced.metadata.schema.debouncer.window = 1 second }
7 replies
JJanusGraph
Created by rydbirkjr on 6/27/2023 in #questions
Upgrading from 0.6 to 1.0.0-20230626 caused indexes to disappear
@florianhockmann , I think you're right regarding the schema printing. However, the queries stopped using the indexes nonetheless, so I'm unsure why they got disabled. Just for future reference, what I ended up doing was to get rid of the ConfigurationManagementGraph and rebuilding the graph from source. ConfigurationManagementGraph wasn't needed anymore in our setup and we switched to only having the default graph as defined in gremlin-server.yaml. Indexes looks fine now.
8 replies