Skip to content

Commit

Permalink
Update ElasticSearch to 8.15.3
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Porunov <[email protected]>
  • Loading branch information
porunov committed Nov 4, 2024
1 parent ade2c39 commit c92b10e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ compile "org.janusgraph:janusgraph-core:1.1.0"
* Apache HBase 2.6.0
* Oracle BerkeleyJE 7.5.11
* ScyllaDB 5.1.4
* Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.10.4
* Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.15.3
* Apache Lucene 8.11.1
* Apache Solr 8.11.1
* Apache TinkerPop 3.7.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class JanusGraphElasticsearchContainer extends ElasticsearchContainer {

private static final Integer ELASTIC_PORT = 9200;
private static final String DEFAULT_VERSION = "8.10.4";
private static final String DEFAULT_VERSION = "8.15.3";
private static final String DEFAULT_IMAGE = "docker.elastic.co/elasticsearch/elasticsearch";

public static ElasticMajorVersion getEsMajorVersion() {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- align with org.apache.spark:spark-core_2.12 -->
<jackson2.version>2.17.2</jackson2.version>
<lucene-solr.version>8.11.3</lucene-solr.version>
<elasticsearch.version>8.10.4</elasticsearch.version>
<elasticsearch.version>8.15.3</elasticsearch.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.collections.version>3.2.2</commons.collections.version>
<zookeeper.version>3.9.2</zookeeper.version>
Expand Down

1 comment on commit c92b10e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: c92b10e Previous: 213b754 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12901.431309941283 ms/op 12994.438964091325 ms/op 0.99
org.janusgraph.GraphCentricQueryBenchmark.getVertices 990.5967498450976 ms/op 957.3251909284766 ms/op 1.03
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.91902630434782 ms/op 216.45303196086957 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 343.71971514955123 ms/op 342.81005004892853 ms/op 1.00
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 228.29045034068648 ms/op 207.33680618088454 ms/op 1.10
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4895.589109093088 ms/op 4953.295327365606 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17110.911856515442 ms/op 16917.057558105356 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 20087.778649706263 ms/op 18983.13907385985 ms/op 1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 56171.062446766664 ms/op 56527.85002600001 ms/op 0.99
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1570.1324890821786 ms/op 1570.8428983417461 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8390.960044140726 ms/op 8433.13502817794 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 381.99666605470895 ms/op 384.2152506805113 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4151.41536102481 ms/op 4227.1771161974975 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getNames 8403.81751383808 ms/op 8339.221853925019 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5699.231466758518 ms/op 5604.356576582386 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7040.745659742121 ms/op 7082.884761983721 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 434.5991125681501 ms/op 430.31039337061094 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 13134.076747103454 ms/op 12459.636105572155 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 366.21475736304336 ms/op 357.5981502840734 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14978.563277939402 ms/op 14793.559446997619 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 251.22266720462136 ms/op 245.84974412075837 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14088.512020642 ms/op 13806.414282860256 ms/op 1.02
org.janusgraph.CQLCompositeIndexInlinePropBenchmark.searchVertices 1548.3669396223752 ms/op 1511.142514571489 ms/op 1.02
org.janusgraph.CQLMultiQueryDropBenchmark.dropVerticesGremlinQuery 1570.6474277774203 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8119.921727029834 ms/op 8411.967305495045 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9281.604887305746 ms/op 9104.974810254043 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8294.608982001531 ms/op 8793.398072298722 ms/op 0.94

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.