-
# Sighting report
I encountered a deadlock when a nvme controller over RDMA was reconnecting because the network interface, while issuing a bdev_get_bdevs RPC at the same time.
## Expected Behav…
-
here's log for `scala-cli -v -v -v -v bloop start`
```
Checking for a running Bloop server at /nix/store/xw9rv0lq8m577rfwxr5s86pgjj8qajcp-0.1.0-SNAPSHOT/Library/Caches/ScalaCli/bloop/daemon ...
A…
-
Hello,
I'm having an issue using the try_consume_message(const_message_ptr *msg) method.
When executing it's always throwing a "std::system_error" exception. You can find following the stacktrace:
…
-
With CentOS 8, Rocky and AlmaLinux, the following errors appear in puppet log of mgmt1 :
```
Oct 13 19:41:07 mgmt1.int.scorpion.calculquebec.cloud pwdhash[7103]: usr/lib/api/apiutil.c Could not ope…
-
We are receiving multiple reports of events not getting reduced in projections.
It is not always clear to users that ZITADEL uses an event store and reduce events into projection tables.
When such …
-
The thread_initexit_lock is a contention hog for signal handling:
```
Thread 685 (Thread 0x7f0ca95b4700 (LWP 95391)):
#0 0x00007f0cabc7a47e in syscall_ready ()
#1 0x00007f0cc4842280 in thread_…
-
**How to reproduce:**
script1.py:
```
import asyncio
from aiotinydb import AIOTinyDB
async def test():
async with AIOTinyDB('test.json') as db:
await asyncio.sleep(60) # slow ope…
-
**Describe the bug**
If the amplification factor of requests (i.e., `test_config::replayGeneratorConfig::ampFactor`) is set too high, KVReplayGenerator stops generating the request and CacheLib con…
-
**方法里最后一个 break 是不是改为 continue?**
```php
func (pder *Provider) SessionGC(maxlifetime int64) {
pder.lock.Lock()
defer pder.lock.Unlock()
for {
element := pder.list.Back()
if element == …
-
I'm trying to build a small linux container runtime as part of another project. I'd like to do the moral equivalent of the following (extracted out and untested):
```rust
fn spawn_in_container(cmd: …