elasticsearch-cluster-runner icon indicating copy to clipboard operation
elasticsearch-cluster-runner copied to clipboard

Elasticsearch Cluster Launcher on One JVM Instance

Results 16 elasticsearch-cluster-runner issues
Sort by recently updated
recently updated
newest added

I try to use the 7.17.1 version and I have an error when doing 'delete-by-query': Suppressed: org.elasticsearch.client.ResponseException: method [POST], host [http://127.0.0.1:9201], URI [/booking_index/_delete_by_query?slices=1&requests_per_second=-1&wait_for_completion=true&timeout=1m], status line [HTTP/1.1 400 Bad Request] **{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"request...

Hi! When moving from Java 8 to Java 17, we noticed a very big performance hit when indexing documents in a Mac. Taking [this script as an example](https://gist.github.com/thyandrecardoso/cfe24e872d911c524ac7b3d071f82377), the following...

2022-02-17 15:18:50,152 SUITE-MyTest-seed#[66F66F576B5EB0AF] ERROR Unable to locate plugin type for HeaderWarningAppender 2022-02-17 15:18:50,200 SUITE-MyTest-seed#[66F66F576B5EB0AF] ERROR Unable to locate plugin for HeaderWarningAppender 2022-02-17 15:18:50,200 SUITE-MyTest-seed#[66F66F576B5EB0AF] ERROR Unable to invoke factory method...

question

I see we're doing the right calls: runner.close(); runner.clean(); so, I have to go in and occasionally blow out a ton of dead es-cluster dirs. clearly, something is holding the...

question

As i understand since ES v7.x all nodes can ingest by default. However, if I set index settings to a default pipeline, I get an exception "There are no nodes...

i have sourc code pluginType org.test.plugin.analysis.TestPlugin org.test.plugin.analysis.TestPlugin has the actual plugin source, so why not? ``` runner = new ElasticsearchClusterRunner(); runner.onBuild(new ElasticsearchClusterRunner.Builder() { @Override public void build(final int number, final...

question

I'm so glad I found this test tool that's really good for testing lucene! By the way Runner version 8.10.2 doesn't seem to support Lucene 8.10.1! It seems to be...

question

Use elasticsearch-cluster-runner in spring boot application with slf4j bridge leads to exception on start 2021-05-19 13:36:16,408 ForkJoinPool.commonPool-worker-7 ERROR LogManager returned an instance of org.apache.logging.slf4j.SLF4JLoggerContextFactory which does not implement org.apache.logging.log4j.core.impl.Log4jContextFactory. Unable...

Hi, I am using elastic search 6.5.4 and added below dependency in pom.xml org.codelibs elasticsearch-cluster-runner 5.5.2.0 As mentioned, I tried using the runner for my test cases. My Test case...

question

Just wondering if there is a way to specify the jvm.options file (or another way to set e.g Xms / Xmx), since the execute() method seems to look for the...

question