mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-18 12:08:22 +00:00
fix(flow): downgrade disabled incremental checkpoint log (#8572)
Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
@@ -324,6 +324,15 @@ impl BatchingTask {
|
||||
"Flow {flow_id} continued fenced repair, pending_windows={pending_windows}, watermarks={watermarks}"
|
||||
);
|
||||
}
|
||||
FlowCheckpointDecision::FallbackToFullSnapshot {
|
||||
previous_mode: CheckpointMode::FullSnapshot,
|
||||
reason: FlowQueryFallbackReason::IncrementalDisabled,
|
||||
} => {
|
||||
debug!(
|
||||
"Flow {flow_id} remains in full snapshot mode, reason={}",
|
||||
FlowQueryFallbackReason::IncrementalDisabled.as_label()
|
||||
);
|
||||
}
|
||||
FlowCheckpointDecision::FallbackToFullSnapshot {
|
||||
previous_mode,
|
||||
reason,
|
||||
|
||||
Reference in New Issue
Block a user