You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constnow=Date.now();// here is the initial consumption time, 1mslogger.warn(`total time:${Date.now()-now} ms`);awaites.search(queryCondition);// here is the consumption time after searching es, as the concurrency number increasingly, maybe can be more than 1500ms logger.warn(`total time:${Date.now()-now} ms`);
Expected behavior
A clear and concise description of what you expected to happen.
Your Environment
node version: 16.15.0
@elastic/elasticsearchversion: 7.17.13
os: Linux
any other relevant information
The text was updated successfully, but these errors were encountered:
Sounds like same problem that was addressed in #2159. Are you able to test with the 8.13 client rather than 7.x to see if that resolves your issue? It would take some effort to backport the fix to 7.17, so I want to make sure I'm on the right track first.
🐛 Bug Report
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Your Environment
@elastic/elasticsearch
version: 7.17.13The text was updated successfully, but these errors were encountered: