Git Product home page Git Product logo

Comments (2)

elasticsearchmachine avatar elasticsearchmachine commented on July 20, 2024

Pinging @elastic/es-search (Team:Search)

from elasticsearch.

ChrisHegarty avatar ChrisHegarty commented on July 20, 2024

More repo steps:

// build localDistro as a convenience to get a local JDK and build the native libs, e.g.
./gradlew localDistro
export RUNTIME_JAVA_HOME=/home/ubuntu/git/elasticsearch/build/distribution/local/elasticsearch-8.14.0-SNAPSHOT/jdk/

// enable logging, e.g.
$ git diff benchmarks/src/main/resources/log4j2.properties
@@ -4,5 +4,5 @@ appender.console.layout.type = PatternLayout
 appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c] [%node_name]%marker %m%n
 
 # Do not log at all if it is not really critical - we're in a benchmark
-rootLogger.level = error
+rootLogger.level = debug
 rootLogger.appenderRef.console.ref = console

// run the benchmark
./gradlew -p benchmarks run --args "org.elasticsearch.benchmark.vector.VectorScorerBenchmark -p dims=1024"
...
[2024-05-07T14:04:49,404][WARN ][org.elasticsearch.nativeaccess.NativeAccess] [
ode_name] Unable to load native provider. Native methods will be disabled.
java.lang.UnsatisfiedLinkError: Could not find libsystemd.so.0 in java.library.path: /home/ubuntu/git/elasticsearch/libs/native/libraries/build/platform/linux-aarch64
        at org.elasticsearch.nativeaccess.jdk.JdkSystemdLibrary.findLibSystemd(JdkSystemdLibrary.java:53) ~[elasticsearch-native-8.14.0-SNAPSHOT.jar:8.14.0-SNAPSHOT]
        at org.elasticsearch.nativeaccess.jdk.JdkSystemdLibrary.<clinit>(JdkSystemdLibrary.java:29) ~[elasticsearch-native-8.14.0-SNAPSHOT.jar:8.14.0-SNAPSHOT]
...

from elasticsearch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.