-
# Problem
With Restate's current model where we execute calls to a service instance sequentially and allow a service to await other services while keeping the lock, users can build applications tha…
-
![Banker_algorithum](https://user-images.githubusercontent.com/78094972/167449405-f2a65211-5ccf-412b-b8da-6ea500ab81d3.PNG)
![Deadlock_1](https://user-images.githubusercontent.com/78094972/167449415-…
-
### Env
```console
$ clang -v
Ubuntu clang version 15.0.7
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-l…
-
The select function will detect a deadlock condition (see #25), but this only happens _before_ it starts to loop and wait for a channel to be ready. So the code could potentially get past this check, …
-
**What would you like to be added**:
Design and implementation of specific solutions for deadlock detection
refer to: https://github.com/arana-db/arana/discussions/822
**Why is this neede…
-
Occasionally, a deadlock will occur when attempting to lock a competition participation.
Instead of the entire stats gen job falling over, it should at minimum skip the competition participation in q…
-
This happens because v4 keeps the transaction lock for RO transactions while v3 and v2.5 release it at the transaction start. This behavious was changed when ReadConsistency mode was developed.
-
Jira Link: [DB-3162](https://yugabyte.atlassian.net/browse/DB-3162)
We can detect some deadlocks without relying on distributed deadlock detection by just looking at local wait-for relationships. We …
-
From: Adam Novak
in https://github.com/DataBiosphere/toil/issues/3016#issuecomment-617948716
```
Turns out this is Cactus's own dang fault. It forces Toil to wait for at least an hour between po…
-
We seem to be getting some spurious `deadlock detected` diagnostics following an error in the load phase. The most recent example:
```
if $cxx.target.class == 'clang-apple'
{
cxx.poptions =+ -…