Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Failing integ test due to model is not deployed due to open memory circuit breaker #596

Closed
martin-gaievski opened this issue Feb 7, 2024 · 11 comments
Labels
bug Something isn't working v2.14.0

Comments

@martin-gaievski
Copy link
Member

martin-gaievski commented Feb 7, 2024

What is the bug?

Tests are failing in distribution pipeline for 2.12. It's about 6-8 failing tests, exact tests are always different. Example of a trace from test runner: https://build.ci.opensearch.org/blue/organizations/jenkins/integ-test/detail/integ-test/7696/pipeline/102

tests run results are something like:

Suite: Test class org.opensearch.neuralsearch.processor.ScoreNormalizationIT

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.processor.ScoreNormalizationIT.testL2Norm_whenOneShardAndQueryMatches_thenSuccessful" -Dtests.seed=3DD97DF7CBE58104 -Dtests.security.manager=false -Dtests.locale=no-NO -Dtests.timezone=Europe/London -Druntime.java=21

  2> org.opensearch.client.ResponseException: method [DELETE], host [http://localhost:9200/], URI [/_search/pipeline/phase-results-normalization-pipeline], status line [HTTP/1.1 404 Not Found]

    {"error":{"root_cause":[{"type":"resource_not_found_exception","reason":"pipeline [phase-results-normalization-pipeline] is missing"}],"type":"resource_not_found_exception","reason":"pipeline [phase-results-normalization-pipeline] is missing"},"status":404}
        at __randomizedtesting.SeedInfo.seed([3DD97DF7CBE58104:430A5A148B39B236]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:735)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:708)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.deleteSearchPipeline(BaseNeuralSearchIT.java:881)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.wipeOfTestResources(BaseNeuralSearchIT.java:1057)
        at app//org.opensearch.neuralsearch.processor.ScoreNormalizationIT.testL2Norm_whenOneShardAndQueryMatches_thenSuccessful(ScoreNormalizationIT.java:156)
  2> NOTE: leaving temporary files on disk at: /tmp/tmpckmb2w5s/neural-search/build/testrun/integTest/temp/org.opensearch.neuralsearch.processor.ScoreNormalizationIT_3DD97DF7CBE58104-001
  2> NOTE: test params are: codec=Asserting(Lucene99): {}, docValues:{}, maxPointsInLeafNode=2005, maxMBSortInHeap=6.984387798453897, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=no-NO, timezone=Europe/London
  2> NOTE: Linux 6.1.49-70.116.amzn2023.x86_64 amd64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=16,threads=3,free=283003880,total=536870912
  2> NOTE: All tests run in this JVM: [NormalizationProcessorIT, HybridQueryIT, NeuralQueryIT, NeuralSparseQueryIT, NeuralSearchIT, ValidateDependentPluginInstallationIT, NeuralQueryEnricherProcessorIT, ScoreCombinationIT, ScoreNormalizationIT]

42 tests completed, 10 failed

How can one reproduce the bug?

It's only in distribution pipeline, in plugin CI and in local tests are passing. In local and plugin CI the memory settings are higher as they are override at the plugin level:

-Xms1g -Xmx4g

https://github.com/opensearch-project/neural-search/blob/main/build.gradle#L388C14-L388C31

What is your host/environment?

Issue is for 2.12, should also be same in 2.x and main

Do you have any additional context?

Example of a server log from test cluster from my local copy of infra build tool:

stdout.txt

Following error is in the log, corresponding to a failed test. Memory CB from ml-commons is opened, then JVM GC kicks in and frees some memory. After that next few tests will be successful, then situation repeats.

The cluster is started with -Xms1g, -Xmx1g , ignoring plugin settings. As of time of writing there is no way to change that setting in a test cluster for distribution.

Probably it's possible to check CB state before deploying a model from the test, or try to deploy it, and if exception occurs and its due to open CB then wait and retry.

[2024-02-06T19:39:52,891][INFO ][o.o.n.Node               ] [node_name_9200] node name [node_name_9200], node ID [OAYF21-xRbu9dc9StXHecg], cluster name [opensearchcluster1], roles [ingest, remote_cluster_client, data, cluster_manager]
[2024-02-06T19:39:54,748][INFO ][o.o.n.p.NeuralSearch     ] [node_name_9200] Registering hybrid query phase searcher with feature flag [plugins.neural_search.hybrid_search_disabled]
[2024-02-06T19:39:55,203][INFO ][o.o.m.b.MLCircuitBreakerService] [node_name_9200] Registered ML memory breaker.
[2024-02-06T19:39:55,203][INFO ][o.o.m.b.MLCircuitBreakerService] [node_name_9200] Registered ML disk breaker.
[2024-02-06T19:39:55,204][INFO ][o.o.m.b.MLCircuitBreakerService] [node_name_9200] Registered ML native memory breaker.
[2024-02-06T19:39:55,290][INFO ][o.r.Reflections          ] [node_name_9200] Reflections took 42 ms to scan 1 urls, producing 21 keys and 58 values 
[2024-02-06T19:39:55,511][INFO ][o.o.t.NettyAllocator     ] [node_name_9200] creating NettyAllocator with the following configs: [name=unpooled, suggested_max_allocation_size=256kb, factors={opensearch.unsafe.use_unpooled_allocator=null, g1gc_enabled=true, g1gc_region_size=1mb, heap_size=1gb}]
[2024-02-06T19:39:55,593][INFO ][o.o.d.DiscoveryModule    ] [node_name_9200] using discovery type [zen] and seed hosts providers [settings]
[2024-02-06T19:39:55,886][WARN ][o.o.g.DanglingIndicesState] [node_name_9200] gateway.auto_import_dangling_indices is disabled, dangling indices will not be automatically detected or imported and must be managed manually
[2024-02-06T19:39:56,192][INFO ][o.o.n.Node               ] [node_name_9200] initialized
[2024-02-06T19:39:56,192][INFO ][o.o.n.Node               ] [node_name_9200] starting ...
[2024-02-06T19:39:56,398][INFO ][o.o.t.TransportService   ] [node_name_9200] publish_address {127.0.0.1:9300}, bound_addresses {[::1]:9300}, {127.0.0.1:9300}
[2024-02-06T19:39:56,400][INFO ][o.o.t.TransportService   ] [node_name_9200] Remote clusters initialized successfully.
[2024-02-06T19:39:56,532][WARN ][o.o.b.BootstrapChecks    ] [node_name_9200] max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
@martin-gaievski martin-gaievski added bug Something isn't working untriaged labels Feb 7, 2024
@prudhvigodithi prudhvigodithi added the v2.12.0 Issues targeting release v2.12.0 label Feb 7, 2024
@martin-gaievski martin-gaievski changed the title [BUG] Flaky test - model is not deployed due to open memory circuit breaker [BUG] Failing integ test due to model is not deployed due to open memory circuit breaker Feb 9, 2024
@ryanbogan ryanbogan added v2.13.0 and removed v2.12.0 Issues targeting release v2.12.0 labels Feb 15, 2024
@vibrantvarun
Copy link
Member

Same error for 2.13 as well

    {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/0P3dfY4Bzv0cDiXGSByi/_deploy"}],"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/0P3dfY4Bzv0cDiXGSByi/_deploy"},"status":400}

@vamshin vamshin removed the untriaged label Mar 27, 2024
@vibrantvarun
Copy link
Member

Action items for neural search team from meeting(03/27/2024) between @prudhvigodithi and @vamshin

  1. Check whether this setting needs to be applied at cluster level or task level . If it is at cluster level then we do not have to do anything.

  2. If the setting is at task level then we need to add this setting in settings.gradle
    org.gradle.jvmargs

@prudhvigodithi
Copy link

I have started the neural-search job on a standalone server to see if it can pass provided if the issue is with the memory limitations.

https://build.ci.opensearch.org/job/integ-test/8077/console
Screenshot 2024-03-27 at 11 41 03 AM

Thanks
Adding @bbarani @peterzhuamazon @gaiksaya

@vibrantvarun
Copy link
Member

vibrantvarun commented Mar 27, 2024

Getting same error in the standalone build

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.processor.rerank.MLOpenSearchRerankProcessorIT.testCrossEncoderRerankProcessor" -Dtests.seed=C0AE7E95D3B8AC10 -Dtests.security.manager=false -Dtests.locale=zh -Dtests.timezone=Europe/Madrid -Druntime.java=21


Suite: Test class org.opensearch.neuralsearch.processor.rerank.MLOpenSearchRerankProcessorIT
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.processor.rerank.MLOpenSearchRerankProcessorIT.testCrossEncoderRerankProcessor" -Dtests.seed=C0AE7E95D3B8AC10 -Dtests.security.manager=false -Dtests.locale=zh -Dtests.timezone=Europe/Madrid -Druntime.java=21
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200/], URI [/rerank-test/_search?search_pipeline=rerank-mlos-pipeline], status line [HTTP/1.1 400 Bad Request]
    {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/-4hBgY4BcjchLjQm1EnZ/_deploy"}],"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/-4hBgY4BcjchLjQm1EnZ/_deploy"},"status":400}
        at __randomizedtesting.SeedInfo.seed([C0AE7E95D3B8AC10:838CDAA63D80B6C]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.processor.rerank.MLOpenSearchRerankProcessorIT.search(MLOpenSearchRerankProcessorIT.java:133)
        at app//org.opensearch.neuralsearch.processor.rerank.MLOpenSearchRerankProcessorIT.runQueries(MLOpenSearchRerankProcessorIT.java:104)
        at app//org.opensearch.neuralsearch.processor.rerank.MLOpenSearchRerankProcessorIT.testCrossEncoderRerankProcessor(MLOpenSearchRerankProcessorIT.java:65)
  2> NOTE: leaving temporary files on disk at: /tmp/tmpc5zap0ej/neural-search/build/testrun/integTest/temp/org.opensearch.neuralsearch.processor.rerank.MLOpenSearchRerankProcessorIT_C0AE7E95D3B8AC10-001
  2> NOTE: test params are: codec=Asserting(Lucene99): {}, docValues:{}, maxPointsInLeafNode=1115, maxMBSortInHeap=7.6185020940033645, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=zh, timezone=Europe/Madrid
  2> NOTE: Linux 6.1.49-70.116.amzn2023.x86_64 amd64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=16,threads=2,free=209963256,total=536870912
  2> NOTE: All tests run in this JVM: [NeuralSearchIT, ValidateDependentPluginInstallationIT, NeuralQueryEnricherProcessorIT, NormalizationProcessorIT, ScoreCombinationIT, ScoreNormalizationIT, SparseEncodingProcessIT, TextChunkingProcessorIT, TextEmbeddingProcessorIT, TextImageEmbeddingProcessorIT, MLOpenSearchRerankProcessorIT]

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testNestedQuery" -Dtests.seed=C0AE7E95D3B8AC10 -Dtests.security.manager=false -Dtests.locale=nl-NL -Dtests.timezone=GMT -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testFilterQuery" -Dtests.seed=C0AE7E95D3B8AC10 -Dtests.security.manager=false -Dtests.locale=nl-NL -Dtests.timezone=GMT -Druntime.java=21


Suite: Test class org.opensearch.neuralsearch.query.NeuralQueryIT
  2> mrt 27, 2024 6:53:39 PM org.apache.lucene.internal.vectorization.VectorizationProvider lookup
  2> WARNING: Java vector incubator module is not readable. For optimal vector performance, pass '--add-modules jdk.incubator.vector' to enable Vector API.
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testNestedQuery" -Dtests.seed=C0AE7E95D3B8AC10 -Dtests.security.manager=false -Dtests.locale=nl-NL -Dtests.timezone=GMT -Druntime.java=21
  2> java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([C0AE7E95D3B8AC10:A0D66D42628A291A]:0)
        at org.junit.Assert.fail(Assert.java:87)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at org.junit.Assert.assertNotNull(Assert.java:713)
        at org.junit.Assert.assertNotNull(Assert.java:723)
        at org.opensearch.neuralsearch.BaseNeuralSearchIT.uploadModel(BaseNeuralSearchIT.java:171)
        at org.opensearch.neuralsearch.BaseNeuralSearchIT.registerModelGroupAndUploadModel(BaseNeuralSearchIT.java:143)
        at org.opensearch.neuralsearch.BaseNeuralSearchIT.prepareModel(BaseNeuralSearchIT.java:209)
        at org.opensearch.neuralsearch.query.NeuralQueryIT.testNestedQuery(NeuralQueryIT.java:323)
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testFilterQuery" -Dtests.seed=C0AE7E95D3B8AC10 -Dtests.security.manager=false -Dtests.locale=nl-NL -Dtests.timezone=GMT -Druntime.java=21
  2> java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([C0AE7E95D3B8AC10:25A21F9800AA2497]:0)
        at org.junit.Assert.fail(Assert.java:87)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at org.junit.Assert.assertNotNull(Assert.java:713)
        at org.junit.Assert.assertNotNull(Assert.java:723)
        at org.opensearch.neuralsearch.BaseNeuralSearchIT.uploadModel(BaseNeuralSearchIT.java:171)
        at org.opensearch.neuralsearch.BaseNeuralSearchIT.registerModelGroupAndUploadModel(BaseNeuralSearchIT.java:143)
        at org.opensearch.neuralsearch.BaseNeuralSearchIT.prepareModel(BaseNeuralSearchIT.java:209)
        at org.opensearch.neuralsearch.query.NeuralQueryIT.testFilterQuery(NeuralQueryIT.java:371)
  2> NOTE: leaving temporary files on disk at: /tmp/tmpc5zap0ej/neural-search/build/testrun/integTest/temp/org.opensearch.neuralsearch.query.NeuralQueryIT_C0AE7E95D3B8AC10-001
  2> NOTE: test params are: codec=Asserting(Lucene99): {}, docValues:{}, maxPointsInLeafNode=509, maxMBSortInHeap=6.8124372500608645, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=nl-NL, timezone=GMT
  2> NOTE: Linux 6.1.49-70.116.amzn2023.x86_64 amd64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=16,threads=9,free=211840248,total=536870912
  2> NOTE: All tests run in this JVM: [NeuralSearchIT, ValidateDependentPluginInstallationIT, NeuralQueryEnricherProcessorIT, NormalizationProcessorIT, ScoreCombinationIT, ScoreNormalizationIT, SparseEncodingProcessIT, TextChunkingProcessorIT, TextEmbeddingProcessorIT, TextImageEmbeddingProcessorIT, MLOpenSearchRerankProcessorIT, HybridQueryAggregationsIT, HybridQueryIT, NeuralQueryIT]

61 tests completed, 3 failed

=== Standard output of node `node{::integTest-0}` ===

=== Standard error of node `node{::integTest-0}` ===

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':integTest'.
> There were failing tests. See the report at: file:///tmp/tmpc5zap0ej/neural-search/build/reports/tests/integTest/index.html

* Try:
> Run with --scan to get full insights.

BUILD FAILED in 7m 4s

2024-03-27 18:55:13 INFO     Sending SIGKILL to PID 290
2024-03-27 18:55:13 INFO     Process killed with exit code None
2024-03-27 18:55:13 INFO     Recording local cluster logs for neural-search with test configuration as with-security at /var/jenkins/workspace/integ-test/test-results/8077/integ-test/neural-search/with-security/local-cluster-logs/id-0
2024-03-27 18:55:13 INFO     Cleanup /tmp/tmpc5zap0ej/1/local-test-cluster/opensearch-2.13.0 content after the test
2024-03-27 18:55:14 INFO     opensearch distribution: tar
2024-03-27 18:55:14 INFO     Downloading bundle artifact
2024-03-27 18:55:14 INFO     Downloading https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.13.0/9652/linux/x64/tar/dist/opensearch/opensearch-2.13.0-linux-x64.tar.gz into /tmp/tmpc5zap0ej/1/local-test-cluster/opensearch-2.13.0-linux-x64.tar.gz ...
2024-03-27 18:55:22 INFO     Downloaded bundle to /tmp/tmpc5zap0ej/1/local-test-cluster/opensearch-2.13.0-linux-x64.tar.gz
2024-03-27 18:55:22 INFO     Installing /tmp/tmpc5zap0ej/1/local-test-cluster/opensearch-2.13.0-linux-x64.tar.gz in /tmp/tmpc5zap0ej/1/local-test-cluster/opensearch-2.13.0
2024-03-27 18:55:28 INFO     Started OpenSearch with parent PID 3846
2024-03-27 18:55:28 INFO     Waiting for service to become available
2024-03-27 18:55:28 INFO     Pinging service attempt 0
2024-03-27 18:55:28 INFO     Pinging http://localhost:9200/_cluster/health
2024-03-27 18:55:28 INFO     Service not available, yet
2024-03-27 18:55:39 INFO     Pinging service attempt 1
2024-03-27 18:55:39 INFO     Pinging http://localhost:9200/_cluster/health
2024-03-27 18:55:39 INFO     Service not available, yet
2024-03-27 18:55:49 INFO     Pinging service attempt 2
2024-03-27 18:55:49 INFO     Pinging http://localhost:9200/_cluster/health
2024-03-27 18:55:49 INFO     200: {"cluster_name":"opensearchcluster1","status":"green","timed_out":false,"number_of_nodes":1,"number_of_data_nodes":1,"discovered_master":true,"discovered_cluster_manager":true,"active_primary_shards":2,"active_shards":2,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":0,"delayed_unassigned_shards":0,"number_of_pending_tasks":0,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":0,"active_shards_percent_as_number":100.0}
2024-03-27 18:55:49 INFO     Service is available
2024-03-27 18:55:49 INFO     ===============================================
2024-03-27 18:55:49 INFO     Running integration tests for neural-search without-security
2024-03-27 18:55:49 INFO     ===============================================
2024-03-27 18:55:49 INFO     Executing "bash /var/jenkins/workspace/integ-test/scripts/default/integtest.sh -b localhost -p 9200 -s false -v 2.13.0" in /tmp/tmpc5zap0ej/neural-search
2024-03-27 18:59:44 INFO     Recording component test results for neural-search at /var/jenkins/workspace/integ-test/test-results/8077/integ-test/neural-search/without-security
2024-03-27 18:59:44 INFO     Stderr reported for component: neural-search
2024-03-27 18:59:44 INFO     Mar 27, 2024 6:56:04 PM sun.util.locale.provider.LocaleProviderAdapter <clinit>
WARNING: COMPAT locale provider will be removed in a future release

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testBooleanQuery_withMultipleNeuralQueries" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=ar-BH -Dtests.timezone=Pacific/Bougainville -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testRescoreQuery" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=ar-BH -Dtests.timezone=Pacific/Bougainville -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testBoostQuery" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=ar-BH -Dtests.timezone=Pacific/Bougainville -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testFilterQuery" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=ar-BH -Dtests.timezone=Pacific/Bougainville -Druntime.java=21


Suite: Test class org.opensearch.neuralsearch.query.NeuralQueryIT
  2> ??? 28, 2024 5:56:24 ? org.apache.lucene.internal.vectorization.VectorizationProvider lookup
  2> WARNING: Java vector incubator module is not readable. For optimal vector performance, pass '--add-modules jdk.incubator.vector' to enable Vector API.
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testBooleanQuery_withMultipleNeuralQueries" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=ar-BH -Dtests.timezone=Pacific/Bougainville -Druntime.java=21
  2> java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([D97BE127D002EE90:A083F955DAA8624F]:0)
        at org.junit.Assert.fail(Assert.java:87)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at org.junit.Assert.assertNotNull(Assert.java:713)
        at org.junit.Assert.assertNotNull(Assert.java:723)
        at org.opensearch.neuralsearch.BaseNeuralSearchIT.uploadModel(BaseNeuralSearchIT.java:171)
        at org.opensearch.neuralsearch.BaseNeuralSearchIT.registerModelGroupAndUploadModel(BaseNeuralSearchIT.java:143)
        at org.opensearch.neuralsearch.BaseNeuralSearchIT.prepareModel(BaseNeuralSearchIT.java:209)
        at org.opensearch.neuralsearch.query.NeuralQueryIT.testBooleanQuery_withMultipleNeuralQueries(NeuralQueryIT.java:209)
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testRescoreQuery" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=ar-BH -Dtests.timezone=Pacific/Bougainville -Druntime.java=21
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200/], URI [/test-neural-basic-index/_search?size=1], status line [HTTP/1.1 400 Bad Request]
    {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/Kn9FgY4Ber9zCXZPm3Se/_deploy"}],"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/Kn9FgY4Ber9zCXZPm3Se/_deploy"},"status":400}
        at __randomizedtesting.SeedInfo.seed([D97BE127D002EE90:F2DD4A7C9A335D32]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:474)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:428)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:416)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:395)
        at app//org.opensearch.neuralsearch.query.NeuralQueryIT.testRescoreQuery(NeuralQueryIT.java:168)
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testBoostQuery" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=ar-BH -Dtests.timezone=Pacific/Bougainville -Druntime.java=21
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200/], URI [/test-neural-basic-index/_search?size=1], status line [HTTP/1.1 400 Bad Request]
    {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/Ln9FgY4Ber9zCXZPuHRz/_deploy"}],"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/Ln9FgY4Ber9zCXZPuHRz/_deploy"},"status":400}
        at __randomizedtesting.SeedInfo.seed([D97BE127D002EE90:4065F3E25533B977]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:474)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:428)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:416)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:395)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:376)
        at app//org.opensearch.neuralsearch.query.NeuralQueryIT.testBoostQuery(NeuralQueryIT.java:120)
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testFilterQuery" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=ar-BH -Dtests.timezone=Pacific/Bougainville -Druntime.java=21
  2> java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([D97BE127D002EE90:3C77802A03106617]:0)
        at org.junit.Assert.fail(Assert.java:87)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at org.junit.Assert.assertNotNull(Assert.java:713)
        at org.junit.Assert.assertNotNull(Assert.java:723)
        at org.opensearch.neuralsearch.BaseNeuralSearchIT.uploadModel(BaseNeuralSearchIT.java:171)
        at org.opensearch.neuralsearch.BaseNeuralSearchIT.registerModelGroupAndUploadModel(BaseNeuralSearchIT.java:143)
        at org.opensearch.neuralsearch.BaseNeuralSearchIT.prepareModel(BaseNeuralSearchIT.java:209)
        at org.opensearch.neuralsearch.query.NeuralQueryIT.testFilterQuery(NeuralQueryIT.java:371)
  2> NOTE: leaving temporary files on disk at: /tmp/tmpc5zap0ej/neural-search/build/testrun/integTest/temp/org.opensearch.neuralsearch.query.NeuralQueryIT_D97BE127D002EE90-001
  2> NOTE: test params are: codec=Lucene99, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ar-BH, timezone=Pacific/Bougainville
  2> NOTE: Linux 6.1.49-70.116.amzn2023.x86_64 amd64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=16,threads=9,free=389294120,total=536870912
  2> NOTE: All tests run in this JVM: [MLOpenSearchRerankProcessorIT, NeuralQueryIT]

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.processor.NormalizationProcessorIT.testResultProcessor_whenDefaultProcessorConfigAndQueryMatches_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=ar-SY -Dtests.timezone=Asia/Omsk -Druntime.java=21


Suite: Test class org.opensearch.neuralsearch.processor.NormalizationProcessorIT
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.processor.NormalizationProcessorIT.testResultProcessor_whenDefaultProcessorConfigAndQueryMatches_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=ar-SY -Dtests.timezone=Asia/Omsk -Druntime.java=21
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200/], URI [/test-neural-multi-doc-one-shard-index/_search?size=5&search_pipeline=phase-results-normalization-processor-pipeline], status line [HTTP/1.1 400 Bad Request]
    {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/UH9GgY4Ber9zCXZPp3SQ/_deploy"}],"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/UH9GgY4Ber9zCXZPp3SQ/_deploy"},"status":400}
        at __randomizedtesting.SeedInfo.seed([D97BE127D002EE90:D219B92FFFBBC79F]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:474)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:428)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:416)
        at app//org.opensearch.neuralsearch.processor.NormalizationProcessorIT.testResultProcessor_whenDefaultProcessorConfigAndQueryMatches_thenSuccessful(NormalizationProcessorIT.java:153)
  2> NOTE: leaving temporary files on disk at: /tmp/tmpc5zap0ej/neural-search/build/testrun/integTest/temp/org.opensearch.neuralsearch.processor.NormalizationProcessorIT_D97BE127D002EE90-001
  2> NOTE: test params are: codec=Asserting(Lucene99): {}, docValues:{}, maxPointsInLeafNode=588, maxMBSortInHeap=6.504371763799384, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ar-SY, timezone=Asia/Omsk
  2> NOTE: Linux 6.1.49-70.116.amzn2023.x86_64 amd64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=16,threads=6,free=464888048,total=536870912
  2> NOTE: All tests run in this JVM: [MLOpenSearchRerankProcessorIT, NeuralQueryIT, NeuralSearchIT, ValidateDependentPluginInstallationIT, NeuralQueryEnricherProcessorIT, NormalizationProcessorIT]

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.processor.ScoreNormalizationIT.testL2Norm_whenOneShardAndQueryMatches_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=sk-SK -Dtests.timezone=Pacific/Nauru -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.processor.ScoreNormalizationIT.testMinMaxNorm_whenOneShardAndQueryMatches_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=sk-SK -Dtests.timezone=Pacific/Nauru -Druntime.java=21


Suite: Test class org.opensearch.neuralsearch.processor.ScoreNormalizationIT
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.processor.ScoreNormalizationIT.testL2Norm_whenOneShardAndQueryMatches_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=sk-SK -Dtests.timezone=Pacific/Nauru -Druntime.java=21
  2> org.opensearch.client.ResponseException: method [DELETE], host [http://localhost:9200/], URI [/_search/pipeline/phase-results-normalization-pipeline], status line [HTTP/1.1 404 Not Found]
    {"error":{"root_cause":[{"type":"resource_not_found_exception","reason":"pipeline [phase-results-normalization-pipeline] is missing"}],"type":"resource_not_found_exception","reason":"pipeline [phase-results-normalization-pipeline] is missing"},"status":404}
        at __randomizedtesting.SeedInfo.seed([D97BE127D002EE90:A7A8C6C490DEDDA2]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:863)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:836)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.deleteSearchPipeline(BaseNeuralSearchIT.java:1009)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.wipeOfTestResources(BaseNeuralSearchIT.java:1185)
        at app//org.opensearch.neuralsearch.processor.ScoreNormalizationIT.testL2Norm_whenOneShardAndQueryMatches_thenSuccessful(ScoreNormalizationIT.java:156)
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.processor.ScoreNormalizationIT.testMinMaxNorm_whenOneShardAndQueryMatches_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=sk-SK -Dtests.timezone=Pacific/Nauru -Druntime.java=21
  2> org.opensearch.client.ResponseException: method [DELETE], host [http://localhost:9200/], URI [/_search/pipeline/phase-results-normalization-pipeline], status line [HTTP/1.1 404 Not Found]
    {"error":{"root_cause":[{"type":"resource_not_found_exception","reason":"pipeline [phase-results-normalization-pipeline] is missing"}],"type":"resource_not_found_exception","reason":"pipeline [phase-results-normalization-pipeline] is missing"},"status":404}
        at __randomizedtesting.SeedInfo.seed([D97BE127D002EE90:3C0F25F4229C5678]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:863)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:836)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.deleteSearchPipeline(BaseNeuralSearchIT.java:1009)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.wipeOfTestResources(BaseNeuralSearchIT.java:1185)
        at app//org.opensearch.neuralsearch.processor.ScoreNormalizationIT.testMinMaxNorm_whenOneShardAndQueryMatches_thenSuccessful(ScoreNormalizationIT.java:256)
  2> NOTE: leaving temporary files on disk at: /tmp/tmpc5zap0ej/neural-search/build/testrun/integTest/temp/org.opensearch.neuralsearch.processor.ScoreNormalizationIT_D97BE127D002EE90-001
  2> NOTE: test params are: codec=Asserting(Lucene99): {}, docValues:{}, maxPointsInLeafNode=1215, maxMBSortInHeap=7.384306660764107, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sk-SK, timezone=Pacific/Nauru
  2> NOTE: Linux 6.1.49-70.116.amzn2023.x86_64 amd64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=16,threads=3,free=347364160,total=536870912
  2> NOTE: All tests run in this JVM: [MLOpenSearchRerankProcessorIT, NeuralQueryIT, NeuralSearchIT, ValidateDependentPluginInstallationIT, NeuralQueryEnricherProcessorIT, NormalizationProcessorIT, ScoreCombinationIT, ScoreNormalizationIT]

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testPostFilterOnIndexWithSingleShards_WhenConcurrentSearchEnabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testBucketAndNestedAggs_whenConcurrentSearchDisabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testPipelineAggs_whenConcurrentSearchDisabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testMetricAggsOnSingleShard_whenMaxAggsAndConcurrentSearchDisabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testBucketAndNestedAggs_whenConcurrentSearchEnabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testAggregationNotSupportedConcurrentSearch_whenUseSamplerAgg_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21


Suite: Test class org.opensearch.neuralsearch.query.HybridQueryAggregationsIT
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testPostFilterOnIndexWithSingleShards_WhenConcurrentSearchEnabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testPostFilterOnIndexWithSingleShards_WhenConcurrentSearchEnabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21
  2> org.opensearch.client.ResponseException: method [DELETE], host [http://localhost:9200/], URI [/_search/pipeline/phase-results-hybrid-pipeline], status line [HTTP/1.1 429 Too Many Requests]
    {"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1022214704/974.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1022214704/974.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1022214704,"bytes_limit":1020054732,"durability":"PERMANENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1022214704/974.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1022214704/974.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1022214704,"bytes_limit":1020054732,"durability":"PERMANENT"},"status":429}
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:863)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:836)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.deleteSearchPipeline(BaseNeuralSearchIT.java:1009)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.wipeOfTestResources(BaseNeuralSearchIT.java:1185)
        at app//org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testPostFilterWithSimpleHybridQuery(HybridQueryAggregationsIT.java:286)
        at app//org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testPostFilterOnIndexWithSingleShards_WhenConcurrentSearchEnabled_thenSuccessful(HybridQueryAggregationsIT.java:440)

    org.opensearch.client.ResponseException: method [GET], host [http://localhost:9200/], URI [/_cat/indices?format=json&expand_wildcards=all], status line [HTTP/1.1 429 Too Many Requests]
    {"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1022214704/974.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1022214704/974.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1022214704,"bytes_limit":1020054732,"durability":"PERMANENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1022214704/974.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1022214704/974.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1022214704,"bytes_limit":1020054732,"durability":"PERMANENT"},"status":429}
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.OpenSearchSecureRestTestCase.deleteExternalIndices(OpenSearchSecureRestTestCase.java:146)
        at [email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at [email protected]/java.lang.Thread.run(Thread.java:1583)
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testBucketAndNestedAggs_whenConcurrentSearchDisabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testBucketAndNestedAggs_whenConcurrentSearchDisabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21
  2> org.opensearch.client.ResponseException: method [DELETE], host [http://localhost:9200/], URI [/_search/pipeline/phase-results-hybrid-pipeline], status line [HTTP/1.1 429 Too Many Requests]
    {"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1026409008/978.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1026409008/978.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1026409008,"bytes_limit":1020054732,"durability":"PERMANENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1026409008/978.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1026409008/978.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1026409008,"bytes_limit":1020054732,"durability":"PERMANENT"},"status":429}
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:863)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:836)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.deleteSearchPipeline(BaseNeuralSearchIT.java:1009)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.wipeOfTestResources(BaseNeuralSearchIT.java:1185)
        at app//org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testDateRange(HybridQueryAggregationsIT.java:511)
        at app//org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testBucketAndNestedAggs_whenConcurrentSearchDisabled_thenSuccessful(HybridQueryAggregationsIT.java:137)

    org.opensearch.client.ResponseException: method [GET], host [http://localhost:9200/], URI [/_cat/indices?format=json&expand_wildcards=all], status line [HTTP/1.1 429 Too Many Requests]
    {"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1026409008/978.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1026409008/978.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1026409008,"bytes_limit":1020054732,"durability":"PERMANENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1026409008/978.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1026409008/978.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1026409008,"bytes_limit":1020054732,"durability":"PERMANENT"},"status":429}
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.OpenSearchSecureRestTestCase.deleteExternalIndices(OpenSearchSecureRestTestCase.java:146)
        at [email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at [email protected]/java.lang.Thread.run(Thread.java:1583)
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testPipelineAggs_whenConcurrentSearchDisabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testPipelineAggs_whenConcurrentSearchDisabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21
  2> org.opensearch.client.ResponseException: method [DELETE], host [http://localhost:9200/], URI [/_search/pipeline/phase-results-hybrid-pipeline], status line [HTTP/1.1 429 Too Many Requests]
    {"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1029554736/981.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1029554736/981.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1029554736,"bytes_limit":1020054732,"durability":"PERMANENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1029554736/981.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1029554736/981.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1029554736,"bytes_limit":1020054732,"durability":"PERMANENT"},"status":429}
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:863)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:836)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.deleteSearchPipeline(BaseNeuralSearchIT.java:1009)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.wipeOfTestResources(BaseNeuralSearchIT.java:1185)
        at app//org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testAvgSumMinMaxAggs(HybridQueryAggregationsIT.java:426)
        at app//org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testPipelineAggs_whenConcurrentSearchDisabled_thenSuccessful(HybridQueryAggregationsIT.java:119)

    org.opensearch.client.ResponseException: method [GET], host [http://localhost:9200/], URI [/_cat/indices?format=json&expand_wildcards=all], status line [HTTP/1.1 429 Too Many Requests]
    {"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1029554736/981.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1029554736/981.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1029554736,"bytes_limit":1020054732,"durability":"PERMANENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1029554736/981.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1029554736/981.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1029554736,"bytes_limit":1020054732,"durability":"PERMANENT"},"status":429}
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.OpenSearchSecureRestTestCase.deleteExternalIndices(OpenSearchSecureRestTestCase.java:146)
        at [email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at [email protected]/java.lang.Thread.run(Thread.java:1583)
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testMetricAggsOnSingleShard_whenMaxAggsAndConcurrentSearchDisabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testMetricAggsOnSingleShard_whenMaxAggsAndConcurrentSearchDisabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21
  2> org.opensearch.client.ResponseException: method [DELETE], host [http://localhost:9200/], URI [/_search/pipeline/phase-results-hybrid-pipeline], status line [HTTP/1.1 429 Too Many Requests]
    {"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1032700464/984.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1032700464/984.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1032700464,"bytes_limit":1020054732,"durability":"PERMANENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1032700464/984.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1032700464/984.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1032700464,"bytes_limit":1020054732,"durability":"PERMANENT"},"status":429}
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:863)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:836)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.deleteSearchPipeline(BaseNeuralSearchIT.java:1009)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.wipeOfTestResources(BaseNeuralSearchIT.java:1185)
        at app//org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testMaxAggsOnSingleShardCluster(HybridQueryAggregationsIT.java:473)
        at app//org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testMetricAggsOnSingleShard_whenMaxAggsAndConcurrentSearchDisabled_thenSuccessful(HybridQueryAggregationsIT.java:131)

    org.opensearch.client.ResponseException: method [GET], host [http://localhost:9200/], URI [/_cat/indices?format=json&expand_wildcards=all], status line [HTTP/1.1 429 Too Many Requests]
    {"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1032700464/984.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1032700464/984.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1032700464,"bytes_limit":1020054732,"durability":"PERMANENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1032700464/984.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1032700464/984.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1032700464,"bytes_limit":1020054732,"durability":"PERMANENT"},"status":429}
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.OpenSearchSecureRestTestCase.deleteExternalIndices(OpenSearchSecureRestTestCase.java:146)
        at [email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at [email protected]/java.lang.Thread.run(Thread.java:1583)
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testBucketAndNestedAggs_whenConcurrentSearchEnabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testBucketAndNestedAggs_whenConcurrentSearchEnabled_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21
  2> org.opensearch.client.ResponseException: method [DELETE], host [http://localhost:9200/], URI [/_search/pipeline/phase-results-hybrid-pipeline], status line [HTTP/1.1 429 Too Many Requests]
    {"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1036894768/988.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1036894768/988.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1036894768,"bytes_limit":1020054732,"durability":"PERMANENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1036894768/988.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1036894768/988.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1036894768,"bytes_limit":1020054732,"durability":"PERMANENT"},"status":429}
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:863)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:836)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.deleteSearchPipeline(BaseNeuralSearchIT.java:1009)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.wipeOfTestResources(BaseNeuralSearchIT.java:1185)
        at app//org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testDateRange(HybridQueryAggregationsIT.java:511)
        at app//org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testBucketAndNestedAggs_whenConcurrentSearchEnabled_thenSuccessful(HybridQueryAggregationsIT.java:143)

    org.opensearch.client.ResponseException: method [GET], host [http://localhost:9200/], URI [/_cat/indices?format=json&expand_wildcards=all], status line [HTTP/1.1 429 Too Many Requests]
    {"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1036894768/988.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1036894768/988.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1036894768,"bytes_limit":1020054732,"durability":"PERMANENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1036894768/988.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1036894768/988.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1036894768,"bytes_limit":1020054732,"durability":"PERMANENT"},"status":429}
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.OpenSearchSecureRestTestCase.deleteExternalIndices(OpenSearchSecureRestTestCase.java:146)
        at [email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at [email protected]/java.lang.Thread.run(Thread.java:1583)
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testAggregationNotSupportedConcurrentSearch_whenUseSamplerAgg_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21
  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testAggregationNotSupportedConcurrentSearch_whenUseSamplerAgg_thenSuccessful" -Dtests.seed=D97BE127D002EE90 -Dtests.security.manager=false -Dtests.locale=en-PH -Dtests.timezone=Europe/Kiev -Druntime.java=21
  2> org.opensearch.client.ResponseException: method [DELETE], host [http://localhost:9200/], URI [/_search/pipeline/phase-results-hybrid-pipeline], status line [HTTP/1.1 429 Too Many Requests]
    {"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1038991920/990.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1038991920/990.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1038991920,"bytes_limit":1020054732,"durability":"PERMANENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1038991920/990.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1038991920/990.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1038991920,"bytes_limit":1020054732,"durability":"PERMANENT"},"status":429}
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:863)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.makeRequest(BaseNeuralSearchIT.java:836)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.deleteSearchPipeline(BaseNeuralSearchIT.java:1009)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.wipeOfTestResources(BaseNeuralSearchIT.java:1185)
        at app//org.opensearch.neuralsearch.query.HybridQueryAggregationsIT.testAggregationNotSupportedConcurrentSearch_whenUseSamplerAgg_thenSuccessful(HybridQueryAggregationsIT.java:183)

    org.opensearch.client.ResponseException: method [GET], host [http://localhost:9200/], URI [/_cat/indices?format=json&expand_wildcards=all], status line [HTTP/1.1 429 Too Many Requests]
    {"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1040040496/991.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1040040496/991.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1040040496,"bytes_limit":1020054732,"durability":"PERMANENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1040040496/991.8mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1040040496/991.8mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=197/197b, in_flight_requests=0/0b]","bytes_wanted":1040040496,"bytes_limit":1020054732,"durability":"PERMANENT"},"status":429}
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.OpenSearchSecureRestTestCase.deleteExternalIndices(OpenSearchSecureRestTestCase.java:146)
        at [email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at [email protected]/java.lang.Thread.run(Thread.java:1583)
  2> NOTE: leaving temporary files on disk at: /tmp/tmpc5zap0ej/neural-search/build/testrun/integTest/temp/org.opensearch.neuralsearch.query.HybridQueryAggregationsIT_D97BE127D002EE90-001
  2> NOTE: test params are: codec=Asserting(Lucene99): {}, docValues:{}, maxPointsInLeafNode=1901, maxMBSortInHeap=5.3764866265361695, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-PH, timezone=Europe/Kiev
  2> NOTE: Linux 6.1.49-70.116.amzn2023.x86_64 amd64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=16,threads=12,free=330934680,total=536870912
  2> NOTE: All tests run in this JVM: [MLOpenSearchRerankProcessorIT, NeuralQueryIT, NeuralSearchIT, ValidateDependentPluginInstallationIT, NeuralQueryEnricherProcessorIT, NormalizationProcessorIT, ScoreCombinationIT, ScoreNormalizationIT, SparseEncodingProcessIT, TextChunkingProcessorIT, TextEmbeddingProcessorIT, TextImageEmbeddingProcessorIT, HybridQueryAggregationsIT]

@gaiksaya
Copy link
Member

@prudhvigodithi @vibrantvarun I think this confirms it is not infra set up issue?

@prudhvigodithi
Copy link

prudhvigodithi commented Mar 27, 2024

Ya I dont see it as a memory error, @vibrantvarun can you confirm based on the above logs you posted the test didn't fail because of lack of any resources, I see as Data too large, data for [<http_request>] and "reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/-4hBgY4BcjchLjQm1EnZ/_deploy"}].

@vibrantvarun
Copy link
Member

I want to like to wait for @martin-gaievski thoughts on it. As he logged this bug.

@vibrantvarun
Copy link
Member

Hey @prudhvigodithi and @gaiksaya what was the memory setting you guys kept when you ran the plugin in standalone mode yesterday?

@peterzhuamazon
Copy link
Member

Hey @prudhvigodithi and @gaiksaya what was the memory setting you guys kept when you ran the plugin in standalone mode yesterday?

4CPU 8GBMEM

@martin-gaievski
Copy link
Member Author

Team has been pushing changes for the short term fix (#671 and #683). I've created an issue for a long term fix too: #689

@peterzhuamazon
Copy link
Member

Infra already update LINUX host to provision 4CPU 16GBRAM docker containers now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v2.14.0
Projects
None yet
Development

No branches or pull requests

7 participants