Michael Osipov created MRESOLVER-131:
----------------------------------------
Summary: Introduce a Redisson-based SyncContextFactory
Key: MRESOLVER-131
URL: https://issues.apache.org/jira/browse/MRESOLVER-131
Project: Maven Resolver
Issue Type: New Feature
Components: resolver
Affects Versions: 1.5.0
Reporter: Michael Osipov
Assignee: Michael Osipov
Users have been plagued for years with missing concurrent access to the local
repository either from on JVM or multiple ones. It will finally solve a 13
years old issue: MNG-2802.
Create a {{RedissonSyncContextFactory}} which will use one or multiple Redis
instances to hold Redisson reentrant read write locks. This will protect
artifacts as well as metadata to be accessed (written) concurrently.
It should be easy to setup (extension) and default case requires zero
configuration.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)