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]: Timeout without client error message #777

Open
sam-herman opened this issue Mar 3, 2025 · 2 comments
Open

[Bug]: Timeout without client error message #777

sam-herman opened this issue Mar 3, 2025 · 2 comments
Labels
bug Something isn't working untriaged

Comments

@sam-herman
Copy link

Describe the bug

I am testing with a modified lucene-index.json workload. The job fails without showing any error message except a timeout.


Traceback (most recent call last):
  File "/home/sam.herman/projects/benchmark_python_envrionment/venv/lib/python3.11/site-packages/opensearchpy/_async/http_aiohttp.py", line 294, in perform_request
    async with self.session.request(
  File "/home/sam.herman/projects/benchmark_python_envrionment/venv/lib/python3.11/site-packages/aiohttp/client.py", line 1425, in __aenter__
    self._resp: _RetType = await self._coro
                           ^^^^^^^^^^^^^^^^
  File "/home/sam.herman/projects/benchmark_python_envrionment/venv/lib/python3.11/site-packages/aiohttp/client.py", line 730, in _request
    await resp.start(conn)
  File "/home/sam.herman/projects/benchmark_python_envrionment/venv/lib/python3.11/site-packages/aiohttp/client_reqrep.py", line 1054, in start
    with self._timer:
  File "/home/sam.herman/projects/benchmark_python_envrionment/venv/lib/python3.11/site-packages/aiohttp/helpers.py", line 671, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError
2025-02-25 01:55:32,558 -not-actor-/PID:270176 opensearch WARNING POST http://localhost:9200/_bulk [status:N/A request:60.992s]
Traceback (most recent call last):
  File "/home/sam.herman/projects/benchmark_python_envrionment/venv/lib/python3.11/site-packages/aiohttp/client_reqrep.py", line 1059, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/home/sam.herman/projects/benchmark_python_envrionment/venv/lib/python3.11/site-packages/aiohttp/streams.py", line 672, in read
    await self._waiter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/sam.herman/projects/benchmark_python_envrionment/venv/lib/python3.11/site-packages/opensearchpy/_async/http_aiohttp.py", line 294, in perform_request
    async with self.session.request(
  File "/home/sam.herman/projects/benchmark_python_envrionment/venv/lib/python3.11/site-packages/aiohttp/client.py", line 1425, in __aenter__
    self._resp: _RetType = await self._coro
                           ^^^^^^^^^^^^^^^^
  File "/home/sam.herman/projects/benchmark_python_envrionment/venv/lib/python3.11/site-packages/aiohttp/client.py", line 730, in _request
    await resp.start(conn)
  File "/home/sam.herman/projects/benchmark_python_envrionment/venv/lib/python3.11/site-packages/aiohttp/client_reqrep.py", line 1054, in start
    with self._timer:
  File "/home/sam.herman/projects/benchmark_python_envrionment/venv/lib/python3.11/site-packages/aiohttp/helpers.py", line 671, in __exit__
    raise asyncio.TimeoutError from exc_val

To reproduce

For vector search workload create a new modified lucene_index.json refer to it in new params.json file.

Expected behavior

No response

Screenshots

If applicable, add screenshots to help explain your problem.

Host / Environment

No response

Additional context

No response

Relevant log output

@sam-herman sam-herman added bug Something isn't working untriaged labels Mar 3, 2025
@IanHoang
Copy link
Collaborator

IanHoang commented Mar 4, 2025

@VijayanB Have you experienced this with vectorsearch workload?

@sam-herman
Copy link
Author

@IanHoang I think the issue is that if using a modified file that might refer to different files this is where things break.
When I pointed it to my local benchmarks workspace using the flag --workspace-path it was passing.

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

No branches or pull requests

2 participants