-
### Description:
Familiar with the open source projects, imitate RedisReentrantLock to implement distributed locks based on MySQL, distributed read-write locks based on MySQL, and Redis; Write rele…
-
PUSH0
High
# New staking positions still gets the full reward amount as with old stakings, diluting rewards for old stakers
## Summary
New staking positions still gets the full reward amou…
-
### 🐛 Describe the bug
Flex attention on FSDP works without compile, but not with compile. The key error seems to be `ValueError: Pointer argument (at 2) cannot be accessed from Triton (cpu tensor?)`…
-
I had an idea regarding the next iteration of the documentation (after the initial release) and curious to hear your thoughts!
## Idea
It essentially revolves around this: are we able to make th…
-
Postgres [advisory locks](https://www.postgresql.org/docs/current/explicit-locking.html#ADVISORY-LOCKS) are used to ensure only a single subscription process can subscribe to each uniquely named Event…
-
Occasionally in the "Add storage pools" task (maybe 1/20 runs) I see the following failure:
```
TASK [Add storage pools] ***************************************************************************…
-
### Parent Issue
https://github.com/dotCMS/core/issues/29474
### Task
We need to enhance our job queue system to handle abandoned jobs. These are jobs that may have been interrupted due to se…
-
On Linux, Debian Buster, Julia 1.11.1 (started as `julia -p 4`)
Today, I first typed:
```julia
using Base.Threads
```
all good.
then, by mistake, I typed
```julia
using Distributef
```
(instead of `…
-
In issue #173 we're dealing with congested TCP connections in the redis connection, leading to locks not being taken throwing `RedisTimeoutException` which is to be considered a `transient error` that…
nover updated
3 years ago
-
## Why you need it?
Is your feature request related to a problem? Please describe in details
since tc is stateless and lock-free at present, there may be a scramble for the same resource, causing…