Skip to content

Commit

Permalink
feat(storage): decouple spill task from epoch (#17539)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 authored Jul 14, 2024
1 parent 4c4ada1 commit 442a087
Show file tree
Hide file tree
Showing 6 changed files with 865 additions and 392 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ mod tests {
use tokio::sync::oneshot;

use crate::hummock::event_handler::refiller::CacheRefiller;
use crate::hummock::event_handler::uploader::tests::{gen_imm, TEST_TABLE_ID};
use crate::hummock::event_handler::uploader::test_utils::{gen_imm, TEST_TABLE_ID};
use crate::hummock::event_handler::uploader::UploadTaskOutput;
use crate::hummock::event_handler::{HummockEvent, HummockEventHandler, HummockVersionUpdate};
use crate::hummock::iterator::test_utils::mock_sstable_store;
Expand Down
Loading

0 comments on commit 442a087

Please sign in to comment.