mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-18 05:50:41 +00:00
fix(metric-engine): missing catchup implementation (#4048)
* fix(metric-engine): missing catchup implementation * fix: should be `metadata_region_id`
This commit is contained in:
@@ -666,7 +666,7 @@ pub struct RegionTruncateRequest {}
|
||||
///
|
||||
/// Makes a readonly region to catch up to leader region changes.
|
||||
/// There is no effect if it operating on a leader region.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct RegionCatchupRequest {
|
||||
/// Sets it to writable if it's available after it has caught up with all changes.
|
||||
pub set_writable: bool,
|
||||
|
||||
Reference in New Issue
Block a user