-
Hi,
We are using OpenTsdb 2.2.0 version. The Opentsdb CPU Utilization is going to 95-99 % and after that OpenTSDB restarts automatically. We are pushing the data at a very high rate. Also we are seei…
-
The maintenance daemon runs as a background worker and executes some tasks periodically including distributed deadlock detection, basic statistic collection and 2PC recovery (soon to be merged).
Cu…
-
I have an application making hundreds of `get` calls and dozens of `insert` calls a second over 8 concurrent threads. Sled consistently deadlocks after several minutes of this. I wasn't able to trigge…
-
Dear developers of mypyvy,
I would like to inquire about how to detect deadlocks in mypyvy, which refers to situations where no actions can be executed.
Thank you.
-
1. 데드락 회피와 탐지에 관해 설명해 주세요.
2. banker's algorithm에 관해 설명해 주세요.
-
sync.Mutex allows lock/unlock in different goroutines:
http://golang.org/pkg/sync/#Mutex.Unlock
"A locked Mutex is not associated with a particular goroutine. It is allowed for
one goroutine…
-
Even after the fix in https://github.com/pulumi/pulumi/pull/7887 it is possible for Python SDK to deadlock when chasing the dependency graph. For this to happen, dependency expansion via "depend on co…
-
Jira Link: [DB-1014](https://yugabyte.atlassian.net/browse/DB-1014)
### Description
Yugabyte 2.11
session 1:
```sql
yugabyte=# create user test1;
CREATE ROLE
```
session 2:
```sql
yugaby…
-
`--blockreport` is an "experimental capability for tracking the status of tasks, primarily designed for use in a single-locale execution". The [docs](https://chapel-lang.org/docs/usingchapel/debugging…
-
I am looking for any leads with respect to the following error that I am observing that does not appear to affect my code (i.e., code appears to continue to function):
`Failed during ownership acqu…