ankrgyl commented on PR #542: URL: https://github.com/apache/arrow-rs-object-store/pull/542#issuecomment-3512644238
> Instead of a new dependency a `RwLock` would probably do what you need for #541. This way the queries wouldn't content and you still can override/update/replace the credentials using a writer thread. It's true, but I figured the read:write ratio is SO high (basically, 100% reads within the TTL window), that I'd like to avoid the (relatively) higher cost of an RwLock for the majority case. Would it be useful to illustrate this with a benchmark, or are you categorically against adding new dependencies? -- 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]
