When the disk space is full and recovered, some write threads are stuck and cannot heal themselves.
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
### Version
* RocksDB version: 5.18.3
### Expected behavior
* When the disk space is full and recovered, the database should resume normal writing.
### Actual behavior
* When the disk space is full and recovered, the database does not resume normal writing.
* Some write threads are stuck and cannot heal themselves.
### Steps to reproduce the behavior
* Stack information for a stuck thread

* When I tried to debug, I found that the link_older linked list formed a ring.

* keep printing link_older

Contributor guide
Assessment
This issue has not been assessed yet.