-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
As we now su…
-
Currently we only support memory and file locks, whose reach is limited to a single machine. If you want to properly scale horizontally, a distributed lock is needed, such as Redis, Consul, etcd etc.
…
-
### Describe your problem
Planning to use infinity on k8s, not going to use server version of infinity for some reason. However, since there are more than 1 pod copy, I am considering mounting distri…
-
It would be perfect to implement distributed locks based on Consul which are hidden behind default Java's abstractions
-
Can jedis provide distributed locks in the future? Similar to redisson, it can even renew the expiration time of the lock. I know that although I can directly use redisson as a redis client, our pro…
-
## Problem:
Now we have [go-redis](http://github.com/redis/go-redis/v9) and for implementing distributed lock (common case for Redis usage) users have to write custom implementations of Locks.
## …
-
Add support to:
https://redis.io/topics/distlock
-
**Describe the issue**:
Calling `dask.array.store` with a `Lock`, a `distributed.Client` context, and a zarr target throws an error.
Please let me know if this should be filed elsewhere, with zarr…
-
Is there any guidance on the optimal [EFS settings](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html) to maximize throughput with LanceDB? In particular:…
-
**Expected Behavior**
One should be able to renew lock obtained from lockRegistry, as if one wants to hold onto a lock for longer than TTL.
**Current Behavior**
Calling `jdbcLockRegistry…