Xline icon indicating copy to clipboard operation
Xline copied to clipboard

Improve the sync_compaction_request implementation

Open Phoenix500526 opened this issue 1 year ago • 0 comments

When a client compacts the specific revision with the physical option, the KvServer will block until the compactor finishes the compaction task. However, we place the block logic in sync_compaction_request currently. This is not a good practice in that it will block the state machine. We need to move it into the KvServer.

Phoenix500526 avatar Jul 11 '23 02:07 Phoenix500526