feat: implement sync_region for metric engine (#5826)

* feat: implement `sync_region` for metric engine

* chore: apply suggestions from CR

* chore: upgrade proto
This commit is contained in:
Weny Xu
2025-04-03 20:46:20 +08:00
committed by GitHub
parent dd63068df6
commit eab702cc02
15 changed files with 240 additions and 63 deletions

View File

@@ -265,6 +265,7 @@ impl DatanodeBuilder {
region_server.clone(),
meta_client,
cache_registry,
self.plugins.clone(),
)
.await?,
)