kszucs opened a new pull request, #792: URL: https://github.com/apache/arrow-rs-object-store/pull/792
# Which issue does this PR close? N/A # Rationale for this change `deregister` acquired the write lock before computing the URL key and path segments, unnecessarily extending the time the lock is held. # What changes are included in this PR? Move the `url_key` and path segment computation ahead of the write lock acquisition in `DefaultObjectStoreRegistry::deregister`, so the lock is only held for the actual map mutation. # Are there any user-facing changes? No. -- 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]
