Eric Schoen
Eric Schoen
This has been open for a long time, but I ran into the same problem today. The documentation is a little vague in that :key-fn could be interpreted as a...
I wasn't using an explicit connection manager, and the workaround works if I simply use a unique connection pool in the context of the call that was hanging. I'm wondering...
Good question. I can give that a try. I can't reproduce the behavior in isolation, but can implement my own redirection following to see if problem recurs when the system...
Apologies. I haven't had time to try implementing my own redirection here. I did pull the latest 3.8.0-SNAPSHOT this morning, and am testing in a development branch (primarily to confirm...
Not sure this'll help, but abstractly, the code is used to scrape content from pages. ``` (let [request-headers (merge headers {"User-Agent" (str "i2kconnect/" @i2ksource-version)}) page (assoc (client/get url (merge {:socket-timeout...
Apologies for not responding sooner. Two answers: 1. I looked back at our code from when I originally reported this, and I can confirm that none of our code was...
This all makes sense, but I'm still worried that I haven't found the case that was causing the pool starvation. Here is some test code (warn, error, etc are from...
both are in default
Ah. Looked at the logs for one of the azurefile pods in kube-system: ``` E0904 01:48:03.407026 1 utils.go:81] GRPC error: rpc error: code = InvalidArgument desc = failed to get...