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]: Semantic search workload fails while registering ML model #718

Closed
gkamat opened this issue Dec 27, 2024 · 1 comment
Closed

[Bug]: Semantic search workload fails while registering ML model #718

gkamat opened this issue Dec 27, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@gkamat
Copy link
Collaborator

gkamat commented Dec 27, 2024

Describe the bug

opensearch-benchmark execute-test \
 --workload-path="/home/ec2-user/.benchmark/benchmarks/workloads/private/trec_covid_semantic_search" \
 --workload-params="/home/ec2-user/.benchmark/benchmarks/workloads/private/trec_covid_semantic_search/params/params.json" \
 --pipeline=benchmark-only \
 --target-host="$EP" \
 --kill-running-processes \
--client-options=timeout:120,amazon_aws_log_in:environment

params.json:

{
    "bulk_indexing_clients": 4,
    "bulk_size": 200,
    "number_of_replicas": 1,
    "number_of_shards" :8,
    "ingest_percentage":100,
    "search_clients": 8,
    "warmup_iterations": 20,
    "iterations": 100,
    "variable_queries": 50,
    "k": 100,
    "model_name": "text-embedding-model",
    "model_format": "TORCH_SCRIPT",
    "model_version" : "1.0.1",
    "model_config_file" : "/home/ec2-user/.benchmark/benchmarks/workloads/private/trec_covid_semantic_search/model_config_file.json"
}

Error:

Running delete-index                                                           [100% done]
Running set-concurrent-segment-search                                          [100% done]
Running delete-ingest-pipeline                                                 [100% done]
Running delete-ml-model                                                        [100% done]
Running register-ml-model                                                      [  0% done]
[ERROR] Cannot execute-test. Error in load generator [0]
        Cannot run task [register-ml-model]: Port could not be cast to integer value as '443_plugins'
@gkamat gkamat added bug Something isn't working untriaged labels Dec 27, 2024
@gkamat gkamat self-assigned this Dec 27, 2024
@gkamat gkamat removed the untriaged label Dec 27, 2024
@IanHoang
Copy link
Collaborator

IanHoang commented Jan 7, 2025

Looks like fix was merged in

@IanHoang IanHoang closed this as completed Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants