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. Signed-off-by: Florian Hockmann <[email protected]>
- Loading branch information
5f00e33
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
12882.440922127775
ms/op12956.787543346796
ms/op0.99
org.janusgraph.GraphCentricQueryBenchmark.getVertices
905.3886182637102
ms/op902.1703069801889
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
216.20551551014492
ms/op216.24256983913043
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
344.89862059961536
ms/op334.9591941392857
ms/op1.03
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
211.66081952166306
ms/op209.00021040347767
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
4818.459405162898
ms/op5037.0925838105195
ms/op0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
16629.15422353863
ms/op16657.718093551666
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
19532.950324311514
ms/op21065.000455233134
ms/op0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
56254.793527300004
ms/op58456.6589335
ms/op0.96
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices
1544.1697414929463
ms/op1562.8454594797659
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8094.758052314057
ms/op7957.58089929328
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
386.2294761984996
ms/op378.7484547022495
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
4212.198763568307
ms/op4337.537304374108
ms/op0.97
org.janusgraph.CQLMultiQueryBenchmark.getNames
8287.14873015512
ms/op8008.8382583107905
ms/op1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5703.964245191555
ms/op6210.610506507202
ms/op0.92
org.janusgraph.CQLMultiQueryBenchmark.getLabels
7019.312043938019
ms/op7088.398645351861
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
421.5336921542358
ms/op421.43212310684606
ms/op1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
12049.85838935817
ms/op11822.11288646013
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
363.6792418260749
ms/op363.2128115602137
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
15140.04796207105
ms/op15104.220894219523
ms/op1.00
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
247.8207640796067
ms/op245.19139725925493
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
14674.180635047776
ms/op15177.351274470668
ms/op0.97
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8036.689384365836
ms/op7978.568882459052
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
8982.4757617982
ms/op8827.772842934128
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8437.223584256195
ms/op8352.248955390452
ms/op1.01
This comment was automatically generated by workflow using github-action-benchmark.