Closed MarcelHB closed 5 years ago
@MarcelHB have you tried version 12.13.4? We recently added a timeout. Does this help?
Thanks! My bad, I had not checked the newest release notes. That looks good, we'll monitor that but consider the issue closed. :slightly_smiling_face:
Hello,
For our Bing reporting, we started observing thread pool exhaustion lately over seemingly busy threads. A thread dump shows the following:
Our logs, and also this issue give the impression that it is mostly an issue for the auth request step.
Allowing the user to (optionally) set timeouts for this kind of network operations would help us looking for
SocketTimeoutException
s or similar, thus allowing the recycling of the thread for a next attempt. We haven't discovered such an option in the Bing Ads SDK.In some rare cases, we received a
java.net.SocketException: Connection reset
but this is not a behavior to rely on, obviously.Thank you! Marcel