Skip to content

refactor(spider-storage): Replace DashMap with tokio::sync::RwLock<HashMap> in JobCache to avoid holding shard locks across .await. - #321

Merged
sitaowang1998 merged 1 commit into
y-scope:storage-service-devfrom
LinZhihao-723:replace-dashmap
May 12, 2026
Merged

refactor(spider-storage): Replace DashMap with tokio::sync::RwLock<HashMap> in JobCache to avoid holding shard locks across .await.#321
sitaowang1998 merged 1 commit into
y-scope:storage-service-devfrom
LinZhihao-723:replace-dashmap