rnewson commented on issue #5597: URL: https://github.com/apache/couchdb/issues/5597#issuecomment-3057990052
thanks for filing. @nickva and I have looked into ibrowse internals for this. Nick points to this piece of code in particular: https://github.com/cmullaparthi/ibrowse/blob/22d6fd6baa6e83633aa2923f41589945c1d2dc2f/src/ibrowse_lb.erl#L127 that is, ibrowse will always start a new connection for each request _until_ `max_sessions` is reached. Only at that point will it try to reuse an existing connection. not sure yet why you'd get retry_later if your concurrency is lower than max_sessions but the above behaviour, still looking. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
