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
{{ message }}
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
Describe the bug 🐛
Getting below exception very frequently
com.algolia.search.saas.AlgoliaException: Error while reading stream: thread interrupted
at com.algolia.search.saas.AbstractClient._toByteArray(AbstractClient.java:472)
at com.algolia.search.saas.AbstractClient._requestRaw(AbstractClient.java:632)
at com.algolia.search.saas.AbstractClient.postRequestRaw(AbstractClient.java:425)
at com.algolia.search.saas.Index.searchRaw(Index.java:1383)
at com.algolia.search.saas.Index.search(Index.java:1355)
at com.algolia.search.saas.Index.searchSync(Index.java:139)
at com.algolia.search.saas.Index.searchSync(Index.java:148)
To Reproduce 🔍
Steps to reproduce the behavior:
Start sending multiple requests for keywords very fast
Expected behavior 💭
thread interrupted should be handled.
The text was updated successfully, but these errors were encountered:
Describe the bug 🐛
Getting below exception very frequently
com.algolia.search.saas.AlgoliaException: Error while reading stream: thread interrupted
at com.algolia.search.saas.AbstractClient._toByteArray(AbstractClient.java:472)
at com.algolia.search.saas.AbstractClient._requestRaw(AbstractClient.java:632)
at com.algolia.search.saas.AbstractClient.postRequestRaw(AbstractClient.java:425)
at com.algolia.search.saas.Index.searchRaw(Index.java:1383)
at com.algolia.search.saas.Index.search(Index.java:1355)
at com.algolia.search.saas.Index.searchSync(Index.java:139)
at com.algolia.search.saas.Index.searchSync(Index.java:148)
To Reproduce 🔍
Steps to reproduce the behavior:
Start sending multiple requests for keywords very fast
Expected behavior 💭
thread interrupted should be handled.
The text was updated successfully, but these errors were encountered: