-
Notifications
You must be signed in to change notification settings - Fork 140
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] Conversational search random timeout exception #2334
Labels
bug
Something isn't working
Comments
Change to implement |
2 tasks
2 tasks
@austintlee Find some other places
|
I think we can close this? |
github-project-automation
bot
moved this from In Progress
to Done
in ml-commons projects
Sep 3, 2024
Yes, close this issue. Thanks Austin. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the bug?
Test on a multi-node cluster and see timeout exception randomly frequently
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
From error log, it's caused by https://github.com/opensearch-project/ml-commons/blob/2.11/search-processors/src/main/java/org/opensearch/searchpipelines/questionanswering/generative/client/ConversationalMemoryClient.java#L98
Should not use
actionGet
which will block thread.Suggest change to use action listener
What is your host/environment?
Do you have any screenshots?
No
Do you have any additional context?
Error log
The text was updated successfully, but these errors were encountered: