Skip to content

Commit

Permalink
feat(compaction): introduce new task status for serverless compaction (
Browse files Browse the repository at this point in the history
…#18575) (#18605)

Co-authored-by: Li0k <[email protected]>
  • Loading branch information
github-actions[bot] and Li0k authored Sep 19, 2024
1 parent 2e45551 commit 680c134
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/hummock.proto
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,10 @@ message CompactTask {
TRACK_SST_OBJECT_ID_FAILED = 12;
NO_AVAIL_CPU_RESOURCE_CANCELED = 13;
HEARTBEAT_PROGRESS_CANCELED = 14;

// for serverless compaction
SERVERLESS_SEND_FAIL_CANCELED = 15;
SERVERLESS_TABLE_NOT_FOUND_CANCELED = 16;
}
// SSTs to be compacted, which will be removed from LSM after compaction
repeated InputLevel input_ssts = 1;
Expand Down

0 comments on commit 680c134

Please sign in to comment.