Split read and write orderExecutor
Open
type/bug
- Dominant language
- Java
- Stars
- 2k
- Forks
- 976
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 7
Description
**BUG REPORT**
***Describe the bug***
Now the read and write of BookkeeperClient share the same orderExecutor. When cold data is read, it will take a long time. At this time, the read request will be blocked, resulting in the write timeout.
***Expected behavior***
Thread pools for reading and writing should be separated
Contributor guide
Assessment
This issue has not been assessed yet.