-
When giving a RocksDB workload on a Btrfs formated ZNS SSD a hung_task issue occours:
```
[ 726.212488] INFO: task rocksdb:high0:23730 blocked for more than 120 seconds.
[ 726.214205] Not…
-
Hi @kkinnear, I hope all is well with you!
While reviewing PR https://github.com/clj-commons/rewrite-clj/pull/306 for rewrite-clj, I noticed that a single zprint test failed when running zprint 1.2…
lread updated
1 month ago
-
**Please acknowledge the following before creating a ticket**
- [x] I have read the GitHub issues section of [REPORTING-BUGS](../blob/master/REPORTING-BUGS).
**Description of the bug:**
Running…
-
In order to modify latency and enable read buffer on ssd, i've recently chanced some code of your project.
As a newbie, it is little bit confuse or hard to know which code have to be modified and i…
-
## steps
Compile a schema with the following declaration
```
```
## problem
Generated code contains nested Options
``` scala
case class Whatever(Definition = Option[Option[String]])
```
## expect…
-
OS: Darwin
Platform: arm64
Node: 20.9.0
I tried it on multiple platforms:
Windows x64 (prebuilt for Node20): OK
Linux x64 (prebuilt for Node20): OK
MacOS x64 (prebuilt for Node20): OK
**MacOS…
-
Dear Developer,
First and foremost, I would like to express my deep gratitude for open-sourcing this project and my keen interest in your work. I am currently considering conducting some experiment…
ci-tz updated
6 months ago
-
#### Description
We observed the following zebra crash SIGSEGV during sonic-mgmt platform reboot tests. The crash was seen with 202205 image.
```
(gdb) bt
#0 0x00007f69878d6fe1 in rai…
-
Zoned Storage Device는 순차적으로 작성되어야 하는 Sequential Write Constraint가 있다. 각 Zone에는 next write position을 추적하는 write pointer가 있다.
zone의 데이터는 직접 덮어쓸 수 없다. 덮어쓰기 전에 먼저 zone reset을 사용하여 zone을 지워야 한다.
SS…
-
I create a dm-zap mapper upon my zns device (emulated by qemu) and then format ext4 file system on /dev/dm-0.
But when I try to write somthing into that file system, it reports a lot of errors. It s…