Skip to content

Read/Write Separation And Bounded Queue #124

@xiexiaoy

Description

@xiexiaoy
  1. All tasks share one ThreadWorkerPool currently. It is better to separate read/write.
  2. The queue inside ThreadWorkerPool is boundless. If the disk gets stuck, the queue might become super large; however, tasks inside the pool might get expired because of client timeout, and resend duplicate tasks. The server should drain the queue to recover.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions