Leslie Su
Leslie Su
Enable **non-preemptible RCU** to the pointer for aster-framework.
## Rationale The subtask to support compaction offloading. See #1545 ## Detailed Changes - Horaemeta: Introduce `CompactionNodeManager` in `ClusterMetadata` - support register compaction nodes - support fetch compaction node with...
## Describe This Problem We found in production that the speed of sst compaction is unable to keep up with the speed of sst generation, leading to poor query performance....
## Rationale The subtask to support compaction offloading. See #1545 ## Detailed Changes - [x] Define `CompactionServiceImpl` to support compaction rpc service. - [x] Introduce `NodeType` and enable the deployment...
### Describe This Problem I encountered an error in pr #1573 when run Checks `check-pr-title`: `PR title does not follow the convention, the pattern: ^(feat|fix|docs|refactor|chore)((.+))?!?: .+$` because the pr title...
### Describe This Problem The subproblem for #1545 . Currently, the compaction offload lacks integration tests. Impl these tests is crucial for ensuring the reliability and correctness of the compaction...
## Rationale Close #1571 ## Detailed Changes - Impl `compact` as pre-command for sqlness, with http compaction service. - update integration tests to test compaction offload. ## Test Plan
## Rationale The subtask to support compaction offloading. See #1545 ## Detailed Changes **Compaction node support remote compaction service** - Define `CompactionServiceImpl` to support compaction rpc service. - Introduce `NodeType`...