Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure Scylla driver is used for scylla-hadoop
I don't know why this exclusion is necessary because `cassandra-driver-core` is only an optional dependency of `janusgraph-cql` and should therefore not be included in the classpath of `janusgraph-scylla` any way, but it looks like that is not the case. At least we got failing Scylla Hadoop tests after trying to update the Scylla driver to 3.11.5. They fail with a `NoSuchMethodError` on `ResultSet.one()` which was removed in the Scylla driver. @Bouncheck mentioned that this error should only be possible if we actually have another version of the driver on our classpath which let to this (hopefully) fix. So it should now be possible to update the Scylla driver again. Signed-off-by: Florian Hockmann <[email protected]>
- Loading branch information
7552195
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete
12879.581229020885
ms/op12956.787543346796
ms/op0.99
org.janusgraph.GraphCentricQueryBenchmark.getVertices
907.9195998346066
ms/op902.1703069801889
ms/op1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
216.16329797862318
ms/op216.24256983913043
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
349.20709297
ms/op334.9591941392857
ms/op1.04
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
233.72658682927647
ms/op209.00021040347767
ms/op1.12
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5014.018186993197
ms/op5037.0925838105195
ms/op1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
16867.374442456126
ms/op16657.718093551666
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
20135.369511390305
ms/op21065.000455233134
ms/op0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
55835.82933163333
ms/op58456.6589335
ms/op0.96
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices
1586.057771315828
ms/op1562.8454594797659
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8141.07405491842
ms/op7957.58089929328
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
383.2589119627296
ms/op378.7484547022495
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
4308.760684895797
ms/op4337.537304374108
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getNames
8288.845406116963
ms/op8008.8382583107905
ms/op1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5532.800148320408
ms/op6210.610506507202
ms/op0.89
org.janusgraph.CQLMultiQueryBenchmark.getLabels
7136.364067904415
ms/op7088.398645351861
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
435.63174724051237
ms/op421.43212310684606
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
12766.173271640277
ms/op11822.11288646013
ms/op1.08
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
363.13092607566654
ms/op363.2128115602137
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
14923.045757180238
ms/op15104.220894219523
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
250.13744332817126
ms/op245.19139725925493
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
15021.413442548332
ms/op15177.351274470668
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8513.125015962454
ms/op7978.568882459052
ms/op1.07
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
9128.65599557908
ms/op8827.772842934128
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8388.611719513618
ms/op8352.248955390452
ms/op1.00
This comment was automatically generated by workflow using github-action-benchmark.