Clement de Groc
Clement de Groc
> @cdegroc @li-boxuan I think it makes sense to remove backend-ops executor pool in 1.0.0 release and leave only CQL executor pool as we discussed earlier. In case you don't...
> ScyllaDB and DataStax Java Drivers cannot be together in JanusGraph Server because they have the same classpath. Could [shading](https://maven.apache.org/plugins/maven-shade-plugin/examples/class-relocation.html) help set two different classpaths for the two java-driver libraries...
> This was \@farodin91 's question as well. Shading would help having 2 conflicting libraries together, but I don't understand how will janusgraph-scylla work with Shading because it extends janusgraph-cql...
> Great finding, thank you! > > btw why is this PR marked as WIP? I wanted to confirm the problem before creating an issue and a proper PR. I'm...
> I usually have a default vertex cache size and dirty vertex size set to 0 and set a proper value per transaction when needed, thus I haven't bumped into...