Open kennyjwilli opened 4 years ago
I am getting this same issue in production. It is very sporadic and I cannot consistently reproduce it.
I'm facing this issue as well. Is there any resolution, workaround, or plan to fix?
Is the source for the http-client available anywhere? I'd like to dig into this further, but there does not appear to be a matching repo within the cognitect-labs
GitHub organization
@ngratzi - How frequently are you seeing this occur? It's happening at least daily for every queue for me
These errors seem to have gone away for us. We used get them at least daily. I don't know what our fix was. I do know that since I created this issue, we have updated our Java version to 11.0.10-11.45.27 and Jetty version to 9.4.40.v20210413.
@nnichols - We used to get them daily every morning from 530am PST to 930am PST. They do stop eventually and not every request has this issue (about 5% to 10%). For the past month, we have not had a single issue, up until just recently where we are seeing the same pattern as before (in the morning PST). I have not been able to reproduce consistently or capture any data when this is happening
We have been getting this issue in production for a while. It happens infrequently but enough that it's an issue. I have been able to reproduce it most often by making lots of concurrent calls with aws-api, which we do a lot of in prod. This issue seems to have something to do with the HTTP client that aws-api uses.
Dependencies
I can provide more deps if needed. The relevent ones seem to be aws-api and client-cloud which brings in the Cognitect http-client.
Description with failing test case
Don't have a reproducible example. This issue seems to manifest when making lots of calls using aws-api.
Stack traces