JanusGraph / janusgraph

JanusGraph: an open-source, distributed graph database
https://janusgraph.org
Other
5.27k stars 1.16k forks source link

FulgoraGraphComputer only works with AutomaticSchemaMakers #2690

Open lnnwvr opened 3 years ago

lnnwvr commented 3 years ago

QueryUtil.getType(StandardJanusGraphTx tx, String typeName) is used in when executing OLAP querries (VertexProgramScanJob) in the FulgoraGraphComputer. Type of gremlin.traversalVertexProgram.haltedTraversers is not known and an exception is thrown.

vtslab commented 3 years ago

Thanks for reporting this issue. Could you add more details using the "bug format" below?

Please include configurations and logs if available.

For confirmed bugs, please report:

Stack Trace (if you have one)

paste stack trace here